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 45c3a80 commit 3cf6351Copy full SHA for 3cf6351
include/ur_api.h
@@ -1224,12 +1224,6 @@ 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