[all-commits] [llvm/llvm-project] 7f415e: [clang][SYCL] Disable float128 device mode diagnos...

Nicolas Miller via All-commits all-commits at lists.llvm.org
Wed Mar 12 11:13:47 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f415e444197025180d786c5e212f13b738179cb
      https://github.com/llvm/llvm-project/commit/7f415e444197025180d786c5e212f13b738179cb
  Author: Nicolas Miller <nicolas.miller at codeplay.com>
  Date:   2025-03-12 (Wed, 12 Mar 2025)

  Changed paths:
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/test/SemaSYCL/float128.cpp

  Log Message:
  -----------
  [clang][SYCL] Disable float128 device mode diagnostic (#128513)

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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list