We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7849b1a commit c397861Copy full SHA for c397861
External/HIP/CMakeLists.txt
@@ -16,7 +16,9 @@ macro(create_local_hip_tests VariantSuffix)
16
list(APPEND HIP_LOCAL_TESTS with-fopenmp)
17
list(APPEND HIP_LOCAL_TESTS saxpy)
18
list(APPEND HIP_LOCAL_TESTS memmove)
19
- list(APPEND HIP_LOCAL_TESTS InOneWeekend)
+
20
+ # TODO: Re-enable InOneWeekend after it is fixed
21
+ #list(APPEND HIP_LOCAL_TESTS InOneWeekend)
22
list(APPEND HIP_LOCAL_TESTS TheNextWeek)
23
24
# Copy files needed for ray-tracing tests.
0 commit comments