shader-slang / slang

Making it easier to work with shaders
MIT License
1.78k stars 159 forks source link

slang-llvm support for ARM #2997

Open jsmall-zzz opened 11 months ago

jsmall-zzz commented 11 months ago

Currently the slang project builds LLVM binaries, that are used to build slang-llvm, which is the preferred mechanism for JIT CPU code.

We build LLVM for the follow targets

Supporting ARM would broaden the usefulness of the capability. The actual ask is for linux primarily. In order of decreasing importance...

csyonghe commented 11 months ago

Now that we have github actions set up for arm64 on our self-hosted server, using it to build llvm should be possible.

natduca commented 7 months ago

Tentatively putting as nice to have for Q2, but may adjust based on which customers need it

bmillsNV commented 1 month ago

Move to backlog. No customer requests for this feature.