SWDEV-415029 - [ABI Break] Remove hcc symbols
This reverts commit81a120a5c5. Reason for revert: Bring back original change. Change-Id: I15c5f288bc50107831a494a81d1f16df4c2ade27 [ROCm/hip-tests commit:cf3df12106]
This commit is contained in:
zatwierdzone przez
Rakesh Roy
rodzic
4b171d9fe7
commit
422d70ffb0
@@ -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