AnswerDotAI / gpu.cpp

A lightweight library for portable low-level GPU computation using WebGPU.
https://gpucpp.answer.ai
Apache License 2.0
3.75k stars 177 forks source link

No aarch64 build for libdawn.so #31

Closed ghostplant closed 3 months ago

ghostplant commented 3 months ago

On Linux aarch64, an improper libdawn.so for x86_64 is downloaded which is not compatible. How to build libdawn.so for aarch64, is there a user guide or official support?

ghostplant commented 3 months ago

Solved by building from source, thanks!

austinvhuang commented 3 months ago

Nice! If you have an example repo we can reference / point others to that would be helpful.

Would love to see the Dawn project host prebuilt binaries + headers in the future.