You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
very nice that nvtop supports GPU of Apple M1/M2 on macOS. when trying to build on asahilinux it fails not finding Metal.h obviously, any chance this could be get to work for asahilinux?
it would fail with:
[ 3%] Building C object src/CMakeFiles/nvtop.dir/extract_gpuinfo_apple.m.o
/scratch/tar/nvtop/nvtop-0+git20240213+ds/src/extract_gpuinfo_apple.m:27:10: fatal error: Metal/Metal.h: No such file or directory
27 | #include <Metal/Metal.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered:
Since asahi is running on a Linux kernel, what you should really be using is the regular Linux build.
Although we don't currently have a support for the driver on Linux for mac so nothing would probably show up.
very nice that nvtop supports GPU of Apple M1/M2 on macOS. when trying to build on asahilinux it fails not finding Metal.h obviously, any chance this could be get to work for asahilinux?
it would fail with:
The text was updated successfully, but these errors were encountered: