SWDEV-415029 - [ABI Break] Remove hcc symbols

This reverts commit 81a120a5c5.

Reason for revert: Bring back original change.

Change-Id: I15c5f288bc50107831a494a81d1f16df4c2ade27


[ROCm/hip-tests commit: cf3df12106]
This commit is contained in:
Rahul Garg
2023-10-13 20:10:23 -04:00
zatwierdzone przez Rakesh Roy
rodzic 4b171d9fe7
commit 422d70ffb0
13 zmienionych plików z 55 dodań i 55 usunięć
@@ -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