Skip to content

Commit f709a7e

Browse files
committed
chore: switch to git cargo patches
1 parent e6d90a1 commit f709a7e

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ anyhow = "1"
3838
minislang = "0.1"
3939

4040
[patch.crates-io]
41-
shader-slang = { path = "../slang-rs" }
42-
minislang = { path = "../slang-hal/crates/minislang" }
43-
slang-hal-derive = { path = "../slang-hal/crates/slang-hal-derive" }
44-
slang-hal = { path = "../slang-hal/crates/slang-hal" }
41+
shader-slang = { git = "https://github.com/dimforge/slang-hal", rev = "77711e8ffd0bc3ed7a0106ce59c8a4b15b81a464" }
42+
minislang = { git = "https://github.com/dimforge/slang-hal", rev = "77711e8ffd0bc3ed7a0106ce59c8a4b15b81a464" }
43+
slang-hal-derive = { git = "https://github.com/dimforge/slang-hal", rev = "77711e8ffd0bc3ed7a0106ce59c8a4b15b81a464" }
44+
slang-hal = { git = "https://github.com/dimforge/slang-hal", rev = "77711e8ffd0bc3ed7a0106ce59c8a4b15b81a464" }
45+
46+
#shader-slang = { path = "../slang-rs" }
47+
#minislang = { path = "../slang-hal/crates/minislang" }
48+
#slang-hal-derive = { path = "../slang-hal/crates/slang-hal-derive" }
49+
#slang-hal = { path = "../slang-hal/crates/slang-hal" }

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# stensor − GPU Linear Algebra
22

3-
<p align="center">
4-
<img src="https://wgmath.rs/img/logo_stensor.svg" alt="crates.io" height="200px">
5-
</p>
6-
73
----
84

9-
The goal of **stensor** is to especially be "[**nalgebra**](https://nalgebra.rs) on the
5+
The goal of **stensor** (pronounced s-tensor, aka, Slang tensor) is to essentially be "[**nalgebra**](https://nalgebra.rs) on the
106
gpu". It aims (but it isn’t there yet) to expose linear algebra operations (including BLAS-like and LAPACK-like
117
operations) as well as geometric types (quaternions, similarities, etc.) as composable Slang shaders and kernels.

0 commit comments

Comments
 (0)