Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move @noinline into code generation utilities #205

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Conversation

adrhill
Copy link
Owner

@adrhill adrhill commented Oct 9, 2024

Closes #130.

The purpose of the @noinline annotations is to avoid an explosion in precompiled code, as obverved in The Britgas Incident.
For non-generated code such as array overloads, we should let the Julia compiler decide what to inline.

@adrhill adrhill added the run benchmark Run benchmarks in CI label Oct 9, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 9, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 96.15385% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.75%. Comparing base (b172a4c) to head (ccef7f6).

Files with missing lines Patch % Lines
src/overloads/hessian_tracer.jl 92.30% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #205   +/-   ##
=======================================
  Coverage   90.75%   90.75%           
=======================================
  Files          47       47           
  Lines        2099     2099           
=======================================
  Hits         1905     1905           
  Misses        194      194           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adrhill adrhill added run benchmark Run benchmarks in CI and removed run benchmark Run benchmarks in CI labels Oct 9, 2024
Copy link

github-actions bot commented Oct 9, 2024

Benchmark result

Judge result

Benchmark Report for /home/runner/work/SparseConnectivityTracer.jl/SparseConnectivityTracer.jl

Job Properties

  • Time of benchmarks:
    • Target: 9 Oct 2024 - 15:55
    • Baseline: 9 Oct 2024 - 16:00
  • Package commits:
    • Target: ece6aa
    • Baseline: b172a4
  • Julia commits:
    • Target: 501a4f
    • Baseline: 501a4f
  • Julia command flags:
    • Target: None
    • Baseline: None
  • Environment variables:
    • Target: None
    • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio
["bench_jogger.jl", "Hessian", "Global", "RandomSparsity", "N=400, K=2"] 1.05 (5%) ❌ 1.00 (1%)
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=200, K=16"] 1.05 (5%) ❌ 1.00 (1%)
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=3200, K=2"] 1.05 (5%) ❌ 1.00 (1%)
["bench_jogger.jl", "Hessian", "Local", "RandomSparsity", "N=400, K=2"] 1.12 (5%) ❌ 1.00 (1%)
["bench_jogger.jl", "Jacobian", "Global", "Conv", "N=128"] 0.86 (5%) ✅ 1.00 (1%)
["bench_jogger.jl", "OptimizationProblems", "britgas", "Hessian"] 0.94 (5%) ✅ 1.00 (1%)
["bench_jogger.jl", "OptimizationProblems", "britgas", "Jacobian"] 0.72 (5%) ✅ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["bench_jogger.jl", "Hessian", "Global shared", "ArrowHead"]
  • ["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity"]
  • ["bench_jogger.jl", "Hessian", "Global", "ArrowHead"]
  • ["bench_jogger.jl", "Hessian", "Global", "RandomSparsity"]
  • ["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead"]
  • ["bench_jogger.jl", "Hessian", "Local shared", "RandomSparsity"]
  • ["bench_jogger.jl", "Hessian", "Local", "ArrowHead"]
  • ["bench_jogger.jl", "Hessian", "Local", "RandomSparsity"]
  • ["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE"]
  • ["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator"]
  • ["bench_jogger.jl", "Jacobian", "Global", "Conv"]
  • ["bench_jogger.jl", "Jacobian", "Global", "SparseMul"]
  • ["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE"]
  • ["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator"]
  • ["bench_jogger.jl", "Jacobian", "Local", "Conv"]
  • ["bench_jogger.jl", "Jacobian", "Local", "SparseMul"]
  • ["bench_jogger.jl", "OptimizationProblems", "britgas"]

Julia versioninfo

Target

