(bad) opencl/cuda implementation (slower than cpu atm)

This commit is contained in:
Simon Gardling
2021-03-26 19:36:24 +00:00
parent 7965d55de9
commit a479181882
5 changed files with 252 additions and 36 deletions

View File

@@ -12,6 +12,8 @@ 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"