Compare commits

..

No commits in common. "main" and "simd" have entirely different histories.
main ... simd

2 changed files with 5 additions and 13 deletions

View File

@ -11,16 +11,11 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Python - name: Build MkDocs Material
uses: actions/setup-python@v4 # We use the official image to build the site into the 'site' folder
with: run: |
python-version: '3.x' docker run --rm -v "${{ github.workspace }}:/docs" \
squidfunk/mkdocs-material build
- name: Install dependencies
run: pip install mkdocs-material
- name: Build
run: mkdocs build
- name: Sync to Garage S3 - name: Sync to Garage S3
uses: https://github.com/jakejarvis/s3-sync-action@master uses: https://github.com/jakejarvis/s3-sync-action@master

View File

@ -1,3 +0,0 @@
## GPU support with WebGPU
Example: https://github.com/seyhajin/webgpu-wasm-zig