We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e665fc commit ffa7e96Copy full SHA for ffa7e96
offload/plugins-nextgen/amdgpu/src/rtl.cpp
@@ -3385,6 +3385,7 @@ Error AMDGPUKernelTy::launchImpl(GenericDeviceTy &GenericDevice,
3385
if (auto Err = AMDGPUDevice.getStream(AsyncInfoWrapper, Stream))
3386
return Err;
3387
3388
+ // Set the COV5+ implicit arguments to the appropriate values.
3389
ImplArgs->BlockCountX = NumBlocks[0];
3390
ImplArgs->BlockCountY = NumBlocks[1];
3391
ImplArgs->BlockCountZ = NumBlocks[2];
0 commit comments