SWDEV-415029 - [ABI Break] Remove hcc symbols

This reverts commit fe5206e50a.

Reason for revert: Bring back original change.

Change-Id: I15c5f288bc50107831a494a81d1f16df4c2ade27
Este commit está contenido en:
Rahul Garg
2023-10-13 20:10:23 -04:00
cometido por Rakesh Roy
padre bfa6d77ce5
commit cf3df12106
Se han modificado 13 ficheros con 55 adiciones y 55 borrados
+2 -2
Ver fichero
@@ -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