From 310023e273f5b0fc70b3d7271ae265a8a621994e 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 --- hipamd/tests/src/CMakeLists.txt | 2 +- hipamd/tests/src/{hipInfo.cpp => hipGetDeviceAttribute.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hipamd/tests/src/{hipInfo.cpp => hipGetDeviceAttribute.cpp} (100%) diff --git a/hipamd/tests/src/CMakeLists.txt b/hipamd/tests/src/CMakeLists.txt index 8d37f79208..ba4be66a22 100644 --- a/hipamd/tests/src/CMakeLists.txt +++ b/hipamd/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/hipamd/tests/src/hipInfo.cpp b/hipamd/tests/src/hipGetDeviceAttribute.cpp similarity index 100% rename from hipamd/tests/src/hipInfo.cpp rename to hipamd/tests/src/hipGetDeviceAttribute.cpp