mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 03:28:50 +00:00
Integrate the kernels bits.
This commit is contained in:
2
kernels/src/lib.rs
Normal file
2
kernels/src/lib.rs
Normal file
@ -0,0 +1,2 @@
|
||||
pub const AFFINE: &str = include_str!(concat!(env!("OUT_DIR"), "/affine.ptx"));
|
||||
pub const FILL: &str = include_str!(concat!(env!("OUT_DIR"), "/fill.ptx"));
|
Reference in New Issue
Block a user