Skip to content

Commit

Permalink
Try a bit vk
Browse files Browse the repository at this point in the history
device not fully supported
  • Loading branch information
utensil committed Nov 27, 2024
1 parent 6c0050f commit e64f3d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions yard-rs/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ v-mbc:
uv run --with prettytable scripts/summary.py glam nalgebra ultraviolet cgmath
open {{ example_xp / "mathbench-rs/target/criterion/report/index.html" }}
# triangle basic-compute-shader https://github.com/vulkano-rs/vulkano/tree/master/examples

try-vk CASE: (prep-ex "https://github.com/vulkano-rs/vulkano" "vulkano" "master")
cd {{example_xp / "vulkano" }} && cargo run --release --bin {{CASE}}

try-vkrs: (prep-ex "https://github.com/Firestar99/rust-gpu-vulkano-example.git" "rust-gpu-vulkano-example" "master")
cd {{example_xp / "rust-gpu-vulkano-example" }} && cargo run --release

# run just prep-tch before running the tch examples!!

# basics
Expand Down

0 comments on commit e64f3d5

Please sign in to comment.