Skip to content

Commit

Permalink
Additional non parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Dec 3, 2023
1 parent 1203c90 commit 9b23f95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/UnitTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ 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")
Expand Down

0 comments on commit 9b23f95

Please sign in to comment.