Skip to content

Commit bbf7931

Browse files
committed
Fix OpenCL build
1 parent a04e74d commit bbf7931

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/adapters/opencl/common.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ ur_result_t mapCLErrorToUR(cl_int Result) {
4848
return UR_RESULT_ERROR_INVALID_BINARY;
4949
case CL_INVALID_KERNEL_NAME:
5050
return UR_RESULT_ERROR_INVALID_KERNEL_NAME;
51-
case CL_INVALID_KERNEL_ARGS:
52-
return UR_RESULT_ERROR_INVALID_KERNEL_ARGS;
5351
case CL_BUILD_PROGRAM_FAILURE:
5452
return UR_RESULT_ERROR_PROGRAM_BUILD_FAILURE;
5553
case CL_INVALID_WORK_GROUP_SIZE:

0 commit comments

Comments
 (0)