Skip to content

Commit c397861

Browse files
authored
temporarily disable HIP test InOneWeekend (llvm#177)
since it is unstable and causes spurious random failures
1 parent 7849b1a commit c397861

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

External/HIP/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ macro(create_local_hip_tests VariantSuffix)
1616
list(APPEND HIP_LOCAL_TESTS with-fopenmp)
1717
list(APPEND HIP_LOCAL_TESTS saxpy)
1818
list(APPEND HIP_LOCAL_TESTS memmove)
19-
list(APPEND HIP_LOCAL_TESTS InOneWeekend)
19+
20+
# TODO: Re-enable InOneWeekend after it is fixed
21+
#list(APPEND HIP_LOCAL_TESTS InOneWeekend)
2022
list(APPEND HIP_LOCAL_TESTS TheNextWeek)
2123

2224
# Copy files needed for ray-tracing tests.

0 commit comments

Comments
 (0)