[llvm] [offload] Add properties parameter to olLaunchKernel (PR #184343)

Ɓukasz Plewa via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 07:20:46 PST 2026


================
@@ -1119,7 +1125,7 @@ struct CUDADeviceTy : public GenericDeviceTy {
 
     Res = getDeviceAttrRaw(CU_DEVICE_ATTRIBUTE_GPU_OVERLAP, TmpInt);
     if (Res == CUDA_SUCCESS)
-      Info.add("Concurrent Copy and Execution", (bool)TmpInt);
+      Info.add("Concurrent Copy and Execution", bool(TmpInt));
----------------
lplewa wrote:

https://github.com/llvm/llvm-project/pull/185023 

https://github.com/llvm/llvm-project/pull/184343


More information about the llvm-commits mailing list