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 5e32f72 commit 0ad35d7Copy full SHA for 0ad35d7
offload/plugins-nextgen/cuda/src/rtl.cpp
@@ -1444,7 +1444,7 @@ Error CUDAKernelTy::launchImpl(GenericDeviceTy &GenericDevice,
1444
Func, CU_FUNC_ATTRIBUTE_MAX_DYNAMIC_SHARED_SIZE_BYTES, MaxDynCGroupMem);
1445
if (auto Err = Plugin::check(
1446
AttrResult,
1447
- "Error in cuLaunchKernel while setting the memory limits: %s"))
+ "error in cuFuncSetAttribute while setting the memory limits: %s"))
1448
return Err;
1449
MaxDynCGroupMemLimit = MaxDynCGroupMem;
1450
}
0 commit comments