Skip to content

Commit 8c21096

Browse files
authored
[Offload] Enable check-offload in AMDGPU prod bot (#181)
This adds `check-offload` to the AMDGPU OpenMP Offloading production buildbot, to re-enable coverage of OpenMP offload testing.
1 parent f840616 commit 8c21096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,6 +1827,7 @@
18271827
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
18281828
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
18291829
],
1830+
add_lit_checks=['check-offload'],
18301831
add_openmp_lit_args=["--time-tests", "--timeout 100"],
18311832
)},
18321833

0 commit comments

Comments
 (0)