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

Commit 7484d86

Browse files
[SYCL] Add ext_oneapi_unified_runtime backend (#1544)
Signed-off-by: Sergey V Maslov <[email protected]>
1 parent 047fa38 commit 7484d86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SYCL/Regression/device_num.cpp

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const std::map<backend, std::string> BackendStringMap = {
2626
{backend::opencl, "opencl"},
2727
{backend::host, "host"},
2828
{backend::ext_oneapi_level_zero, "ext_oneapi_level_zero"},
29+
{backend::ext_oneapi_unified_runtime, "ext_oneapi_unified_runtime"},
2930
{backend::ext_intel_esimd_emulator, "ext_intel_esimd_emulator"},
3031
{backend::ext_oneapi_cuda, "ext_oneapi_cuda"},
3132
{backend::ext_oneapi_hip, "ext_oneapi_hip"}};

0 commit comments

Comments
 (0)