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

Drop compatibility with Julia versions below LTS #204

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Conversation

adrhill
Copy link
Owner

@adrhill adrhill commented Oct 9, 2024

Julia 1.10 has been tagged as the new LTS release.
#130 will be handled in a separate PR.

@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 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.75%. Comparing base (387245a) to head (3ff7750).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
test/test_arrays.jl 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #204      +/-   ##
==========================================
+ Coverage   90.74%   90.75%   +0.01%     
==========================================
  Files          47       47              
  Lines        2107     2099       -8     
==========================================
- Hits         1912     1905       -7     
+ Misses        195      194       -1     

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

@adrhill adrhill added the run benchmark Run benchmarks in CI label Oct 9, 2024
@adrhill adrhill merged commit b172a4c into main Oct 9, 2024
12 checks passed
@adrhill adrhill deleted the ah/drop-1.6 branch October 9, 2024 15:07
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:15
    • Baseline: 9 Oct 2024 - 15:20
  • Package commits:
    • Target: e407dc
    • Baseline: 387245
  • 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", "Jacobian", "Global", "Conv", "N=128"] 0.84 (5%) ✅ 1.00 (1%)
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=128"] 0.85 (5%) ✅ 1.00 (1%)
["bench_jogger.jl", "OptimizationProblems", "britgas", "Hessian"] 0.90 (5%) ✅ 1.00 (1%)
["bench_jogger.jl", "OptimizationProblems", "britgas", "Jacobian"] 0.73 (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       3698 s          0 s        278 s       6932 s          0 s
       #2     0 MHz       4015 s          0 s        297 s       6588 s          0 s
       #3     0 MHz       4098 s          0 s        306 s       6493 s          0 s
       #4     0 MHz       3616 s          0 s        325 s       6956 s          0 s
  Memory: 15.606487274169922 GB (12703.171875 MB free)
  Uptime: 1094.49 sec
  Load Avg:  1.11  1.33  1.18
  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       4120 s          0 s        330 s       9366 s          0 s
       #2     0 MHz       4494 s          0 s        337 s       8978 s          0 s
       #3     0 MHz       4703 s          0 s        353 s       8750 s          0 s
       #4     0 MHz       4976 s          0 s        387 s       8446 s          0 s
  Memory: 15.606487274169922 GB (12623.86328125 MB free)
  Uptime: 1386.01 sec
  Load Avg:  1.02  1.14  1.13
  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:15
  • Package commit: e407dc
  • 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.555 ms (5%) 2.74 MiB (1%) 33045
["bench_jogger.jl", "Hessian", "Global shared", "ArrowHead", "N=3200, K=2"] 4.976 ms (5%) 12.62 MiB (1%) 110983
["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity", "N=100, K=32"] 1.605 ms (5%) 1.74 MiB (1%) 10899
["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity", "N=400, K=2"] 339.064 μs (5%) 614.48 KiB (1%) 7950
["bench_jogger.jl", "Hessian", "Global", "ArrowHead", "N=200, K=16"] 5.133 ms (5%) 10.95 MiB (1%) 101057
["bench_jogger.jl", "Hessian", "Global", "ArrowHead", "N=3200, K=2"] 55.451 ms (5%) 131.48 MiB (1%) 293019
["bench_jogger.jl", "Hessian", "Global", "RandomSparsity", "N=100, K=32"] 4.332 ms (5%) 6.62 MiB (1%) 40624
["bench_jogger.jl", "Hessian", "Global", "RandomSparsity", "N=400, K=2"] 4.404 ms (5%) 9.01 MiB (1%) 21511
["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead", "N=200, K=16"] 1.601 ms (5%) 2.86 MiB (1%) 35515
["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead", "N=3200, K=2"] 5.089 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"] 344.815 μs (5%) 661.55 KiB (1%) 8357
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=200, K=16"] 5.263 ms (5%) 11.07 MiB (1%) 103527
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=3200, K=2"] 56.958 ms (5%) 131.50 MiB (1%) 289822
["bench_jogger.jl", "Hessian", "Local", "RandomSparsity", "N=100, K=32"] 4.365 ms (5%) 6.65 MiB (1%) 40731
["bench_jogger.jl", "Hessian", "Local", "RandomSparsity", "N=400, K=2"] 4.539 ms (5%) 9.05 MiB (1%) 21918
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE", "N=24"] 2.089 ms (5%) 6.02 MiB (1%) 82323
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE", "N=6"] 114.234 μs (5%) 258.30 KiB (1%) 4268
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator", "N=24"] 875.948 μs (5%) 2.10 MiB (1%) 32554
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator", "N=6"] 46.757 μs (5%) 103.92 KiB (1%) 1795
["bench_jogger.jl", "Jacobian", "Global", "Conv", "N=128"] 2.382 s (5%) 986.755 ms 9.76 GiB (1%) 17727632
["bench_jogger.jl", "Jacobian", "Global", "Conv", "N=28"] 12.719 ms (5%) 48.72 MiB (1%) 604528
["bench_jogger.jl", "Jacobian", "Global", "SparseMul", "n=50, p=0.01, depth=5"] 13.315 μs (5%) 16.31 KiB (1%) 220
["bench_jogger.jl", "Jacobian", "Global", "SparseMul", "n=50, p=0.25, depth=5"] 194.674 μs (5%) 536.03 KiB (1%) 8894
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE", "N=24"] 2.105 ms (5%) 6.14 MiB (1%) 82333
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE", "N=6"] 115.376 μs (5%) 265.95 KiB (1%) 4275
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator", "N=24"] 893.030 μs (5%) 2.17 MiB (1%) 32564
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator", "N=6"] 48.590 μs (5%) 108.84 KiB (1%) 1802
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=128"] 2.444 s (5%) 1.042 s 9.76 GiB (1%) 17727642
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=28"] 13.010 ms (5%) 48.85 MiB (1%) 604538
["bench_jogger.jl", "Jacobian", "Local", "SparseMul", "n=50, p=0.01, depth=5"] 14.247 μs (5%) 21.47 KiB (1%) 227
["bench_jogger.jl", "Jacobian", "Local", "SparseMul", "n=50, p=0.25, depth=5"] 203.671 μs (5%) 541.19 KiB (1%) 8901
["bench_jogger.jl", "OptimizationProblems", "britgas", "Hessian"] 3.668 ms (5%) 7.64 MiB (1%) 28373
["bench_jogger.jl", "OptimizationProblems", "britgas", "Jacobian"] 254.205 μ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       3698 s          0 s        278 s       6932 s          0 s
       #2     0 MHz       4015 s          0 s        297 s       6588 s          0 s
       #3     0 MHz       4098 s          0 s        306 s       6493 s          0 s
       #4     0 MHz       3616 s          0 s        325 s       6956 s          0 s
  Memory: 15.606487274169922 GB (12703.171875 MB free)
  Uptime: 1094.49 sec
  Load Avg:  1.11  1.33  1.18
  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 - 15:20
  • Package commit: 387245
  • 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.566 ms (5%) 2.74 MiB (1%) 33045
["bench_jogger.jl", "Hessian", "Global shared", "ArrowHead", "N=3200, K=2"] 5.046 ms (5%) 12.62 MiB (1%) 110983
["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity", "N=100, K=32"] 1.622 ms (5%) 1.74 MiB (1%) 10899
["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity", "N=400, K=2"] 332.492 μs (5%) 614.48 KiB (1%) 7950
["bench_jogger.jl", "Hessian", "Global", "ArrowHead", "N=200, K=16"] 5.202 ms (5%) 10.95 MiB (1%) 101057
["bench_jogger.jl", "Hessian", "Global", "ArrowHead", "N=3200, K=2"] 55.479 ms (5%) 131.48 MiB (1%) 293019
["bench_jogger.jl", "Hessian", "Global", "RandomSparsity", "N=100, K=32"] 4.360 ms (5%) 6.62 MiB (1%) 40624
["bench_jogger.jl", "Hessian", "Global", "RandomSparsity", "N=400, K=2"] 4.346 ms (5%) 9.01 MiB (1%) 21511
["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead", "N=200, K=16"] 1.593 ms (5%) 2.86 MiB (1%) 35515
["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead", "N=3200, K=2"] 5.044 ms (5%) 12.65 MiB (1%) 107786
["bench_jogger.jl", "Hessian", "Local shared", "RandomSparsity", "N=100, K=32"] 1.614 ms (5%) 1.77 MiB (1%) 11006
["bench_jogger.jl", "Hessian", "Local shared", "RandomSparsity", "N=400, K=2"] 340.106 μs (5%) 661.55 KiB (1%) 8357
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=200, K=16"] 5.212 ms (5%) 11.07 MiB (1%) 103527
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=3200, K=2"] 56.505 ms (5%) 131.50 MiB (1%) 289822
["bench_jogger.jl", "Hessian", "Local", "RandomSparsity", "N=100, K=32"] 4.315 ms (5%) 6.65 MiB (1%) 40731
["bench_jogger.jl", "Hessian", "Local", "RandomSparsity", "N=400, K=2"] 4.351 ms (5%) 9.05 MiB (1%) 21918
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE", "N=24"] 2.016 ms (5%) 6.02 MiB (1%) 82323
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE", "N=6"] 110.667 μs (5%) 258.30 KiB (1%) 4268
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator", "N=24"] 880.465 μs (5%) 2.10 MiB (1%) 32554
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator", "N=6"] 46.176 μs (5%) 103.92 KiB (1%) 1795
["bench_jogger.jl", "Jacobian", "Global", "Conv", "N=128"] 2.825 s (5%) 1.288 s 9.76 GiB (1%) 17727632
["bench_jogger.jl", "Jacobian", "Global", "Conv", "N=28"] 12.546 ms (5%) 48.72 MiB (1%) 604528
["bench_jogger.jl", "Jacobian", "Global", "SparseMul", "n=50, p=0.01, depth=5"] 13.345 μs (5%) 16.31 KiB (1%) 220
["bench_jogger.jl", "Jacobian", "Global", "SparseMul", "n=50, p=0.25, depth=5"] 192.891 μs (5%) 536.03 KiB (1%) 8894
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE", "N=24"] 2.104 ms (5%) 6.14 MiB (1%) 82333
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE", "N=6"] 114.494 μs (5%) 265.95 KiB (1%) 4275
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator", "N=24"] 898.962 μs (5%) 2.17 MiB (1%) 32564
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator", "N=6"] 48.190 μs (5%) 108.84 KiB (1%) 1802
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=128"] 2.862 s (5%) 1.322 s 9.76 GiB (1%) 17727642
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=28"] 13.249 ms (5%) 48.85 MiB (1%) 604538
["bench_jogger.jl", "Jacobian", "Local", "SparseMul", "n=50, p=0.01, depth=5"] 14.407 μs (5%) 21.47 KiB (1%) 227
["bench_jogger.jl", "Jacobian", "Local", "SparseMul", "n=50, p=0.25, depth=5"] 199.854 μs (5%) 541.19 KiB (1%) 8901
["bench_jogger.jl", "OptimizationProblems", "britgas", "Hessian"] 4.090 ms (5%) 7.64 MiB (1%) 28373
["bench_jogger.jl", "OptimizationProblems", "britgas", "Jacobian"] 349.384 μ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       4120 s          0 s        330 s       9366 s          0 s
       #2     0 MHz       4494 s          0 s        337 s       8978 s          0 s
       #3     0 MHz       4703 s          0 s        353 s       8750 s          0 s
       #4     0 MHz       4976 s          0 s        387 s       8446 s          0 s
  Memory: 15.606487274169922 GB (12623.86328125 MB free)
  Uptime: 1386.01 sec
  Load Avg:  1.02  1.14  1.13
  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.87
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

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.

2 participants