Skip to content

Commit 67bce73

Browse files
jchlandabb-sycl
authored andcommitted
[SYCL] Update to PI_ERROR_INVALID_OPERATION (intel#1048)
1 parent abd9bbd commit 67bce73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/SubGroup/attributes.cpp

Lines changed: 1 addition & 1 deletion
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)