From 3e8b76ba5568fe8df13956fedf71f8dcc17acff5 Mon Sep 17 00:00:00 2001 From: Alex Voicu Date: Fri, 1 Jun 2018 22:55:33 +0100 Subject: [PATCH] Rename for minimal confusion. [ROCm/hip commit: 8bfcb22c576905946c4cd593307ab24b97327850] --- projects/hip/include/hip/hcc_detail/math_functions.h | 2 +- .../hip/include/hip/hcc_detail/{ocml_math_fwd.h => math_fwd.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename projects/hip/include/hip/hcc_detail/{ocml_math_fwd.h => math_fwd.h} (100%) diff --git a/projects/hip/include/hip/hcc_detail/math_functions.h b/projects/hip/include/hip/hcc_detail/math_functions.h index 3072fc1d4e..a9288dc204 100644 --- a/projects/hip/include/hip/hcc_detail/math_functions.h +++ b/projects/hip/include/hip/hcc_detail/math_functions.h @@ -22,7 +22,7 @@ THE SOFTWARE. #pragma once -#include "ocml_math_fwd.h" +#include "math_fwd.h" #include diff --git a/projects/hip/include/hip/hcc_detail/ocml_math_fwd.h b/projects/hip/include/hip/hcc_detail/math_fwd.h similarity index 100% rename from projects/hip/include/hip/hcc_detail/ocml_math_fwd.h rename to projects/hip/include/hip/hcc_detail/math_fwd.h