File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -641,6 +641,10 @@ def __str__(self):
641
641
## @brief AMD GCN
642
642
UR_DEVICE_BINARY_TARGET_AMDGCN = "amdgcn"
643
643
644
+ ###############################################################################
645
+ ## @brief Native CPU
646
+ UR_DEVICE_BINARY_TARGET_NATIVE_CPU = "native_cpu"
647
+
644
648
###############################################################################
645
649
## @brief Device Binary Type
646
650
class ur_device_binary_t (Structure ):
Original file line number Diff line number Diff line change @@ -1225,6 +1225,12 @@ typedef enum ur_platform_backend_t {
1225
1225
#define UR_DEVICE_BINARY_TARGET_AMDGCN "amdgcn"
1226
1226
#endif // UR_DEVICE_BINARY_TARGET_AMDGCN
1227
1227
1228
+ ///////////////////////////////////////////////////////////////////////////////
1229
+ #ifndef UR_DEVICE_BINARY_TARGET_NATIVE_CPU
1230
+ /// @brief Native CPU
1231
+ #define UR_DEVICE_BINARY_TARGET_NATIVE_CPU "native_cpu"
1232
+ #endif // UR_DEVICE_BINARY_TARGET_NATIVE_CPU
1233
+
1228
1234
///////////////////////////////////////////////////////////////////////////////
1229
1235
/// @brief Device Binary Type
1230
1236
typedef struct ur_device_binary_t {
You can’t perform that action at this time.
0 commit comments