You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are the patches for generic address space optionality (includes minor refactoring + fixes) committed by @svenvh:
e0e6f3a [OpenCL] Test -fdeclare-opencl-builtins with CL3 and CLC++2021 d97a4df [OpenCL] Move most _explicit atomics into multiclass; NFC 31fa3a4 [OpenCL] Move OpenCL 2.0 atomics into multiclass; NFC fe69058 [OpenCL] Fix atomic_fetch_add/sub with half type 8d37043 [OpenCL] Refactor cl_ext_float_atomics declarations; NFC 50f8abb [OpenCL] Add OpenCL 3.0 atomics to -fdeclare-opencl-builtins
These are patches to complete OpenCL 3.0 and they are not affecting widespread functionality as they are OpenCL parsing specific so they should ideally not impact the release cycle at this point although it would be good to cherry-pick them sooner rather than later.
The text was updated successfully, but these errors were encountered:
These are the patches for generic address space optionality (includes minor refactoring + fixes) committed by @svenvh:
e0e6f3a [OpenCL] Test -fdeclare-opencl-builtins with CL3 and CLC++2021
d97a4df [OpenCL] Move most _explicit atomics into multiclass; NFC
31fa3a4 [OpenCL] Move OpenCL 2.0 atomics into multiclass; NFC
fe69058 [OpenCL] Fix atomic_fetch_add/sub with half type
8d37043 [OpenCL] Refactor cl_ext_float_atomics declarations; NFC
50f8abb [OpenCL] Add OpenCL 3.0 atomics to -fdeclare-opencl-builtins
These are patches to complete OpenCL 3.0 and they are not affecting widespread functionality as they are OpenCL parsing specific so they should ideally not impact the release cycle at this point although it would be good to cherry-pick them sooner rather than later.
The text was updated successfully, but these errors were encountered: