Skip to content

Commit b7d91f4

Browse files
[SYCL][NFC] Fix typo in sycl-ls (#5856)
1 parent 1b9e51b commit b7d91f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/device_filter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ device_filter::device_filter(const std::string &FilterString) {
9191
std::string Message =
9292
std::string("Invalid device filter: ") + FilterString +
9393
"\nPossible backend values are "
94-
"{host,opencl,level_zero,cuda,hip,esimd_emulator*}.\n"
94+
"{host,opencl,level_zero,cuda,hip,esimd_emulator,*}.\n"
9595
"Possible device types are {host,cpu,gpu,acc,*}.\n"
9696
"Device number should be an non-negative integer.\n";
9797
throw cl::sycl::invalid_parameter_error(Message, PI_INVALID_VALUE);

0 commit comments

Comments
 (0)