Compare commits

..

5 Commits
simd ... main

Author SHA1 Message Date
adrien
1dcfd58189 .
All checks were successful
Deploy MkDocs to Garage / build-and-deploy (push) Successful in 29s
2026-04-26 01:37:00 +02:00
adrien
0914ea0a60 .
Some checks failed
Deploy MkDocs to Garage / build-and-deploy (push) Failing after 1m1s
2026-04-26 01:35:37 +02:00
adrien
37a95607b3 .
Some checks failed
Deploy MkDocs to Garage / build-and-deploy (push) Failing after 28s
2026-04-26 01:33:37 +02:00
adrien
fe7ee54601 Moved mkdocs.yml to /docs
Some checks failed
Deploy MkDocs to Garage / build-and-deploy (push) Failing after 34s
2026-04-26 01:31:45 +02:00
81effc9815 Merge pull request 'Replace Scalar and Vector to a single Quantity that use @Vector' (#1) from simd into main
Some checks failed
Deploy MkDocs to Garage / build-and-deploy (push) Failing after 33s
Reviewed-on: #1
2026-04-25 23:29:30 +00:00
2 changed files with 13 additions and 5 deletions

View File

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

3
docs/wishlist.md Normal file
View File

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