Skip to content

Commit

Permalink
Revert "Additional non-parallel tests"
Browse files Browse the repository at this point in the history
This reverts commit 6484ea9.
  • Loading branch information
pvelesko committed Dec 4, 2023
1 parent 6484ea9 commit 2a7bfa2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions cmake/UnitTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,6 @@ list(APPEND CPU_POCL_FAILED_TESTS " ")
list(APPEND GPU_POCL_FAILED_TESTS " ") # TODO
list(APPEND NON_PARALLEL_TESTS " ")

list(APPEND NON_PARALLEL_TESTS "Unit_hipMemcpy2DFromArray_PinnedMemSameGPU")
list(APPEND NON_PARALLEL_TESTS "Unit_hipMemset3D_SeekSetArrayPortion")
list(APPEND NON_PARALLEL_TESTS "Unit_hipMemsetFunctional_PartialSet_2D")
list(APPEND NON_PARALLEL_TESTS "VecAdd")
list(APPEND NON_PARALLEL_TESTS "Unit_hipMallocPitch_ValidatePitch")
list(APPEND NON_PARALLEL_TESTS "Unit_hipHostMalloc_CoherentAccess")
list(APPEND NON_PARALLEL_TESTS "cuda-qrng")
list(APPEND NON_PARALLEL_TESTS "cuda-reduction")
list(APPEND NON_PARALLEL_TESTS "TestLargeKernelArgLists")
list(APPEND NON_PARALLEL_TESTS "Unit_hipStreamAddCallback_WithDefaultStream")
list(APPEND NON_PARALLEL_TESTS "TestWholeProgramCompilation")
list(APPEND NON_PARALLEL_TESTS "hip_async_binomial")
list(APPEND NON_PARALLEL_TESTS "BinomialOption")
list(APPEND NON_PARALLEL_TESTS "shuffles")
list(APPEND NON_PARALLEL_TESTS "cuda-convolutionSeparable")
list(APPEND NON_PARALLEL_TESTS "cuda-binomialoptions")
list(APPEND NON_PARALLEL_TESTS "clock")
list(APPEND NON_PARALLEL_TESTS "Unit_hipMemcpyWithStream_TestwithTwoStream")
list(APPEND NON_PARALLEL_TESTS "Unit_hipMemcpyWithStream_TestDtoDonSameDevice")
Expand Down

0 comments on commit 2a7bfa2

Please sign in to comment.