Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit a0456f0

Browse files
authored
[SYCL] Update to PI_ERROR_INVALID_OPERATION (#1048)
1 parent b2f23de commit a0456f0

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)