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 c6e2987 commit 45c3a80Copy full SHA for 45c3a80
include/ur.py
@@ -640,10 +640,6 @@ 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