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 79f35f7 commit f47ba21Copy full SHA for f47ba21
unified-runtime/source/adapters/level_zero/kernel.cpp
@@ -764,7 +764,7 @@ ur_result_t urKernelGetInfo(
764
Spills.push_back(spillMemSize);
765
}
766
return ReturnValue(static_cast<const uint32_t *>(Spills.data()),
767
- Spills.size());
+ Spills.size());
768
} catch (const std::bad_alloc &) {
769
return UR_RESULT_ERROR_OUT_OF_HOST_MEMORY;
770
} catch (...) {
0 commit comments