From 5fb266cfb9ab6bb7b013bc403a3cd7cfc91ed2f5 Mon Sep 17 00:00:00 2001 From: Sarbojit Sarkar Date: Wed, 13 Jan 2021 07:30:35 -0500 Subject: [PATCH] SWDEV-267199 - hipMalloc test issue on centOS Change-Id: I789516e2bf921ffd3577f97571e33bcc08047849 [ROCm/hip commit: 684a0ab5df9bceaa7858ab2c082b6730385bdfc0] --- projects/hip/tests/src/g++/hipMalloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/g++/hipMalloc.cpp b/projects/hip/tests/src/g++/hipMalloc.cpp index 2d92d45423..da1fcb24fa 100644 --- a/projects/hip/tests/src/g++/hipMalloc.cpp +++ b/projects/hip/tests/src/g++/hipMalloc.cpp @@ -18,7 +18,7 @@ * */ /* HIT_START - * BUILD_CMD: hipMalloc %cxx -D__HIP_PLATFORM_AMD__ -I%hip-path/include -I%rocm-path/include %S/%s -Wl,--rpath=%hip-path/lib %hip-path/lib/libamdhip64.so -o %T/%t -std=c++11 EXCLUDE_HIP_PLATFORM nvidia EXCLUDE_HIP_LIB_TYPE static + * BUILD_CMD: hipMalloc %cxx -D__HIP_PLATFORM_AMD__ -I%hip-path/include -I%rocm-path/include %S/%s -Wl,--rpath=%roc-path/lib %hip-path/lib/libamdhip64.so -o %T/%t -std=c++11 EXCLUDE_HIP_PLATFORM nvidia EXCLUDE_HIP_LIB_TYPE static * TEST: %t EXCLUDE_HIP_PLATFORM nvidia EXCLUDE_HIP_LIB_TYPE static * HIT_END */