mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
Backend refactor (#120)
* remove spqlios, split cpu_ref and cpu_avx into different crates * remove spqlios submodule * update crate naming & add avx tests
This commit is contained in:
committed by
GitHub
parent
84598e42fe
commit
9e007c988f
@@ -1,11 +1,12 @@
|
||||
[workspace]
|
||||
members = ["poulpy-hal", "poulpy-core", "poulpy-backend", "poulpy-schemes"]
|
||||
members = ["poulpy-hal", "poulpy-core", "poulpy-cpu-avx", "poulpy-schemes", "poulpy-cpu-ref"]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.dependencies]
|
||||
poulpy-hal = {path = "poulpy-hal"}
|
||||
poulpy-core = {path = "poulpy-core"}
|
||||
poulpy-backend = {path = "poulpy-backend"}
|
||||
poulpy-cpu-avx = {path = "poulpy-cpu-avx"}
|
||||
poulpy-cpu-ref = {path = "poulpy-cpu-ref"}
|
||||
poulpy-schemes = {path = "poulpy-schemes"}
|
||||
rug = "1.28.0"
|
||||
rand = "0.9.2"
|
||||
@@ -17,4 +18,5 @@ criterion = "0.7.0"
|
||||
byteorder = "1.5.0"
|
||||
zstd = "0.13.3"
|
||||
once_cell = "1.21.3"
|
||||
bytemuck = "1.24.0"
|
||||
bytemuck = "1.24.0"
|
||||
paste = "1.0.15"
|
||||
Reference in New Issue
Block a user