mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +00:00
Add a dummy module.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
use crate::{CpuStorage, DType, Result, Shape};
|
||||
use cudarc::driver::{CudaSlice, LaunchAsync, LaunchConfig};
|
||||
|
||||
pub(crate) type Error = cudarc::driver::DriverError;
|
||||
pub type CudaError = cudarc::driver::DriverError;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct CudaDevice(std::sync::Arc<cudarc::driver::CudaDevice>);
|
||||
|
Reference in New Issue
Block a user