Removed dependency from StructArrays

Not used in current setup
This commit is contained in:
Alberto Ramos 2021-10-26 21:55:07 +02:00
parent 772fe1aa8c
commit 563eb55e48
5 changed files with 4 additions and 44 deletions

View file

@ -1,4 +1,4 @@
using CUDA, Logging, StructArrays, Random
using CUDA, Logging, Random
CUDA.allowscalar(true)
import Pkg