Skip to content

Commit

Permalink
Update performance numbers for NH = 5400
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Aug 29, 2024
1 parent 3d1f8f9 commit 0fc5f25
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions benchmarks/scripts/benchmark_IJFVH.jl
Original file line number Diff line number Diff line change
@@ -1,54 +1,53 @@
#=
On A100
$ julia --project=.buildkite benchmarks/scripts/benchmark_IJFVH.jl
[skandala@clima ClimaCore.jl]$ julia --project=.buildkite benchmarks/scripts/benchmark_IJFVH.jl
==================================================================
Dimensions, NI = 4, NJ = 4, NF = 3, NV = 63, NH = 5400; FT = Float32
==================================================================
Test Summary: | Pass Total Time
Sum test with IJFVH layout, cartesian indexing | 1 1 2.3s
Sum test with IJFVH layout, cartesian indexing | 1 1 2.1s
==================================================================
Cartesian indexing benchmark for IJFVH:
==================================
min = TrialEstimate(62.149 μs)
median = TrialEstimate(67.139 μs)
mean = TrialEstimate(67.478 μs),
min = TrialEstimate(62.389 μs)
median = TrialEstimate(402.266 μs)
mean = TrialEstimate(357.741 μs),
ntrials = 10000
---------------------------------------------
Test Summary: | Pass Total Time
Sum test with IJFVH layout, linear indexing | 1 1 0.0s
==================================================================
linear indexing benchmark for IJFVH:
==================================
min = TrialEstimate(61.269 μs)
median = TrialEstimate(67.650 μs)
mean = TrialEstimate(67.788 μs))
min = TrialEstimate(61.729 μs)
median = TrialEstimate(395.396 μs)
mean = TrialEstimate(360.393 μs))
ntrials = 10000
---------------------------------------------
==================================================================
Dimensions, NI = 4, NJ = 4, NF = 3, NV = 63, NH = 5400; FT = Float64
==================================================================
Test Summary: | Pass Total Time
Sum test with IJFVH layout, cartesian indexing | 1 1 1.3s
Sum test with IJFVH layout, cartesian indexing | 1 1 1.5s
==================================================================
Cartesian indexing benchmark for IJFVH:
==================================
min = TrialEstimate(110.099 μs)
median = TrialEstimate(113.869 μs)
mean = TrialEstimate(114.574 μs),
min = TrialEstimate(111.929 μs)
median = TrialEstimate(123.859 μs)
mean = TrialEstimate(228.541 μs),
ntrials = 10000
---------------------------------------------
Test Summary: | Pass Total Time
Sum test with IJFVH layout, linear indexing | 1 1 0.0s
==================================================================
linear indexing benchmark for IJFVH:
==================================
min = TrialEstimate(110.359 μs)
median = TrialEstimate(113.859 μs)
mean = TrialEstimate(116.783 μs))
min = TrialEstimate(110.649 μs)
median = TrialEstimate(115.179 μs)
mean = TrialEstimate(199.577 μs))
ntrials = 10000
---------------------------------------------
=#
using CUDA
using Statistics
Expand Down

0 comments on commit 0fc5f25

Please sign in to comment.