Skip to content

[Docs] Add batched serial trsm example for documentation #1039

[Docs] Add batched serial trsm example for documentation

[Docs] Add batched serial trsm example for documentation #1039

Workflow file for this run

name: github-AT2
on:
pull_request:
paths-ignore:
- '**/*.rst'
- '**/*.md'
- '**/requirements.txt'
- '**/*.py'
- 'docs/**'
types: [ opened, reopened, synchronize ]
permissions:
contents: none
# Cancels any in progress 'workflow' associated with this PR
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
KOKKOS_VERSION: 4.7.00
jobs:
h100_lychee:
uses: ./.github/workflows/h100_lychee.yml
with:
kokkos_version: 4.7.00
v100_kumquat:
uses: ./.github/workflows/v100_kumquat.yml
with:
kokkos_version: 4.7.00
kokkos_previous_version: 4.6.02
bdw:
uses: ./.github/workflows/bdw.yml
with:
kokkos_version: 4.7.00
spr:
uses: ./.github/workflows/spr.yml
with:
kokkos_version: 4.7.00
mi210:
uses: ./.github/workflows/mi210.yml
with:
kokkos_version: 4.7.00