Skip to content

Commit 45c3a80

Browse files
committed
Revert "(NATIVECPU) added #define for device binary target"
This reverts commit c6e2987.
1 parent c6e2987 commit 45c3a80

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/ur.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -640,10 +640,6 @@ def __str__(self):
640640
## @brief AMD GCN
641641
UR_DEVICE_BINARY_TARGET_AMDGCN = "amdgcn"
642642

643-
###############################################################################
644-
## @brief Native CPU target
645-
UR_DEVICE_BINARY_TARGET_NATIVE_CPU = "native_cpu"
646-
647643
###############################################################################
648644
## @brief Device Binary Type
649645
class ur_device_binary_t(Structure):

0 commit comments

Comments
 (0)