mirror of
https://github.com/huggingface/candle.git
synced 2025-06-22 04:22:50 +00:00
Cudarc static-linking enabled.
This commit is contained in:
@ -144,7 +144,7 @@ fn inplace_op1() -> Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[cfg(any(feature = "cuda", feature = "metal"))]
|
||||
#[cfg(any(feature = "_cuda", feature = "metal"))]
|
||||
#[allow(clippy::approx_constant)]
|
||||
#[test]
|
||||
fn ug_op() -> Result<()> {
|
||||
|
Reference in New Issue
Block a user