Merge pull request #194 from bensander/fix_genco_math_path

Fix math ordering for --genco mode.

[ROCm/clr commit: 132316fecf]
Этот коммит содержится в:
Maneesh Gupta
2017-10-03 16:17:34 +05:30
коммит произвёл GitHub
родитель 7ed6737691 e5bb8f73d0
Коммит e80a4ee235
+5
Просмотреть файл
@@ -23,6 +23,11 @@ THE SOFTWARE.
#ifndef HIP_INCLUDE_HIP_HCC_DETAIL_MATH_FUNCTIONS_H
#define HIP_INCLUDE_HIP_HCC_DETAIL_MATH_FUNCTIONS_H
#if defined(__HCC__)
#include <kalmar_math.h>
#endif
#include <hip/hip_runtime.h>
#include <hip/hip_vector_types.h>
#include <hip/hcc_detail/device_functions.h>