[OpenMP][NFC] Fix formatting in CUDA plugin

This commit is contained in:
Joseph Huber 2021-07-22 21:50:09 -04:00 committed by Huber, Joseph
parent 3817ba13ae
commit 76c0c0ca86
1 changed files with 4 additions and 3 deletions

View File

@ -1119,9 +1119,10 @@ public:
? getOffloadEntry(DeviceId, TgtEntryPtr)->name
: "(null)",
CudaBlocksPerGrid, CudaThreadsPerBlock,
(KernelInfo->ExecutionMode != SPMD
? (KernelInfo->ExecutionMode == GENERIC ? "Generic" : "SPMD-Generic")
: "SPMD"));
(KernelInfo->ExecutionMode != SPMD
? (KernelInfo->ExecutionMode == GENERIC ? "Generic"
: "SPMD-Generic")
: "SPMD"));
CUstream Stream = getStream(DeviceId, AsyncInfo);
Err = cuLaunchKernel(KernelInfo->Func, CudaBlocksPerGrid, /* gridDimY */ 1,