Skip to content

Commit

Permalink
missed a macOS spot
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Jan 17, 2025
1 parent 8e81a51 commit 993d777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cu29_runtime/src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ impl<E: ElementType> Drop for AlignedBuffer<E> {
#[cfg(test)]
mod tests {
use super::*;
#[cfg(feature = "cuda")]
#[cfg(all(feature = "cuda", not(target_os = "macos")))]
use crate::pool::cuda::CuCudaPool;
use std::cell::RefCell;

Expand Down

0 comments on commit 993d777

Please sign in to comment.