Skip to content

Commit cb3d945

Browse files
committed
Fix formatting
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
1 parent 30b67d8 commit cb3d945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/cuda/device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urDeviceGetInfo(ur_device_handle_t hDevice,
926926
// CUDA supports cubemap seamless filtering.
927927
return ReturnValue(true);
928928
}
929-
case UR_DEVICE_INFO_BINDLESS_SAMPLED_IMAGE_FETCH_1D_USM_EXP: {
929+
case UR_DEVICE_INFO_BINDLESS_SAMPLED_IMAGE_FETCH_1D_USM_EXP: {
930930
// CUDA does support fetching 1D USM sampled image data.
931931
return ReturnValue(true);
932932
}

0 commit comments

Comments
 (0)