Skip to content

Commit

Permalink
CUDA feature restore
Browse files Browse the repository at this point in the history
  • Loading branch information
guoqingbao committed Jan 27, 2025
1 parent 799f1dc commit 82120c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-core/src/sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl ArgSort {
}
}

// #[cfg(feature = "cuda")]
#[cfg(feature = "cuda")]
mod cuda {
use super::*;
use crate::cuda_backend::cudarc::driver::{
Expand Down

0 comments on commit 82120c6

Please sign in to comment.