Skip to content

Commit c6e2987

Browse files
committed
(NATIVECPU) added #define for device binary target
1 parent afa0525 commit c6e2987

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/ur.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,10 @@ 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+
643647
###############################################################################
644648
## @brief Device Binary Type
645649
class ur_device_binary_t(Structure):

0 commit comments

Comments
 (0)