Skip to content

Commit

Permalink
atlas warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Feb 20, 2025
1 parent fe69300 commit 58b376d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/atlas/library/Library.cc
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,6 @@ void Library::finalise() {
<< std::setw(20) << to_bytes_string(Memory::device().allocated())
<< std::endl;

auto capacity_bytes_str = [to_bytes_string](pluto::memory_pool_resource* mr) {
return to_bytes_string(mr->capacity());
};
Log::info() << "\n" << std::setw(40) << std::left << " Memory pools"
<< std::setw(30) << "Size"
<< std::setw(20) << "Capacity"
Expand Down

0 comments on commit 58b376d

Please sign in to comment.