Merge pull request #515 from ROCm-Developer-Tools/hipclang-add-amdgcn-funcs

Add hipclang amdgcn functions
This commit is contained in:
Maneesh Gupta
2018-07-17 09:25:09 +05:30
zatwierdzone przez GitHub
15 zmienionych plików z 1082 dodań i 858 usunięć
+1 -1
Wyświetl plik
@@ -35,7 +35,7 @@ THE SOFTWARE.
#include "hip/hip_vector_types.h"
#include "test_common.h"
#if (__hcc_workweek__ >= 16164) || defined(__HIP_PLATFORM_NVCC__)
#if (__hcc_workweek__ >= 16164) || defined(__HIP_PLATFORM_NVCC__) || defined(__HIP_CLANG_ONLY__)
#define HIP_ASSERT(x) (assert((x) == hipSuccess))