We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa0525 commit c6e2987Copy full SHA for c6e2987
include/ur.py
@@ -640,6 +640,10 @@ def __str__(self):
640
## @brief AMD GCN
641
UR_DEVICE_BINARY_TARGET_AMDGCN = "amdgcn"
642
643
+###############################################################################
644
+## @brief Native CPU target
645
+UR_DEVICE_BINARY_TARGET_NATIVE_CPU = "native_cpu"
646
+
647
###############################################################################
648
## @brief Device Binary Type
649
class ur_device_binary_t(Structure):
0 commit comments