-
Notifications
You must be signed in to change notification settings - Fork 22
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
WebGPU branch doesn't build #13
Comments
Thank you Steve for the reporting the issue. This branch didn't tried by us on linux before. From error above, it seems pthreads lib doesn't support well on your OS. Maybe you would like to check pthreads lib or install it if there is not. |
Thanks for the prompt response! yeah, there is something going on the pthread, but since this is building towards Also note that pthread is already widely used in other places in the code base. The problem, instead, seems to be related to This warning right before the pthread error seems to be suspicious. I'm wondering whether absl is configured for emsdk in this case.
|
Yes, you are right Steve, it is emscripten pthreads. Glad to know you got document for pthreads. From above error you mentioned, it seems CMAKE_SYSTEM_PROCESSOR is x86, are you using x86 arch device? Not sure what is wrong. |
Looks like using newer version of emsdk solves the problem:
|
It is glad to know you get problem resolved, Steve, yes, upper version is better. The 3.1.33 is recommended to use from our readme here. |
Description of Issue
Check out: https://github.com/autodesk-forks/USD/tree/adsk/feature/webgpu
Steps to Reproduce
System Information (OS, Hardware)
Ubuntu 22.04
Package Versions
Build Flags
The text was updated successfully, but these errors were encountered: