Initial support for CUDA and OpenCL

This commit is contained in:
Zero 2023-05-05 21:17:59 -06:00
parent 330024a8af
commit 9b3bebf4b5
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
3 changed files with 46 additions and 42 deletions

View file

@ -27,8 +27,11 @@ include = [
[features]
coreml = []
cuda = []
opencl = []
[dependencies]
[build-dependencies]
bindgen = "0.64"
cfg-if = "1"