Skip to content

Commit

Permalink
small snafu
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Jan 20, 2025
1 parent 4f701ea commit 324451d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ tempfile = "3.14.0"
rerun = "0.21.0"

# smallvec to avoid heap allocations
smallvec = { version = "1.13.2", fetures = ["serde"] }
smallvec = { version = "1.13.2", features = ["serde"] }

# [profile.release]
# lto = true
2 changes: 1 addition & 1 deletion core/cu29_runtime/src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ mod cuda {
E: DeviceRepr + ElementType + ValidAsZeroBits,
{
fn id(&self) -> PoolID {
self.id.clone()
self.id
}

fn space_left(&self) -> usize {
Expand Down

0 comments on commit 324451d

Please sign in to comment.