Skip to content

Commit 63e04fa

Browse files
committed
Undo platform name
1 parent 6d245c0 commit 63e04fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/native_cpu/platform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ urPlatformGetInfo(ur_platform_handle_t hPlatform, ur_platform_info_t propName,
6262

6363
switch (propName) {
6464
case UR_PLATFORM_INFO_NAME:
65-
return ReturnValue("Intel SYCL Native CPU");
65+
return ReturnValue("SYCL_NATIVE_CPU");
6666

6767
case UR_PLATFORM_INFO_VENDOR_NAME:
6868
return ReturnValue("tbd");

0 commit comments

Comments
 (0)