m1-gpu-cpp
m1-gpu-cpp copied to clipboard
Metal Shading Language on Apple M1's GPU for scientific C++.
Got this error when building 02-General Array Operations: Executing task: xcrun -sdk macosx metal -c ~/m1-gpu-cpp/02-GeneralArrayOperations/ops.metal -o ~/m1-gpu-cpp/02-GeneralArrayOperations/ops.air ~/m1-gpu-cpp/02-GeneralArrayOperations/ops.metal:52:13: error: kernel function cannot have input declarations with 'thread_execution_width' and 'threads_per_simdgroup'...
I found a couple of things I had to change to get the repo to run on my fresh install on my machine (also an intel machine, not an M...
I was able to build the project, but I got the error below during the execution, do you know why? ``` 2023-05-28 13:17:47.203280+0200 test_cpp[75480:1219121] Metal GPU Frame Capture Enabled 2023-05-28...
Apologies if this is not the right place for such a question but I found the repo and associated blog posts very informative. I also read your interesting post on...