[all-commits] [llvm/llvm-project] 9741a8: [NFC][HIP] Disable device-side kernel launches for...
Alex Voicu via All-commits
all-commits at lists.llvm.org
Mon Dec 15 12:12:22 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9741a84946e192e23eeb9d7c93b9acae9d1c245a
https://github.com/llvm/llvm-project/commit/9741a84946e192e23eeb9d7c93b9acae9d1c245a
Author: Alex Voicu <alexandru.voicu at amd.com>
Date: 2025-12-15 (Mon, 15 Dec 2025)
Changed paths:
M clang/lib/CodeGen/CGExprCXX.cpp
Log Message:
-----------
[NFC][HIP] Disable device-side kernel launches for HIP (#171043)
#165519 added support for launching kernels from the device side. This is only available in CUDA at the moment. We have to explicitly check whether we are compiling for HIP to guard against this path being exercised, since the CUDA and HIP languages rely on the same `CUDAIsDevice` bit to check for device side compilation, and it is not possible to disambiguate otherwise.
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