NeedsMoar
NeedsMoar
start isn't required, if you have blah.txt or movie.mp4 or whatever, just typing `movie.mp4` Will open in default. Start is only rarely needed. If the file isn't associated with anything,...
Efficient GPU kernels for block-sparse matrix multiplication and convolution I clicked on this thinking it was a general library, maybe OpenCL, scrolled down, and got a bit peeved. The only...
Currently the only way to run this model on Windows without writing your own python for it to use an ONNX version (no good ONNX UIs exist) is via the...
In shark/iree_utils/vulkan_target_env_utils.py ``` if get_vendor(triple) == "NVIDIA" or arch == "rdna3": ext.append("VK_NV_cooperative_matrix") if arch in ["rdna1", "rdna2", "rdna3"]: cap["maxComputeSharedMemorySize"] = 65536 cap["maxComputeWorkGroupInvocations"] = 1024 cap["maxComputeWorkGroupSize"] = [1024, 1024, 1024] cap["subgroupSize"]...
# 🚀 Feature I was sad to see how many things in python -m xformers.info weren't enabled on windows so I set out to do something about it. Literally all...
As the title says, there seems to be some weirdness with list enumeration after the image file is downloaded; most of the time it ends up invalidating the list and...
### What Operating System(s) are you seeing this problem on? Windows ### dlib version 19.24.2 ### Python version 3.11.7 ### Compiler MSVC 19.39.33523 ### Expected Behavior Build should set appropriate...
Not a big deal, but when nodes are nested, when execution first hits the nested nodes, all the internal nodes appear for a brief moment causing a visual mess (I'm...
### Problem Description amdsmi.exe on windows won't report any information. ### Operating System Microsoft Windows 10 Pro for Workstations 10.0.19045 N/A Build 19045 ### CPU AMD Ryzen Threadripper PRO 5975WX...