Merge pull request #600 from ROCm-Developer-Tools/enable-texture-functions

Enable HIP texture functions with HIP vector types
This commit is contained in:
Maneesh Gupta
2018-08-02 08:01:00 +05:30
committed by GitHub
2 changed files with 1345 additions and 1310 deletions
+1 -1
View File
@@ -110,9 +110,9 @@ extern int HIP_TRACE_API;
#include <hip/hcc_detail/host_defines.h>
#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>
#include <hip/hcc_detail/texture_functions.h>
#endif // __HCC__
// TODO-HCC remove old definitions ; ~1602 hcc supports __HCC_ACCELERATOR__ define.
File diff suppressed because it is too large Load Diff