Enable hipDynamicShared directed test

Change-Id: I31e7e83ecb3e15fb25b63d6bb6fa9291484c9ef5


[ROCm/clr commit: 49d8faef54]
This commit is contained in:
Maneesh Gupta
2016-08-18 14:15:50 +05:30
parent 34464a647f
commit cf2ea9e48f
+2 -2
View File
@@ -177,7 +177,7 @@ build_hip_executable (hipFuncSetDevice hipFuncSetDevice.cpp)
build_hip_executable (hipFuncDeviceSynchronize hipFuncDeviceSynchronize.cpp)
build_hip_executable (hipPeerToPeer_simple hipPeerToPeer_simple.cpp)
build_hip_executable (hipTestMemcpyPin hipTestMemcpyPin.cpp)
#build_hip_executable (hipDynamicShared hipDynamicShared.cpp)
build_hip_executable (hipDynamicShared hipDynamicShared.cpp)
build_hip_executable (hipLaunchParm hipLaunchParm.cpp)
if (${HIP_PLATFORM} STREQUAL "hcc")
@@ -216,7 +216,7 @@ endif()
make_hipify_test(specialFunc.cu )
#make_test(hipDynamicShared " ")
make_test(hipDynamicShared " ")
# Add subdirs here:
add_subdirectory(context)