SWDEV-415029 - [ABI Break] Remove hcc symbols
Change-Id: Ic0082d3960aadbb7bc559141b6e84bd29a75b5cf
This commit is contained in:
@@ -44,10 +44,10 @@ THE SOFTWARE.
|
||||
#endif
|
||||
|
||||
// Platform check
|
||||
#if defined(__HIP_PLATFORM_HCC__) || defined(__HIP_PLATFORM_AMD__)
|
||||
#if defined(__HIP_PLATFORM_AMD__)
|
||||
#define HT_AMD 1
|
||||
#define HT_NVIDIA 0
|
||||
#elif defined(__HIP_PLATFORM_NVCC__) || defined(__HIP_PLATFORM_NVIDIA__)
|
||||
#elif defined(__HIP_PLATFORM_NVIDIA__)
|
||||
#define HT_AMD 0
|
||||
#define HT_NVIDIA 1
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user