Skip to content

Commit ffa7e96

Browse files
authored
Update rtl.cpp
1 parent 8e665fc commit ffa7e96

File tree

1 file changed

+1
-0
lines changed
  • offload/plugins-nextgen/amdgpu/src

1 file changed

+1
-0
lines changed

offload/plugins-nextgen/amdgpu/src/rtl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3385,6 +3385,7 @@ Error AMDGPUKernelTy::launchImpl(GenericDeviceTy &GenericDevice,
33853385
if (auto Err = AMDGPUDevice.getStream(AsyncInfoWrapper, Stream))
33863386
return Err;
33873387

3388+
// Set the COV5+ implicit arguments to the appropriate values.
33883389
ImplArgs->BlockCountX = NumBlocks[0];
33893390
ImplArgs->BlockCountY = NumBlocks[1];
33903391
ImplArgs->BlockCountZ = NumBlocks[2];

0 commit comments

Comments
 (0)