Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Puller <[email protected]>
  • Loading branch information
zpuller committed Nov 21, 2024
1 parent 0ec2b42 commit e330dad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/cpp/src/SparkResourceAdaptorJni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1379,8 +1379,7 @@ class spark_resource_adaptor final : public rmm::mr::device_memory_resource {
if (!is_for_cpu) {
gpu_memory_allocated_bytes += num_bytes;
thread->second.metrics.gpu_max_memory_allocated =
std::max(thread->second.metrics.gpu_max_memory_allocated,
gpu_memory_allocated_bytes);
std::max(thread->second.metrics.gpu_max_memory_allocated, gpu_memory_allocated_bytes);
}
break;
default: break;
Expand Down

0 comments on commit e330dad

Please sign in to comment.