mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 19:58:35 +00:00
Rename candle-metal -> candle-metal-kernels
This commit is contained in:
@ -2,7 +2,7 @@ use crate::backend::{BackendDevice, BackendStorage};
|
||||
use crate::conv::{ParamsConv1D, ParamsConv2D, ParamsConvTranspose2D};
|
||||
use crate::op::{BinaryOpT, CmpOp, ReduceOp, UnaryOpT};
|
||||
use crate::{CpuStorage, DType, Layout, Result, Shape};
|
||||
pub use candle_metal;
|
||||
pub use candle_metal_kernels;
|
||||
use core::mem;
|
||||
use half::{bf16, f16};
|
||||
use metal;
|
||||
|
Reference in New Issue
Block a user