Skip to content

Commit 3cf6351

Browse files
committed
Revert "(NATIVECPU) added #define for device binary target"
This reverts commit afa0525.
1 parent 45c3a80 commit 3cf6351

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/ur_api.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,12 +1224,6 @@ typedef enum ur_platform_backend_t {
12241224
#define UR_DEVICE_BINARY_TARGET_AMDGCN "amdgcn"
12251225
#endif // UR_DEVICE_BINARY_TARGET_AMDGCN
12261226

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-
12331227
///////////////////////////////////////////////////////////////////////////////
12341228
/// @brief Device Binary Type
12351229
typedef struct ur_device_binary_t {

0 commit comments

Comments
 (0)