Skip to content

Commit

Permalink
remove profile job
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-nix committed Jul 3, 2023
1 parent bcd0b90 commit 555662c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .gitlab/corona-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,3 @@ corona_clang_hip_tpls:
variables:
SPEC: "%${COMPILER_SPEC} cstd=99 cxxstd=14 precision=double ~int64 amdgpu_target=${AMDGPU_TARGET} scheduler=flux +rocm+mpi+magma+raja ^magma+rocm amdgpu_target=${AMDGPU_TARGET} ^raja+rocm~openmp~examples~exercises amdgpu_target=${AMDGPU_TARGET}"
extends: .corona_build_and_test

# ------------------------------------------------------------------------------
# Corona Profile Example Jobs
# ------------------------------------------------------------------------------

corona_test_profile:
parallel:
matrix:
- COMPILER_SPEC: [email protected]
AMDGPU_TARGET: [gfx906]
variables:
SPEC: "%${COMPILER_SPEC} cstd=99 cxxstd=14 precision=double amdgpu_target=${AMDGPU_TARGET} scheduler=flux +rocm+mpi+adiak+caliper+profile-examples"
extends: .corona_build_and_test

0 comments on commit 555662c

Please sign in to comment.