Minimal should mean minimal.

This commit is contained in:
Alex Voicu
2018-10-11 00:21:41 +01:00
parent 50265028fc
commit 5312336ce2
8 changed files with 3 additions and 8 deletions
+3 -1
View File
@@ -109,7 +109,9 @@ extern int HIP_TRACE_API;
#include <hip/hcc_detail/device_functions.h>
#include <hip/hcc_detail/surface_functions.h>
#include <hip/hcc_detail/texture_functions.h>
#if __HCC__
#include <hip/hcc_detail/math_functions.h>
#endif
// TODO-HCC remove old definitions ; ~1602 hcc supports __HCC_ACCELERATOR__ define.
#if defined(__KALMAR_ACCELERATOR__) && !defined(__HCC_ACCELERATOR__)
#define __HCC_ACCELERATOR__ __KALMAR_ACCELERATOR__