Julia Version 1.11.0
Commit 501a4f25c2b (2024-10-07 11:40 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.5 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1     0 MHz       3897 s          0 s        339 s       6300 s          0 s
       #2     0 MHz       4363 s          0 s        351 s       5832 s          0 s
       #3     0 MHz       4077 s          0 s        289 s       6151 s          0 s
       #4     0 MHz       3263 s          0 s        262 s       7011 s          0 s
  Memory: 15.606491088867188 GB (12368.74609375 MB free)
  Uptime: 1057.64 sec
  Load Avg:  1.1  1.32  1.17
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.0
Commit 501a4f25c2b (2024-10-07 11:40 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.5 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1     0 MHz       4800 s          0 s        384 s       8258 s          0 s
       #2     0 MHz       5597 s          0 s        398 s       7460 s          0 s
       #3     0 MHz       4500 s          0 s        343 s       8581 s          0 s
       #4     0 MHz       3572 s          0 s        309 s       9562 s          0 s
  Memory: 15.606491088867188 GB (12806.16796875 MB free)
  Uptime: 1348.9 sec
  Load Avg:  1.01  1.13  1.12
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

Benchmark Report for /home/runner/work/SparseConnectivityTracer.jl/SparseConnectivityTracer.jl

Job Properties

  • Time of benchmark: 9 Oct 2024 - 15:55
  • Package commit: ece6aa
  • Julia commit: 501a4f
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["bench_jogger.jl", "Hessian", "Global shared", "ArrowHead", "N=200, K=16"] 1.580 ms (5%) 2.74 MiB (1%) 33045
["bench_jogger.jl", "Hessian", "Global shared", "ArrowHead", "N=3200, K=2"] 4.965 ms (5%) 12.62 MiB (1%) 110983
["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity", "N=100, K=32"] 1.607 ms (5%) 1.74 MiB (1%) 10899
["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity", "N=400, K=2"] 335.165 μs (5%) 614.48 KiB (1%) 7950
["bench_jogger.jl", "Hessian", "Global", "ArrowHead", "N=200, K=16"] 5.262 ms (5%) 10.95 MiB (1%) 101057
["bench_jogger.jl", "Hessian", "Global", "ArrowHead", "N=3200, K=2"] 56.054 ms (5%) 131.48 MiB (1%) 293019
["bench_jogger.jl", "Hessian", "Global", "RandomSparsity", "N=100, K=32"] 4.387 ms (5%) 6.62 MiB (1%) 40624
["bench_jogger.jl", "Hessian", "Global", "RandomSparsity", "N=400, K=2"] 4.508 ms (5%) 9.01 MiB (1%) 21511
["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead", "N=200, K=16"] 1.613 ms (5%) 2.86 MiB (1%) 35515
["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead", "N=3200, K=2"] 5.098 ms (5%) 12.65 MiB (1%) 107786
["bench_jogger.jl", "Hessian", "Local shared", "RandomSparsity", "N=100, K=32"] 1.615 ms (5%) 1.77 MiB (1%) 11006
["bench_jogger.jl", "Hessian", "Local shared", "RandomSparsity", "N=400, K=2"] 340.536 μs (5%) 661.55 KiB (1%) 8357
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=200, K=16"] 5.470 ms (5%) 11.07 MiB (1%) 103527
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=3200, K=2"] 59.168 ms (5%) 131.50 MiB (1%) 289822
["bench_jogger.jl", "Hessian", "Local", "RandomSparsity", "N=100, K=32"] 4.459 ms (5%) 6.65 MiB (1%) 40731
["bench_jogger.jl", "Hessian", "Local", "RandomSparsity", "N=400, K=2"] 4.776 ms (5%) 9.05 MiB (1%) 21918
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE", "N=24"] 2.030 ms (5%) 6.02 MiB (1%) 82323
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE", "N=6"] 111.789 μs (5%) 258.30 KiB (1%) 4268
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator", "N=24"] 865.235 μs (5%) 2.10 MiB (1%) 32554
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator", "N=6"] 46.607 μs (5%) 103.92 KiB (1%) 1795
["bench_jogger.jl", "Jacobian", "Global", "Conv", "N=128"] 2.440 s (5%) 1.025 s 9.76 GiB (1%) 17727632
["bench_jogger.jl", "Jacobian", "Global", "Conv", "N=28"] 12.371 ms (5%) 48.72 MiB (1%) 604528
["bench_jogger.jl", "Jacobian", "Global", "SparseMul", "n=50, p=0.01, depth=5"] 13.135 μs (5%) 16.31 KiB (1%) 220
["bench_jogger.jl", "Jacobian", "Global", "SparseMul", "n=50, p=0.25, depth=5"] 195.575 μs (5%) 536.03 KiB (1%) 8894
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE", "N=24"] 2.198 ms (5%) 6.14 MiB (1%) 82333
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE", "N=6"] 120.926 μs (5%) 265.95 KiB (1%) 4275
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator", "N=24"] 888.297 μs (5%) 2.17 MiB (1%) 32564
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator", "N=6"] 48.450 μs (5%) 108.84 KiB (1%) 1802
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=128"] 2.718 s (5%) 1.149 s 9.76 GiB (1%) 17727642
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=28"] 12.693 ms (5%) 48.85 MiB (1%) 604538
["bench_jogger.jl", "Jacobian", "Local", "SparseMul", "n=50, p=0.01, depth=5"] 14.166 μs (5%) 21.47 KiB (1%) 227
["bench_jogger.jl", "Jacobian", "Local", "SparseMul", "n=50, p=0.25, depth=5"] 201.286 μs (5%) 541.19 KiB (1%) 8901
["bench_jogger.jl", "OptimizationProblems", "britgas", "Hessian"] 3.787 ms (5%) 7.64 MiB (1%) 28373
["bench_jogger.jl", "OptimizationProblems", "britgas", "Jacobian"] 254.916 μs (5%) 478.06 KiB (1%) 8411

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["bench_jogger.jl", "Hessian", "Global shared", "ArrowHead"]
  • ["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity"]
  • ["bench_jogger.jl", "Hessian", "Global", "ArrowHead"]
  • ["bench_jogger.jl", "Hessian", "Global", "RandomSparsity"]
  • ["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead"]
  • ["bench_jogger.jl", "Hessian", "Local shared", "RandomSparsity"]
  • ["bench_jogger.jl", "Hessian", "Local", "ArrowHead"]
  • ["bench_jogger.jl", "Hessian", "Local", "RandomSparsity"]
  • ["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE"]
  • ["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator"]
  • ["bench_jogger.jl", "Jacobian", "Global", "Conv"]
  • ["bench_jogger.jl", "Jacobian", "Global", "SparseMul"]
  • ["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE"]
  • ["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator"]
  • ["bench_jogger.jl", "Jacobian", "Local", "Conv"]
  • ["bench_jogger.jl", "Jacobian", "Local", "SparseMul"]
  • ["bench_jogger.jl", "OptimizationProblems", "britgas"]

Julia versioninfo

Julia Version 1.11.0
Commit 501a4f25c2b (2024-10-07 11:40 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.5 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1     0 MHz       3897 s          0 s        339 s       6300 s          0 s
       #2     0 MHz       4363 s          0 s        351 s       5832 s          0 s
       #3     0 MHz       4077 s          0 s        289 s       6151 s          0 s
       #4     0 MHz       3263 s          0 s        262 s       7011 s          0 s
  Memory: 15.606491088867188 GB (12368.74609375 MB free)
  Uptime: 1057.64 sec
  Load Avg:  1.1  1.32  1.17
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

Benchmark Report for /home/runner/work/SparseConnectivityTracer.jl/SparseConnectivityTracer.jl

Job Properties

  • Time of benchmark: 9 Oct 2024 - 16:0
  • Package commit: b172a4
  • Julia commit: 501a4f
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["bench_jogger.jl", "Hessian", "Global shared", "ArrowHead", "N=200, K=16"] 1.567 ms (5%) 2.74 MiB (1%) 33045
["bench_jogger.jl", "Hessian", "Global shared", "ArrowHead", "N=3200, K=2"] 5.013 ms (5%) 12.62 MiB (1%) 110983
["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity", "N=100, K=32"] 1.603 ms (5%) 1.74 MiB (1%) 10899
["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity", "N=400, K=2"] 327.582 μs (5%) 614.48 KiB (1%) 7950
["bench_jogger.jl", "Hessian", "Global", "ArrowHead", "N=200, K=16"] 5.201 ms (5%) 10.95 MiB (1%) 101057
["bench_jogger.jl", "Hessian", "Global", "ArrowHead", "N=3200, K=2"] 56.140 ms (5%) 131.48 MiB (1%) 293019
["bench_jogger.jl", "Hessian", "Global", "RandomSparsity", "N=100, K=32"] 4.294 ms (5%) 6.62 MiB (1%) 40624
["bench_jogger.jl", "Hessian", "Global", "RandomSparsity", "N=400, K=2"] 4.283 ms (5%) 9.01 MiB (1%) 21511
["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead", "N=200, K=16"] 1.587 ms (5%) 2.86 MiB (1%) 35515
["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead", "N=3200, K=2"] 5.142 ms (5%) 12.65 MiB (1%) 107786
["bench_jogger.jl", "Hessian", "Local shared", "RandomSparsity", "N=100, K=32"] 1.606 ms (5%) 1.77 MiB (1%) 11006
["bench_jogger.jl", "Hessian", "Local shared", "RandomSparsity", "N=400, K=2"] 336.968 μs (5%) 661.55 KiB (1%) 8357
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=200, K=16"] 5.207 ms (5%) 11.07 MiB (1%) 103527
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=3200, K=2"] 56.330 ms (5%) 131.50 MiB (1%) 289822
["bench_jogger.jl", "Hessian", "Local", "RandomSparsity", "N=100, K=32"] 4.282 ms (5%) 6.65 MiB (1%) 40731
["bench_jogger.jl", "Hessian", "Local", "RandomSparsity", "N=400, K=2"] 4.249 ms (5%) 9.05 MiB (1%) 21918
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE", "N=24"] 2.085 ms (5%) 6.02 MiB (1%) 82323
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE", "N=6"] 109.424 μs (5%) 258.30 KiB (1%) 4268
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator", "N=24"] 865.575 μs (5%) 2.10 MiB (1%) 32554
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator", "N=6"] 46.267 μs (5%) 103.92 KiB (1%) 1795
["bench_jogger.jl", "Jacobian", "Global", "Conv", "N=128"] 2.845 s (5%) 1.309 s 9.76 GiB (1%) 17727632
["bench_jogger.jl", "Jacobian", "Global", "Conv", "N=28"] 12.511 ms (5%) 48.72 MiB (1%) 604528
["bench_jogger.jl", "Jacobian", "Global", "SparseMul", "n=50, p=0.01, depth=5"] 13.275 μs (5%) 16.31 KiB (1%) 220
["bench_jogger.jl", "Jacobian", "Global", "SparseMul", "n=50, p=0.25, depth=5"] 195.635 μs (5%) 536.03 KiB (1%) 8894
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE", "N=24"] 2.108 ms (5%) 6.14 MiB (1%) 82333
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE", "N=6"] 115.616 μs (5%) 265.95 KiB (1%) 4275
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator", "N=24"] 893.146 μs (5%) 2.17 MiB (1%) 32564
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator", "N=6"] 46.998 μs (5%) 108.84 KiB (1%) 1802
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=128"] 2.702 s (5%) 1.281 s 9.76 GiB (1%) 17727642
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=28"] 12.907 ms (5%) 48.85 MiB (1%) 604538
["bench_jogger.jl", "Jacobian", "Local", "SparseMul", "n=50, p=0.01, depth=5"] 14.186 μs (5%) 21.47 KiB (1%) 227
["bench_jogger.jl", "Jacobian", "Local", "SparseMul", "n=50, p=0.25, depth=5"] 211.645 μs (5%) 541.19 KiB (1%) 8901
["bench_jogger.jl", "OptimizationProblems", "britgas", "Hessian"] 4.007 ms (5%) 7.64 MiB (1%) 28373
["bench_jogger.jl", "OptimizationProblems", "britgas", "Jacobian"] 355.934 μs (5%) 478.06 KiB (1%) 8411

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["bench_jogger.jl", "Hessian", "Global shared", "ArrowHead"]
  • ["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity"]
  • ["bench_jogger.jl", "Hessian", "Global", "ArrowHead"]
  • ["bench_jogger.jl", "Hessian", "Global", "RandomSparsity"]
  • ["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead"]
  • ["bench_jogger.jl", "Hessian", "Local shared", "RandomSparsity"]
  • ["bench_jogger.jl", "Hessian", "Local", "ArrowHead"]
  • ["bench_jogger.jl", "Hessian", "Local", "RandomSparsity"]
  • ["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE"]
  • ["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator"]
  • ["bench_jogger.jl", "Jacobian", "Global", "Conv"]
  • ["bench_jogger.jl", "Jacobian", "Global", "SparseMul"]
  • ["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE"]
  • ["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator"]
  • ["bench_jogger.jl", "Jacobian", "Local", "Conv"]
  • ["bench_jogger.jl", "Jacobian", "Local", "SparseMul"]
  • ["bench_jogger.jl", "OptimizationProblems", "britgas"]

Julia versioninfo

Julia Version 1.11.0
Commit 501a4f25c2b (2024-10-07 11:40 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.5 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1     0 MHz       4800 s          0 s        384 s       8258 s          0 s
       #2     0 MHz       5597 s          0 s        398 s       7460 s          0 s
       #3     0 MHz       4500 s          0 s        343 s       8581 s          0 s
       #4     0 MHz       3572 s          0 s        309 s       9562 s          0 s
  Memory: 15.606491088867188 GB (12806.16796875 MB free)
  Uptime: 1348.9 sec
  Load Avg:  1.01  1.13  1.12
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() lbt
Sys.CPU_THREADS 4

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Address sizes:                      48 bits physical, 48 bits virtual
Byte Order:                         Little Endian
CPU(s):                             4
On-line CPU(s) list:                0-3
Vendor ID:                          AuthenticAMD
Model name:                         AMD EPYC 7763 64-Core Processor
CPU family:                         25
Model:                              1
Thread(s) per core:                 2
Core(s) per socket:                 2
Socket(s):                          1
Stepping:                           1
BogoMIPS:                           4890.86
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization:                     AMD-V
Hypervisor vendor:                  Microsoft
Virtualization type:                full
L1d cache:                          64 KiB (2 instances)
L1i cache:                          64 KiB (2 instances)
L2 cache:                           1 MiB (2 instances)
L3 cache:                           32 MiB (1 instance)
NUMA node(s):                       1
NUMA node0 CPU(s):                  0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit:        Not affected
Vulnerability L1tf:                 Not affected
Vulnerability Mds:                  Not affected
Vulnerability Meltdown:             Not affected
Vulnerability Mmio stale data:      Not affected
Vulnerability Retbleed:             Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass:    Vulnerable
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Not affected
Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@adrhill adrhill merged commit 6ab2198 into main Oct 9, 2024
11 of 12 checks passed
@adrhill adrhill deleted the ah/move-noinline branch October 9, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run benchmark Run benchmarks in CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move @noinline into generated overloads once Julia 1.6 compatibility is dropped
2 participants