diff options
Diffstat (limited to 'candle-core/src/cuda_backend/mod.rs')
-rw-r--r-- | candle-core/src/cuda_backend/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/candle-core/src/cuda_backend/mod.rs b/candle-core/src/cuda_backend/mod.rs index f14e00d5..37fef507 100644 --- a/candle-core/src/cuda_backend/mod.rs +++ b/candle-core/src/cuda_backend/mod.rs @@ -1,3 +1,5 @@ +//! Implementation of Backend traits for CUDA device +//! use crate::backend::{BackendDevice, BackendStorage}; use crate::op::{BinaryOpT, CmpOp, ReduceOp, UnaryOpT}; use crate::{CpuStorage, DType, Layout, Result, Shape, WithDType}; |