mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 11:56:45 +00:00
Add CANDLE_NVCC_CCBIN
support for candle-kernels
, and eliminate warning. (#836)
This commit is contained in:
@ -12,6 +12,7 @@ use half::{bf16, f16};
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
const USE_IM2COL_CONV1D: bool = true;
|
||||
#[cfg(not(feature = "cudnn"))]
|
||||
const USE_IM2COL_CONV2D: bool = true;
|
||||
|
||||
/// cudarc related errors
|
||||
|
Reference in New Issue
Block a user