Skip to content

Commit

Permalink
[Offload] Enable check-offload in AMDGPU prod bot (#181)
Browse files Browse the repository at this point in the history
This adds `check-offload` to the AMDGPU OpenMP Offloading production
buildbot, to re-enable coverage of OpenMP offload testing.
  • Loading branch information
jplehr authored Apr 26, 2024
1 parent f840616 commit 8c21096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,7 @@
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
],
add_lit_checks=['check-offload'],
add_openmp_lit_args=["--time-tests", "--timeout 100"],
)},

Expand Down

0 comments on commit 8c21096

Please sign in to comment.