Thomas Faingnaert
Thomas Faingnaert
On first sight, there are two issues: 1. This error means that the name of your wrapper is not correct: ``` Reason: unsupported use of an undefined name (use of...
> Have you verified that this is the correct name of the intrinsic? You can do so by compiling a CUDA C source file that uses TF32 WMMA using Clang,...
> so I think that the intrinsic is correct. (Am I right in assuming that the names in the comments are the ones to check?) Yes, exactly. > > If...
This disables the deadkey combinations for `^`, `` ` ``, and `~` with AltGr, though, right? That defeats the purpose of this keyboard layout.
You can try something like: ```bash sudo apt install -y libz3-4 sudo update-alternatives --install /lib/x86_64-linux-gnu/libz3.so.4.8 libz3.4.8 /lib/x86_64-linux-gnu/libz3.so.4 100 ``` But I'm guessing that will shift the problem to another dependency....
> FWIW I had the exact same issue, using virt-manager under Ubuntu 22.04 with all current updates. I got annoyed and destroyed the VM, but kept the disk image, then...
Can you rebase against `master`?
FWIW, for the 7 GPUs we ran the tuning on (V100, RTX 4070, V100S, RTX6000, A100, RTX 2080 Ti, H100), this is the distribution of `(WARPS_M, WARPS_N)` for the optimal...
Hmm, so apparently this triggers on configurations that actually work, so we'll have to adapt the condition
Adding another `GeneralFPUOp` is sufficient, yes, unless your data is stored in a way that is not compatible with any of the already defined `Layout`s.