Skip to content

Commit

Permalink
removed unnecessary trait import
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Jan 17, 2025
1 parent 91ca118 commit 0bce6d7
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 @@ -220,7 +220,7 @@ impl<E: ElementType + 'static> ArrayLike for Vec<E> {
#[cfg(all(feature = "cuda", not(target_os = "macos")))]
mod cuda {
use super::*;
use cudarc::driver::{CudaDevice, CudaSlice, DeviceRepr, DeviceSlice, ValidAsZeroBits};
use cudarc::driver::{CudaDevice, CudaSlice, DeviceRepr, ValidAsZeroBits};
use std::sync::Arc;

#[derive(Debug)]
Expand Down

0 comments on commit 0bce6d7

Please sign in to comment.