Skip to content

Commit

Permalink
Some cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Oct 31, 2023
1 parent 5a66ce1 commit bc755b4
Show file tree
Hide file tree
Showing 12 changed files with 4,143 additions and 1,405 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ name = "mps-matrix-multiplication"
path = "examples/mps/matrix-multiplication/main.rs"
required-features = ["mps"]

[[example]]
name = "custom-kernels"
path = "examples/mps/custom-kernels/main.rs"
required-features = ["mps"]

[[example]]
name = "mps-ray-intersection"
path = "examples/mps/ray-intersection/main.rs"
Expand Down
Loading

0 comments on commit bc755b4

Please sign in to comment.