Skip to content

Commit cc44c09

Browse files
authored
[SYCL] Update to PI_ERROR_INVALID_OPERATION (intel/llvm-test-suite#1048)
1 parent 5514ac5 commit cc44c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/SubGroup/attributes.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ int main() {
140140
}
141141
default:
142142
throw feature_not_supported("sub-group size is not supported",
143-
PI_INVALID_OPERATION);
143+
PI_ERROR_INVALID_OPERATION);
144144
}
145145

146146
auto Kernel = TheKernel[0];

0 commit comments

Comments
 (0)