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

@ -21,8 +21,12 @@ dashmap = "5"
hound = "3.5.0"
[features]
default = []
simd = []
coreml = ["whisper-rs-sys/coreml"]
cuda = ["whisper-rs-sys/cuda"]
opencl = ["whisper-rs-sys/opencl"]
test-with-tiny-model = []
[package.metadata.docs.rs]