remove gpu compute stuff (didn't work at all, might revisit later)

This commit is contained in:
Simon Gardling
2021-03-29 12:27:49 +00:00
parent d36bec61f4
commit e07aa5ca0a
3 changed files with 2 additions and 195 deletions

View File

@@ -12,8 +12,6 @@ itertools = "0.10"
rand = "0.8.3"
rand_distr = "0.4"
rayon = "1.5"
arrayfire = {git = "https://github.com/arrayfire/arrayfire-rust.git"}
#arrayfire = "3.8.0"
[dev-dependencies]
criterion = "0.3"