From 9e1a6a4013c69404b6198ab8a3220000469defd3 Mon Sep 17 00:00:00 2001 From: Aditya Atluri Date: Wed, 22 Feb 2017 13:42:03 -0600 Subject: [PATCH] Enable symbol tests Change-Id: I6bd036bf00c8051c8ff728ee60562c4ebd222160 [ROCm/hip commit: d52c5867f2d84394c7e110c1a98135e2b04a7b3b] --- projects/hip/src/device_util.h | 2 +- projects/hip/tests/src/deviceLib/hipTestDeviceSymbol.cpp | 2 +- projects/hip/tests/src/kernel/hipTestConstant.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/hip/src/device_util.h b/projects/hip/src/device_util.h index e302b7db8a..ad8b2607dd 100644 --- a/projects/hip/src/device_util.h +++ b/projects/hip/src/device_util.h @@ -32,7 +32,7 @@ THE SOFTWARE. #define NUM_PAGES_PER_THREAD 16 #define SIZE_OF_PAGE 64 #define NUM_THREADS_PER_CU 64 -#define NUM_CUS_PER_GPU 64 +#define NUM_CUS_PER_GPU 64 // Specific for r9 Nano #define NUM_PAGES NUM_PAGES_PER_THREAD * NUM_THREADS_PER_CU * NUM_CUS_PER_GPU #define SIZE_MALLOC NUM_PAGES * SIZE_OF_PAGE #define SIZE_OF_HEAP SIZE_MALLOC diff --git a/projects/hip/tests/src/deviceLib/hipTestDeviceSymbol.cpp b/projects/hip/tests/src/deviceLib/hipTestDeviceSymbol.cpp index ed4d3902c5..49a719a8d4 100644 --- a/projects/hip/tests/src/deviceLib/hipTestDeviceSymbol.cpp +++ b/projects/hip/tests/src/deviceLib/hipTestDeviceSymbol.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM all + * BUILD: %t %s * RUN: %t * HIT_END */ diff --git a/projects/hip/tests/src/kernel/hipTestConstant.cpp b/projects/hip/tests/src/kernel/hipTestConstant.cpp index 6d630f97ff..9aeaf59c00 100644 --- a/projects/hip/tests/src/kernel/hipTestConstant.cpp +++ b/projects/hip/tests/src/kernel/hipTestConstant.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM all + * BUILD: %t %s ../test_common.cpp * RUN: %t * HIT_END */