-
Notifications
You must be signed in to change notification settings - Fork 6
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
SPIR-V generator #74
Comments
Compile this example: https://github.com/oneapi-src/unified-runtime/tree/main/examples/codegen Get the LLVM IR created at this: https://github.com/oneapi-src/unified-runtime/blob/a7920efd89bd137ac2929467ffaeeebefaa29953/examples/codegen/helpers.cpp#L73 We'll then figure out how to do it in our framework |
Open
codegen done and documented. now finding spirv mangling and demangling specs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: