-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL-MLIR] Opaque pointer handling #8616
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
Comments
First step to add opaque pointer support for the SYCL-MLIR project: Make the lowering patterns in the Polygeist-to-LLVM lowering compatible with opaque pointers. Partly resolves #8616. --------- Signed-off-by: Lukas Sommer <[email protected]>
Second step to add opaque pointer support for the SYCL-MLIR project: Make the lowering patterns in the SYCL-to-LLVM lowering compatible with opaque pointers. Emitting typed or opaque pointers is controlled by the `use-opaque-pointers` pass option, that was added. Partly resolves #8616. --------- Signed-off-by: Lukas Sommer <[email protected]>
Remaining E2E test cases to handle:
|
What's left to be done? Remove all typed pointer handling? |
Yes, I think left to do include:
I was currently planning to do this only after a "cool-down" phase of maybe a couple of weeks, in case any regressions only appear later. WDYT? Would you prefer to do this right away? |
Let's wait for |
After #11160, all typed pointer handling in |
Opaque pointers are now the default and typed pointer support has been removed from SYCL-MLIR in #11181. |
The text was updated successfully, but these errors were encountered: