Skip to content

[clang][SYCL] Disable float128 device mode diagnostic (#128513) #17430

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

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

npmiller
Copy link
Contributor

Cherry-pick of: llvm/llvm-project#128513

Fixes: #16903


This diagnostic is disabled for device compilation as float128 is not supported on the device side.

Other diagnostics are already covering the cases where float128 is actually used in the kernel code, and it's already tested for in the existing test.

This is expanding on the patch 318bff6 that handled this for cuda compilation.

This diagnostic is disabled for device compilation as float128 is not
supported on the device side.

Other diagnostics are already covering the cases where float128 is
actually used in the kernel code, and it's already tested for in the
existing test.

This is expanding on the patch 318bff6 that handled this for cuda
compilation.
@npmiller npmiller requested a review from a team as a code owner March 12, 2025 18:18
@npmiller
Copy link
Contributor Author

Test failure is unrelated and tracked in: #17439

Failed Tests (1):
  SYCL :: bindless_images/read_write_1D_subregion.cpp

@ldrumm
Copy link
Contributor

ldrumm commented Mar 13, 2025

Even though we'll get this at the next pulldown, it'd be nice if we could merge this soon so I don't have to cherry pick it every time I try and build a new branch.

@intel/dpcpp-cfe-reviewers any chance we could expedite the review to help those using modern glibc?

@npmiller
Copy link
Contributor Author

@intel/llvm-gatekeepers this is ready to merge

@kbenzie kbenzie merged commit fa39fa2 into intel:sycl Mar 14, 2025
27 of 28 checks passed
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.

SYCL compile error with glibc 2.41
4 participants