-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix github release build failure #5183
Comments
Why don't we just disable WebGPU for non-Windows platforms, for the time being? I thought that was the original plan? |
Also, I had the impression that @skallweitNV was working on this. (?) |
@skallweitNV Tells me the plan is to disable WebGPU backend on Linux, for now. |
Yes, that's the immediate fix in #5186. However, the correct fix will be to use a proper cmake toolchain file to cross-compile slang for linux/aarch64. This will correctly set the |
Given
and
I'll assign this to @skallweitNV, then. |
Slang's current cmake support already include Linux aarch64 builds. |
@skallweitNV what's left for this one? Do we still have a build failure? |
The release build works. For now WebGPU is disabled for Linux builds. In |
@aleino-nv could you add the the cmake item to your list? |
@bmillsNV This stuff is usually a bit of a time sink, at least for me -- is this really a priority? That is to say, do we really need to support running our own Slang/WGSL test apps natively on mobile devices right now? At least this should have no impact on the demo we're working on. |
@westlicht we use native asrch64 machine in the ci to create a slang release for Linux aarch64. Doesn't slang-rhi support native aarch64 build? |
Closing as done. |
Need to fix the rhi/dawn issue:
We should consider just build libdawn.so for aarch64.
Please note that this issue needs to be fixed as P0 since it is blocking us from creating a release.
The text was updated successfully, but these errors were encountered: