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 17cb185 commit d5a4691Copy full SHA for d5a4691
source/adapters/cuda/enqueue.cpp
@@ -286,7 +286,7 @@ setKernelParams(const ur_context_handle_t Context,
286
287
auto Device = Context->getDevice();
288
if (LocalSize > static_cast<uint32_t>(Device->getMaxCapacityLocalMem())) {
289
- setErrorMessage("Too much local memory allocated for device",
+ setErrorMessage("Excessive allocation of local memory on the device",
290
UR_RESULT_ERROR_ADAPTER_SPECIFIC);
291
return UR_RESULT_ERROR_ADAPTER_SPECIFIC;
292
}
0 commit comments