Skip to content

Add SPV_NV_cooperative_matrix2 and SPV_NV_tensor_addressing #11

Add SPV_NV_cooperative_matrix2 and SPV_NV_tensor_addressing

Add SPV_NV_cooperative_matrix2 and SPV_NV_tensor_addressing #11

Workflow file for this run

name: Rebuild all with asciidoctor
permissions:
contents: read
on:
push:
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- '**/*.md'
branches:
- main
jobs:
# Build job
build:
runs-on: ubuntu-latest
# We now refer to the container by its SHA instead of the name, to prevent
# caching problems when updating the image.
# container: khronosgroup/docker-images:asciidoctor-spec.20240726
container: khronosgroup/docker-images@sha256:089687083ceb36483a3917389e4278718ab19c594099634f5dd80e22540c960f
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Build AsciiDoctor
run: |
find . -name "*.asciidoc" -exec touch {} \;
make all
- name: Upload Artifact
uses: actions/upload-artifact@v4
if: always()
with:
name: HTML
path: ${{github.workspace}}/**/*.html