Skip to content

Conversation

@wenju-he
Copy link
Contributor

NFC for libclc and libspirv.

Remove the unconditional OpenCL 3.0 extension override from libclc. They should be enabled per-target, not globally.

When enabling cl_khr_3d_image_writes, NVPTX should also enable dependent __opencl_c_3d_image_writes and __opencl_c_images. cl_khr_3d_image_writes and __opencl_c_3d_image_writes can't have different values. Fix locally since upstream PR llvm/llvm-project#143331 is pending.

NFC for libclc and libspirv.

Remove the unconditional OpenCL 3.0 extension override from libclc.
They should be enabled per-target, not globally.

When enabling cl_khr_3d_image_writes, NVPTX should also enable dependent
__opencl_c_3d_image_writes and __opencl_c_images. cl_khr_3d_image_writes
and __opencl_c_3d_image_writes can't have different values. Fix locally
since upstream PR llvm/llvm-project#143331 is pending.
Copy link
Contributor

@Fznamznon Fznamznon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If that is NFC, should we ping the upstream PR better? Community allows pinging once a week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants