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 740103e commit 241b90bCopy full SHA for 241b90b
sycl/unittests/Extensions/VirtualMemory/Exceptions.cpp
@@ -59,8 +59,8 @@ ur_result_t after_urDeviceGetInfo_SingleDevice(void *pParams) {
59
case UR_DEVICE_INFO_VIRTUAL_MEMORY_SUPPORT: {
60
if (*params->ppPropValue) {
61
if (*params->phDevice == GlobalDevicesHandle[0]) {
62
- *static_cast<ur_bool_t *>(*params->ppPropValue) =VirtualMemSupported;
63
- }
+ *static_cast<ur_bool_t *>(*params->ppPropValue) = VirtualMemSupported;
+ }
64
}
65
if (*params->ppPropSizeRet)
66
**params->ppPropSizeRet = sizeof(ur_bool_t);
0 commit comments