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.
2 parents 0125279 + e18327e commit 68aed2dCopy full SHA for 68aed2d
source/adapters/level_zero/physical_mem.cpp
@@ -57,9 +57,10 @@ ur_result_t urPhysicalMemRelease(ur_physical_mem_handle_t hPhysicalMem) {
57
return UR_RESULT_SUCCESS;
58
}
59
60
-UR_APIEXPORT ur_result_t UR_APICALL urPhysicalMemGetInfo(
61
- ur_physical_mem_handle_t hPhysicalMem, ur_physical_mem_info_t propName,
62
- size_t propSize, void *pPropValue, size_t *pPropSizeRet) {
+ur_result_t urPhysicalMemGetInfo(ur_physical_mem_handle_t hPhysicalMem,
+ ur_physical_mem_info_t propName,
+ size_t propSize, void *pPropValue,
63
+ size_t *pPropSizeRet) {
64
65
UrReturnHelper ReturnValue(propSize, pPropValue, pPropSizeRet);
66
0 commit comments