released vkdt 0.5.0 – #163 by betazoid – vkdt
I have this and ran through the CUDA process… still doesn’t complete the compile for me on WSL2
±—————————————————————————-+
| NVIDIA-SMI 525.65 Driver Version: 527.56 CUDA Version: 12.0 |
|——————————-±———————±———————+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce … On | 00000000:01:00.0 On | N/A |
| 0% 49C P8 11W / 200W | 458MiB / 8192MiB | 0% Default |
| | | N/A |
±——————————±———————±———————+
±—————————————————————————-+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 23 G /Xwayland N/A |
±—————————————————————————-+
EDIT
This is where I get hung up
make[2]: Entering directory ‘/home/user/vkdt/src’
Package mad was not found in the pkg-config search path.
Perhaps you should add the directory containing `mad.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘mad’ found
glslangValidator -Ipipe/modules -I./ –target-env vulkan1.2 -V pipe/modules/ab/main.comp -o pipe/modules/ab/main.comp.spv
make[2]: glslangValidator: No such file or directory
make[2]: *** [Makefile:161: pipe/modules/ab/main.comp.spv] Error 127
make[2]: Leaving directory ‘/home/user/vkdt/src’
make[1]: *** [Makefile:61: src] Error 2
make[1]: Leaving directory ‘/home/user/vkdt’
make: *** [Makefile:7: all] Error 2
Read more here: Source link