From 902c5aa9727995973e8abe34db2740b582c39dc8 Mon Sep 17 00:00:00 2001 From: streamhsa Date: Tue, 9 Feb 2016 13:19:32 +0800 Subject: [PATCH] Rename test hipInfo as hipGetDeviceAttribute [ROCm/hip commit: 5aa254f32fe6faa2a778f17a21b61ad23730a3ba] --- projects/hip/tests/src/CMakeLists.txt | 2 +- .../hip/tests/src/{hipInfo.cpp => hipGetDeviceAttribute.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename projects/hip/tests/src/{hipInfo.cpp => hipGetDeviceAttribute.cpp} (100%) diff --git a/projects/hip/tests/src/CMakeLists.txt b/projects/hip/tests/src/CMakeLists.txt index 8d37f79208..ba4be66a22 100644 --- a/projects/hip/tests/src/CMakeLists.txt +++ b/projects/hip/tests/src/CMakeLists.txt @@ -103,7 +103,7 @@ make_hip_executable (hip_popc hip_popc.cpp) make_hip_executable (hip_clz hip_clz.cpp) make_hip_executable (hip_brev hip_brev.cpp) make_hip_executable (hip_ffs hip_ffs.cpp) -make_hip_executable (hipInfo hipInfo.cpp) +make_hip_executable (hipGetDeviceAttribute hipGetDeviceAttribute.cpp) make_hip_executable (hipMemcpy hipMemcpy.cpp) make_hip_executable (hipMemset hipMemset.cpp) make_hip_executable (hipEventRecord hipEventRecord.cpp) diff --git a/projects/hip/tests/src/hipInfo.cpp b/projects/hip/tests/src/hipGetDeviceAttribute.cpp similarity index 100% rename from projects/hip/tests/src/hipInfo.cpp rename to projects/hip/tests/src/hipGetDeviceAttribute.cpp