From 57569c62f4bf47d5082df0ac943c80d0eb2a30df Mon Sep 17 00:00:00 2001 From: Satyanvesh Dittakavi Date: Thu, 24 Jun 2021 13:23:20 -0400 Subject: [PATCH] SWDEV-292618 - Enable/Fix few of the dtests on Nvidia Platform Change-Id: I6f4e37b293aac9054a768f9d692b914f52d42756 --- tests/src/cppstd/hipInvocable11.cpp | 2 +- tests/src/cppstd/hipInvocable11Fallback.cpp | 2 +- tests/src/cppstd/hipInvocable14.cpp | 2 +- tests/src/cppstd/hipInvocable17.cpp | 2 +- tests/src/deviceLib/hipTestDotFunctions.cpp | 2 +- tests/src/g++/hipMalloc.cpp | 9 +++++---- tests/src/ipc/hipMultiProcIpcEvent.cpp | 2 +- tests/src/runtimeApi/device/hipGetDeviceProperties.cpp | 2 +- tests/src/runtimeApi/memory/hipMemcpyDtoDAsync.cpp | 2 +- tests/src/runtimeApi/memory/hipMemcpyNegetiveTests.cpp | 10 +++++----- tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp | 2 +- tests/src/runtimeApi/memory/hipMemset2D.cpp | 2 +- .../memory/hipMemset2DAsyncMultiThreadAndKernel.cpp | 2 +- .../src/runtimeApi/memory/hipMemsetAsyncAndKernel.cpp | 8 ++++---- .../runtimeApi/memory/hipMemsetAsyncMultiThread.cpp | 8 ++++---- tests/src/runtimeApi/memory/hipMemsetInvalidPtr.cpp | 2 +- .../memory/hipMultiMemcpyMultiThrdMultiStrm.cpp | 2 +- .../runtimeApi/memory/hipMultiMemcpyMultiThread.cpp | 2 +- tests/src/runtimeApi/module/hipFuncSetAttribute.cpp | 2 +- .../module/hipModuleLoadDataMultThreadOnMultGPU.cpp | 2 +- tests/src/runtimeApi/stream/hipMultiStreams.cpp | 2 +- .../src/runtimeApi/stream/hipStreamACb_AltEnqueue.cpp | 2 +- .../src/runtimeApi/stream/hipStreamACb_MStrm_Mgpu.cpp | 2 +- .../src/runtimeApi/stream/hipStreamACb_MultiCalls.cpp | 2 +- .../runtimeApi/stream/hipStreamACb_StrmSyncTiming.cpp | 2 +- .../runtimeApi/stream/hipStreamACb_ThrdBehaviour.cpp | 2 +- tests/src/runtimeApi/stream/hipStreamACb_order.cpp | 2 +- tests/src/runtimeApi/stream/hipStreamGetFlags.cpp | 2 +- tests/src/runtimeApi/stream/hipStreamGetPriority.cpp | 2 +- 29 files changed, 43 insertions(+), 42 deletions(-) diff --git a/tests/src/cppstd/hipInvocable11.cpp b/tests/src/cppstd/hipInvocable11.cpp index 0e4dc9f141..bf59e5c8b8 100644 --- a/tests/src/cppstd/hipInvocable11.cpp +++ b/tests/src/cppstd/hipInvocable11.cpp @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp HIPCC_OPTIONS -std=c++11 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../test_common.cpp HIPCC_OPTIONS -std=c++11 * TEST: %t * HIT_END */ diff --git a/tests/src/cppstd/hipInvocable11Fallback.cpp b/tests/src/cppstd/hipInvocable11Fallback.cpp index 7420ffc0c7..bdac94c7d0 100644 --- a/tests/src/cppstd/hipInvocable11Fallback.cpp +++ b/tests/src/cppstd/hipInvocable11Fallback.cpp @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp HIPCC_OPTIONS -std=c++11 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../test_common.cpp HIPCC_OPTIONS -std=c++11 * TEST: %t * HIT_END */ diff --git a/tests/src/cppstd/hipInvocable14.cpp b/tests/src/cppstd/hipInvocable14.cpp index a0c6d837a8..c9fdd7789e 100644 --- a/tests/src/cppstd/hipInvocable14.cpp +++ b/tests/src/cppstd/hipInvocable14.cpp @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp HIPCC_OPTIONS -std=c++14 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../test_common.cpp HIPCC_OPTIONS -std=c++14 * TEST: %t * HIT_END */ diff --git a/tests/src/cppstd/hipInvocable17.cpp b/tests/src/cppstd/hipInvocable17.cpp index 7f4a6055cf..d7b727b17f 100644 --- a/tests/src/cppstd/hipInvocable17.cpp +++ b/tests/src/cppstd/hipInvocable17.cpp @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp HIPCC_OPTIONS -std=c++17 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../test_common.cpp HIPCC_OPTIONS -std=c++17 * TEST: %t * HIT_END */ diff --git a/tests/src/deviceLib/hipTestDotFunctions.cpp b/tests/src/deviceLib/hipTestDotFunctions.cpp index ff46c088cb..7efddfc772 100644 --- a/tests/src/deviceLib/hipTestDotFunctions.cpp +++ b/tests/src/deviceLib/hipTestDotFunctions.cpp @@ -22,7 +22,7 @@ THE SOFTWARE. /* HIT_START * BUILD: %t %s ../test_common.cpp NVCC_OPTIONS -std=c++11 - * TEST: %t EXCLUDE_HIP_PLATFORM nvidia + * TEST: %t * HIT_END */ diff --git a/tests/src/g++/hipMalloc.cpp b/tests/src/g++/hipMalloc.cpp index 1ab421a34c..14b479c9d2 100644 --- a/tests/src/g++/hipMalloc.cpp +++ b/tests/src/g++/hipMalloc.cpp @@ -18,17 +18,18 @@ * */ /* HIT_START - * BUILD_CMD: hipMalloc %cxx -D__HIP_PLATFORM_AMD__ -I%hip-path/include -I%rocm-path/include %S/%s -Wl,--rpath=%rocm-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 + * BUILD_CMD: hipMalloc %cxx -D__HIP_PLATFORM_NVIDIA__ -I%hip-path/include -I/usr/local/cuda/include %S/%s -o %T/hipMalloc_nvidia -L/usr/local/cuda/lib64 -lcudart -std=c++11 EXCLUDE_HIP_PLATFORM amd + * BUILD_CMD: hipMalloc %cxx -D__HIP_PLATFORM_AMD__ -I%hip-path/include %S/%s -Wl,--rpath=%hip-path/lib %hip-path/lib/libamdhip64.so -o %T/hipMalloc_amd EXCLUDE_HIP_PLATFORM nvidia + * TEST: hipMalloc_nvidia EXCLUDE_HIP_PLATFORM amd + * TEST: hipMalloc_amd EXCLUDE_HIP_PLATFORM nvidia * HIT_END */ - #include #include int main() { int* Ad; hipMalloc((void**)&Ad, 1024); - std::cout<<"PASSED!"< diff --git a/tests/src/runtimeApi/memory/hipMemcpyDtoDAsync.cpp b/tests/src/runtimeApi/memory/hipMemcpyDtoDAsync.cpp index 9e1a1a8d24..632b9725a5 100755 --- a/tests/src/runtimeApi/memory/hipMemcpyDtoDAsync.cpp +++ b/tests/src/runtimeApi/memory/hipMemcpyDtoDAsync.cpp @@ -24,7 +24,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/memory/hipMemcpyNegetiveTests.cpp b/tests/src/runtimeApi/memory/hipMemcpyNegetiveTests.cpp index 77b72f740f..3e537dcbe4 100644 --- a/tests/src/runtimeApi/memory/hipMemcpyNegetiveTests.cpp +++ b/tests/src/runtimeApi/memory/hipMemcpyNegetiveTests.cpp @@ -18,7 +18,7 @@ * */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia EXCLUDE_HIP_RUNTIME rocclr + * BUILD: %t %s ../../test_common.cpp * TEST: %t * HIT_END */ @@ -41,13 +41,13 @@ int main() { HIPCHECK(hipMemcpy(A, Ad, sizeof(int), hipMemcpyHostToDevice)); HIPCHECK(hipMemcpy(Ad, Bd, sizeof(int), hipMemcpyHostToHost)); HIPCHECK(hipMemcpy(A, A, sizeof(int), hipMemcpyDeviceToDevice)); - + // nullptr passed as source or destination pointer HIPASSERT(hipSuccess != hipMemcpy(nullptr, A, sizeof(int), hipMemcpyHostToDevice)); HIPASSERT(hipSuccess != hipMemcpy(Ad, nullptr, sizeof(int), hipMemcpyHostToDevice)); - + HIPCHECK(hipFree(Ad)); HIPCHECK(hipFree(Bd)); - HIPCHECK(hipFree(A)); - passed(); + HIPCHECK(hipHostFree(A)); + passed(); } diff --git a/tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp b/tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp index 59a129b260..f6ab918b97 100755 --- a/tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp +++ b/tests/src/runtimeApi/memory/hipMemcpyPeerAsync.cpp @@ -24,7 +24,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/memory/hipMemset2D.cpp b/tests/src/runtimeApi/memory/hipMemset2D.cpp index 2ce2a0b8b0..0e54c4ec67 100644 --- a/tests/src/runtimeApi/memory/hipMemset2D.cpp +++ b/tests/src/runtimeApi/memory/hipMemset2D.cpp @@ -20,7 +20,7 @@ // Test for hipMemset2D functionality for different width and height values /* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 * TEST_NAMED: %t hipMemset2D-basic * TEST_NAMED: %t hipMemset2D-dim1 --width2D 10 --height2D 10 --memsetWidth 4 --memsetHeight 4 * TEST_NAMED: %t hipMemset2D-dim2 --width2D 100 --height2D 100 --memsetWidth 20 --memsetHeight 40 diff --git a/tests/src/runtimeApi/memory/hipMemset2DAsyncMultiThreadAndKernel.cpp b/tests/src/runtimeApi/memory/hipMemset2DAsyncMultiThreadAndKernel.cpp index 1e73d75704..d9ec3c7005 100644 --- a/tests/src/runtimeApi/memory/hipMemset2DAsyncMultiThreadAndKernel.cpp +++ b/tests/src/runtimeApi/memory/hipMemset2DAsyncMultiThreadAndKernel.cpp @@ -24,7 +24,7 @@ // /* HIT_START - * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/memory/hipMemsetAsyncAndKernel.cpp b/tests/src/runtimeApi/memory/hipMemsetAsyncAndKernel.cpp index e3c2593c23..df150cae99 100644 --- a/tests/src/runtimeApi/memory/hipMemsetAsyncAndKernel.cpp +++ b/tests/src/runtimeApi/memory/hipMemsetAsyncAndKernel.cpp @@ -23,7 +23,7 @@ */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp * TEST: %t * HIT_END */ @@ -111,7 +111,7 @@ bool testhipMemsetD32AsyncWithKernel() { for (int k = 0 ; k < ITER ; k++) { hipLaunchKernelGGL(vector_square, dim3(blocks), dim3(threadsPerBlock), 0, obj.stream, obj.B_d, obj.C_d, N); - HIPCHECK(hipMemsetD32Async(obj.C_d , obj.memSetVal , N , obj.stream)); + HIPCHECK(hipMemsetD32Async((hipDeviceptr_t)obj.C_d , obj.memSetVal , N , obj.stream)); HIPCHECK(hipStreamSynchronize(obj.stream)); HIPCHECK(hipMemcpy(obj.A_h, obj.C_d, obj.Nbytes, hipMemcpyDeviceToHost)); @@ -126,7 +126,7 @@ bool testhipMemsetD16AsyncWithKernel() { for (int k = 0 ; k < ITER ; k++) { hipLaunchKernelGGL(vector_square, dim3(blocks), dim3(threadsPerBlock), 0, obj.stream, obj.B_d, obj.C_d, N); - HIPCHECK(hipMemsetD16Async(obj.C_d , obj.memSetVal , N , obj.stream)); + HIPCHECK(hipMemsetD16Async((hipDeviceptr_t)obj.C_d , obj.memSetVal , N , obj.stream)); HIPCHECK(hipStreamSynchronize(obj.stream)); HIPCHECK(hipMemcpy(obj.A_h , obj.C_d, obj.Nbytes , hipMemcpyDeviceToHost)); @@ -141,7 +141,7 @@ bool testhipMemsetD8AsyncWithKernel() { for (int k = 0; k < ITER; k++) { hipLaunchKernelGGL(vector_square, dim3(blocks), dim3(threadsPerBlock), 0, obj.stream, obj.B_d, obj.C_d, N); - HIPCHECK(hipMemsetD8Async(obj.C_d, obj.memSetVal, N, obj.stream)); + HIPCHECK(hipMemsetD8Async((hipDeviceptr_t)obj.C_d, obj.memSetVal, N, obj.stream)); HIPCHECK(hipStreamSynchronize(obj.stream)); HIPCHECK(hipMemcpy(obj.A_h, obj.C_d, obj.Nbytes, hipMemcpyDeviceToHost)); diff --git a/tests/src/runtimeApi/memory/hipMemsetAsyncMultiThread.cpp b/tests/src/runtimeApi/memory/hipMemsetAsyncMultiThread.cpp index 071554f661..58840e7d3f 100644 --- a/tests/src/runtimeApi/memory/hipMemsetAsyncMultiThread.cpp +++ b/tests/src/runtimeApi/memory/hipMemsetAsyncMultiThread.cpp @@ -22,7 +22,7 @@ */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp * TEST: %t * HIT_END */ @@ -87,21 +87,21 @@ void queueJobsForhipMemsetAsync(T* A_d, T* A_h, T memSetVal, size_t Nbytes, template void queueJobsForhipMemsetD32Async(T* A_d, T* A_h, T memSetVal, size_t Nbytes, hipStream_t stream) { - HIPCHECK(hipMemsetD32Async(A_d, memSetVal, N, stream)); + HIPCHECK(hipMemsetD32Async((hipDeviceptr_t)A_d, memSetVal, N, stream)); HIPCHECK(hipMemcpyAsync(A_h, A_d, Nbytes, hipMemcpyDeviceToHost, stream)); } template void queueJobsForhipMemsetD16Async(T* A_d, T* A_h, T memSetVal, size_t Nbytes, hipStream_t stream) { - HIPCHECK(hipMemsetD16Async(A_d, memSetVal, N, stream)); + HIPCHECK(hipMemsetD16Async((hipDeviceptr_t)A_d, memSetVal, N, stream)); HIPCHECK(hipMemcpyAsync(A_h, A_d, Nbytes, hipMemcpyDeviceToHost, stream)); } template void queueJobsForhipMemsetD8Async(T* A_d, T* A_h, T memSetVal, size_t Nbytes, hipStream_t stream) { - HIPCHECK(hipMemsetD8Async(A_d, memSetVal, N, stream)); + HIPCHECK(hipMemsetD8Async((hipDeviceptr_t)A_d, memSetVal, N, stream)); HIPCHECK(hipMemcpyAsync(A_h, A_d, Nbytes, hipMemcpyDeviceToHost, stream)); } diff --git a/tests/src/runtimeApi/memory/hipMemsetInvalidPtr.cpp b/tests/src/runtimeApi/memory/hipMemsetInvalidPtr.cpp index 394a451183..c904334b37 100644 --- a/tests/src/runtimeApi/memory/hipMemsetInvalidPtr.cpp +++ b/tests/src/runtimeApi/memory/hipMemsetInvalidPtr.cpp @@ -20,7 +20,7 @@ // * To test invalid pointer to hipMemset* apis /* HIT_START - * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/memory/hipMultiMemcpyMultiThrdMultiStrm.cpp b/tests/src/runtimeApi/memory/hipMultiMemcpyMultiThrdMultiStrm.cpp index 616bb6a2b8..997cf3b651 100644 --- a/tests/src/runtimeApi/memory/hipMultiMemcpyMultiThrdMultiStrm.cpp +++ b/tests/src/runtimeApi/memory/hipMultiMemcpyMultiThrdMultiStrm.cpp @@ -21,7 +21,7 @@ // and also launch hipMemcpyAsync() api on the same stream. This test case is simulate the scenario // reported in SWDEV-181598. /* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/memory/hipMultiMemcpyMultiThread.cpp b/tests/src/runtimeApi/memory/hipMultiMemcpyMultiThread.cpp index a7f104afa6..d09cd92274 100644 --- a/tests/src/runtimeApi/memory/hipMultiMemcpyMultiThread.cpp +++ b/tests/src/runtimeApi/memory/hipMultiMemcpyMultiThread.cpp @@ -21,7 +21,7 @@ // and also launch hipMemcpyAsync() api. This test case is simulate the scenario // reported in SWDEV-181598. /* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/module/hipFuncSetAttribute.cpp b/tests/src/runtimeApi/module/hipFuncSetAttribute.cpp index f4a3788b24..330cbb9fb7 100644 --- a/tests/src/runtimeApi/module/hipFuncSetAttribute.cpp +++ b/tests/src/runtimeApi/module/hipFuncSetAttribute.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/module/hipModuleLoadDataMultThreadOnMultGPU.cpp b/tests/src/runtimeApi/module/hipModuleLoadDataMultThreadOnMultGPU.cpp index b5341b710b..c24025cba9 100644 --- a/tests/src/runtimeApi/module/hipModuleLoadDataMultThreadOnMultGPU.cpp +++ b/tests/src/runtimeApi/module/hipModuleLoadDataMultThreadOnMultGPU.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/stream/hipMultiStreams.cpp b/tests/src/runtimeApi/stream/hipMultiStreams.cpp index 6fe41299da..0087bb6296 100644 --- a/tests/src/runtimeApi/stream/hipMultiStreams.cpp +++ b/tests/src/runtimeApi/stream/hipMultiStreams.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/stream/hipStreamACb_AltEnqueue.cpp b/tests/src/runtimeApi/stream/hipStreamACb_AltEnqueue.cpp index e8163d7e5c..c6f9d48672 100644 --- a/tests/src/runtimeApi/stream/hipStreamACb_AltEnqueue.cpp +++ b/tests/src/runtimeApi/stream/hipStreamACb_AltEnqueue.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/stream/hipStreamACb_MStrm_Mgpu.cpp b/tests/src/runtimeApi/stream/hipStreamACb_MStrm_Mgpu.cpp index 6c59707f53..b777e81520 100644 --- a/tests/src/runtimeApi/stream/hipStreamACb_MStrm_Mgpu.cpp +++ b/tests/src/runtimeApi/stream/hipStreamACb_MStrm_Mgpu.cpp @@ -21,7 +21,7 @@ // kernel. Verify that all the kernels queued are executed before the callback. /* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/stream/hipStreamACb_MultiCalls.cpp b/tests/src/runtimeApi/stream/hipStreamACb_MultiCalls.cpp index 2c0b29ffec..ba0a30c913 100644 --- a/tests/src/runtimeApi/stream/hipStreamACb_MultiCalls.cpp +++ b/tests/src/runtimeApi/stream/hipStreamACb_MultiCalls.cpp @@ -21,7 +21,7 @@ // when hipStreamAddCallback() is called back to back multiple calls /* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/stream/hipStreamACb_StrmSyncTiming.cpp b/tests/src/runtimeApi/stream/hipStreamACb_StrmSyncTiming.cpp index ac30f42a77..42e8e1be31 100644 --- a/tests/src/runtimeApi/stream/hipStreamACb_StrmSyncTiming.cpp +++ b/tests/src/runtimeApi/stream/hipStreamACb_StrmSyncTiming.cpp @@ -22,7 +22,7 @@ // by hipStreamAddCallback() api. /* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/stream/hipStreamACb_ThrdBehaviour.cpp b/tests/src/runtimeApi/stream/hipStreamACb_ThrdBehaviour.cpp index ca9c1cc121..0e4cf1a4f4 100644 --- a/tests/src/runtimeApi/stream/hipStreamACb_ThrdBehaviour.cpp +++ b/tests/src/runtimeApi/stream/hipStreamACb_ThrdBehaviour.cpp @@ -22,7 +22,7 @@ // finish. Ideally Host thread should not wait for callback to finish. /* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/stream/hipStreamACb_order.cpp b/tests/src/runtimeApi/stream/hipStreamACb_order.cpp index 4a68239b4a..f74c090ed9 100644 --- a/tests/src/runtimeApi/stream/hipStreamACb_order.cpp +++ b/tests/src/runtimeApi/stream/hipStreamACb_order.cpp @@ -18,7 +18,7 @@ * */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/stream/hipStreamGetFlags.cpp b/tests/src/runtimeApi/stream/hipStreamGetFlags.cpp index 041c3335d1..9b994bddfa 100644 --- a/tests/src/runtimeApi/stream/hipStreamGetFlags.cpp +++ b/tests/src/runtimeApi/stream/hipStreamGetFlags.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp * TEST: %t * HIT_END */ diff --git a/tests/src/runtimeApi/stream/hipStreamGetPriority.cpp b/tests/src/runtimeApi/stream/hipStreamGetPriority.cpp index b80d8b7e15..8da2c2f8a5 100644 --- a/tests/src/runtimeApi/stream/hipStreamGetPriority.cpp +++ b/tests/src/runtimeApi/stream/hipStreamGetPriority.cpp @@ -19,7 +19,7 @@ THE SOFTWARE. /* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 EXCLUDE_HIP_PLATFORM nvidia + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 * TEST: %t * HIT_END */