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 8e9f3ff commit afa0525Copy full SHA for afa0525
include/ur_api.h
@@ -1224,6 +1224,12 @@ typedef enum ur_platform_backend_t {
1224
#define UR_DEVICE_BINARY_TARGET_AMDGCN "amdgcn"
1225
#endif // UR_DEVICE_BINARY_TARGET_AMDGCN
1226
1227
+///////////////////////////////////////////////////////////////////////////////
1228
+#ifndef UR_DEVICE_BINARY_TARGET_NATIVE_CPU
1229
+/// @brief Native CPU target
1230
+#define UR_DEVICE_BINARY_TARGET_NATIVE_CPU "native_cpu"
1231
+#endif // UR_DEVICE_BINARY_TARGET_NATIVE_CPU
1232
+
1233
///////////////////////////////////////////////////////////////////////////////
1234
/// @brief Device Binary Type
1235
typedef struct ur_device_binary_t {
0 commit comments