Skip to content

Commit

Permalink
Fix cropping (CUDA crops by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed May 20, 2024
1 parent 9e84d9a commit 98e090d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaTimeSteppers"
uuid = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
authors = ["Climate Modeling Alliance"]
version = "0.7.29"
version = "0.7.30"

[deps]
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
Expand Down
4 changes: 2 additions & 2 deletions ext/benchmark_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ function get_trial(f, args, name; device, with_cu_prof = :bprofile, trace = fals
CUDA.@profile trace = trace f(args...)
end
if crop
println(p) # crops by default
else
io = IOContext(stdout, :crop => :horizontal)
show(io, p)
println()
else
println(p)
end
end
println()
Expand Down

0 comments on commit 98e090d

Please sign in to comment.