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

[SYCL] Update to PI_ERROR_INVALID_OPERATION #1048

Merged
merged 1 commit into from
Jun 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SYCL/SubGroup/attributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ int main() {
}
default:
throw feature_not_supported("sub-group size is not supported",
PI_INVALID_OPERATION);
PI_ERROR_INVALID_OPERATION);
}

auto Kernel = TheKernel[0];
Expand Down