Skip to content

Commit 3ccd520

Browse files
committed
another fix for bad merge
1 parent 32f75aa commit 3ccd520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/plugins/cuda/pi_cuda.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,6 +1736,7 @@ pi_result cuda_piDeviceGetInfo(pi_device device, pi_device_info param_name,
17361736
int value =
17371737
getAttribute(device, CU_DEVICE_ATTRIBUTE_COMPUTE_CAPABILITY_MAJOR) >= 8;
17381738
return getInfo(param_value_size, param_value, param_value_size_ret, value);
1739+
}
17391740
case PI_DEVICE_INFO_BACKEND_VERSION: {
17401741
int major =
17411742
getAttribute(device, CU_DEVICE_ATTRIBUTE_COMPUTE_CAPABILITY_MAJOR);

0 commit comments

Comments
 (0)