Skip to content

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