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

Support clamp and clamp! #208

Merged
merged 4 commits into from
Oct 21, 2024
Merged

Support clamp and clamp! #208

merged 4 commits into from
Oct 21, 2024

Conversation

adrhill
Copy link
Owner

@adrhill adrhill commented Oct 21, 2024

Closes #207.

@adrhill adrhill added new overloads A new method on tracers is required by a user. run benchmark Run benchmarks in CI labels Oct 21, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 21, 2024

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

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.92%. Comparing base (6e404ca) to head (4031bab).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #208      +/-   ##
==========================================
+ Coverage   93.86%   93.92%   +0.06%     
==========================================
  Files          29       30       +1     
  Lines        1190     1202      +12     
==========================================
+ Hits         1117     1129      +12     
  Misses         73       73              

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

Copy link

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 21 Oct 2024 - 13:00
    • Baseline: 21 Oct 2024 - 13:04
  • Package commits:
    • Target: 5bea17
    • Baseline: 6e404c
  • Julia commits:
    • Target: 8f5b7c
    • Baseline: 8f5b7c
  • 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.88 (5%) ✅ 1.00 (1%)
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=128"] 0.94 (5%) ✅ 1.00 (1%)
["bench_jogger.jl", "OptimizationProblems", "britgas", "Hessian"] 0.93 (5%) ✅ 1.00 (1%)
["bench_jogger.jl", "OptimizationProblems", "britgas", "Jacobian"] 0.74 (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.1
Commit 8f5b7ca12ad (2024-10-16 10:53 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       3658 s          0 s        317 s       6470 s          0 s
       #2     0 MHz       3631 s          0 s        293 s       6523 s          0 s
       #3     0 MHz       3935 s          0 s        309 s       6191 s          0 s
       #4     0 MHz       3840 s          0 s        294 s       6309 s          0 s
  Memory: 15.606491088867188 GB (12215.53125 MB free)
  Uptime: 1048.6 sec
  Load Avg:  1.0  1.28  1.16
  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.1
Commit 8f5b7ca12ad (2024-10-16 10:53 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       4102 s          0 s        364 s       8887 s          0 s
       #2     0 MHz       3986 s          0 s        337 s       9034 s          0 s
       #3     0 MHz       4878 s          0 s        353 s       8113 s          0 s
       #4     0 MHz       4979 s          0 s        363 s       8012 s          0 s
  Memory: 15.606491088867188 GB (12510.97265625 MB free)
  Uptime: 1340.14 sec
  Load Avg:  1.07  1.16  1.14
  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: 21 Oct 2024 - 13:0
  • Package commit: 5bea17
  • Julia commit: 8f5b7c
  • 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.570 ms (5%) 2.74 MiB (1%) 33045
["bench_jogger.jl", "Hessian", "Global shared", "ArrowHead", "N=3200, K=2"] 4.988 ms (5%) 12.62 MiB (1%) 110983
["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity", "N=100, K=32"] 1.595 ms (5%) 1.74 MiB (1%) 10899
["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity", "N=400, K=2"] 331.742 μs (5%) 613.17 KiB (1%) 7950
["bench_jogger.jl", "Hessian", "Global", "ArrowHead", "N=200, K=16"] 5.240 ms (5%) 10.95 MiB (1%) 101057
["bench_jogger.jl", "Hessian", "Global", "ArrowHead", "N=3200, K=2"] 56.687 ms (5%) 131.48 MiB (1%) 293019
["bench_jogger.jl", "Hessian", "Global", "RandomSparsity", "N=100, K=32"] 4.373 ms (5%) 6.62 MiB (1%) 40624
["bench_jogger.jl", "Hessian", "Global", "RandomSparsity", "N=400, K=2"] 4.392 ms (5%) 9.01 MiB (1%) 21511
["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead", "N=200, K=16"] 1.610 ms (5%) 2.86 MiB (1%) 35515
["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead", "N=3200, K=2"] 5.242 ms (5%) 12.65 MiB (1%) 107786
["bench_jogger.jl", "Hessian", "Local shared", "RandomSparsity", "N=100, K=32"] 1.605 ms (5%) 1.77 MiB (1%) 11006
["bench_jogger.jl", "Hessian", "Local shared", "RandomSparsity", "N=400, K=2"] 339.867 μs (5%) 660.23 KiB (1%) 8357
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=200, K=16"] 5.260 ms (5%) 11.07 MiB (1%) 103527
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=3200, K=2"] 56.686 ms (5%) 131.50 MiB (1%) 289822
["bench_jogger.jl", "Hessian", "Local", "RandomSparsity", "N=100, K=32"] 4.461 ms (5%) 6.65 MiB (1%) 40731
["bench_jogger.jl", "Hessian", "Local", "RandomSparsity", "N=400, K=2"] 4.464 ms (5%) 9.05 MiB (1%) 21918
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE", "N=24"] 1.991 ms (5%) 6.02 MiB (1%) 82322
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE", "N=6"] 111.489 μs (5%) 258.30 KiB (1%) 4268
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator", "N=24"] 867.928 μs (5%) 2.10 MiB (1%) 32554
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator", "N=6"] 46.086 μs (5%) 103.92 KiB (1%) 1795
["bench_jogger.jl", "Jacobian", "Global", "Conv", "N=128"] 2.523 s (5%) 1.075 s 9.76 GiB (1%) 17727632
["bench_jogger.jl", "Jacobian", "Global", "Conv", "N=28"] 12.269 ms (5%) 48.72 MiB (1%) 604528
["bench_jogger.jl", "Jacobian", "Global", "SparseMul", "n=50, p=0.01, depth=5"] 13.175 μs (5%) 16.31 KiB (1%) 220
["bench_jogger.jl", "Jacobian", "Global", "SparseMul", "n=50, p=0.25, depth=5"] 193.774 μs (5%) 536.03 KiB (1%) 8894
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE", "N=24"] 2.058 ms (5%) 6.14 MiB (1%) 82332
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE", "N=6"] 115.667 μs (5%) 265.95 KiB (1%) 4275
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator", "N=24"] 885.231 μs (5%) 2.17 MiB (1%) 32564
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator", "N=6"] 48.331 μs (5%) 108.84 KiB (1%) 1802
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=128"] 2.652 s (5%) 1.154 s 9.76 GiB (1%) 17727642
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=28"] 12.450 ms (5%) 48.85 MiB (1%) 604538
["bench_jogger.jl", "Jacobian", "Local", "SparseMul", "n=50, p=0.01, depth=5"] 14.047 μs (5%) 21.47 KiB (1%) 227
["bench_jogger.jl", "Jacobian", "Local", "SparseMul", "n=50, p=0.25, depth=5"] 200.807 μ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"] 256.421 μ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.1
Commit 8f5b7ca12ad (2024-10-16 10:53 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       3658 s          0 s        317 s       6470 s          0 s
       #2     0 MHz       3631 s          0 s        293 s       6523 s          0 s
       #3     0 MHz       3935 s          0 s        309 s       6191 s          0 s
       #4     0 MHz       3840 s          0 s        294 s       6309 s          0 s
  Memory: 15.606491088867188 GB (12215.53125 MB free)
  Uptime: 1048.6 sec
  Load Avg:  1.0  1.28  1.16
  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: 21 Oct 2024 - 13:4
  • Package commit: 6e404c
  • Julia commit: 8f5b7c
  • 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.556 ms (5%) 2.74 MiB (1%) 33045
["bench_jogger.jl", "Hessian", "Global shared", "ArrowHead", "N=3200, K=2"] 5.023 ms (5%) 12.62 MiB (1%) 110983
["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity", "N=100, K=32"] 1.587 ms (5%) 1.74 MiB (1%) 10899
["bench_jogger.jl", "Hessian", "Global shared", "RandomSparsity", "N=400, K=2"] 328.617 μs (5%) 613.17 KiB (1%) 7950
["bench_jogger.jl", "Hessian", "Global", "ArrowHead", "N=200, K=16"] 5.212 ms (5%) 10.95 MiB (1%) 101057
["bench_jogger.jl", "Hessian", "Global", "ArrowHead", "N=3200, K=2"] 56.179 ms (5%) 131.48 MiB (1%) 293019
["bench_jogger.jl", "Hessian", "Global", "RandomSparsity", "N=100, K=32"] 4.340 ms (5%) 6.62 MiB (1%) 40624
["bench_jogger.jl", "Hessian", "Global", "RandomSparsity", "N=400, K=2"] 4.294 ms (5%) 9.01 MiB (1%) 21511
["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead", "N=200, K=16"] 1.598 ms (5%) 2.86 MiB (1%) 35515
["bench_jogger.jl", "Hessian", "Local shared", "ArrowHead", "N=3200, K=2"] 5.119 ms (5%) 12.65 MiB (1%) 107786
["bench_jogger.jl", "Hessian", "Local shared", "RandomSparsity", "N=100, K=32"] 1.595 ms (5%) 1.77 MiB (1%) 11006
["bench_jogger.jl", "Hessian", "Local shared", "RandomSparsity", "N=400, K=2"] 340.599 μs (5%) 660.23 KiB (1%) 8357
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=200, K=16"] 5.329 ms (5%) 11.07 MiB (1%) 103527
["bench_jogger.jl", "Hessian", "Local", "ArrowHead", "N=3200, K=2"] 56.100 ms (5%) 131.50 MiB (1%) 289822
["bench_jogger.jl", "Hessian", "Local", "RandomSparsity", "N=100, K=32"] 4.361 ms (5%) 6.65 MiB (1%) 40731
["bench_jogger.jl", "Hessian", "Local", "RandomSparsity", "N=400, K=2"] 4.391 ms (5%) 9.05 MiB (1%) 21918
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE", "N=24"] 1.997 ms (5%) 6.02 MiB (1%) 82322
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "ODE", "N=6"] 108.944 μs (5%) 258.30 KiB (1%) 4268
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator", "N=24"] 875.362 μs (5%) 2.10 MiB (1%) 32554
["bench_jogger.jl", "Jacobian", "Global", "Brusselator", "operator", "N=6"] 46.056 μs (5%) 103.92 KiB (1%) 1795
["bench_jogger.jl", "Jacobian", "Global", "Conv", "N=128"] 2.871 s (5%) 1.312 s 9.76 GiB (1%) 17727632
["bench_jogger.jl", "Jacobian", "Global", "Conv", "N=28"] 12.147 ms (5%) 48.72 MiB (1%) 604528
["bench_jogger.jl", "Jacobian", "Global", "SparseMul", "n=50, p=0.01, depth=5"] 13.626 μs (5%) 16.31 KiB (1%) 220
["bench_jogger.jl", "Jacobian", "Global", "SparseMul", "n=50, p=0.25, depth=5"] 191.098 μs (5%) 536.03 KiB (1%) 8894
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE", "N=24"] 2.081 ms (5%) 6.14 MiB (1%) 82332
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "ODE", "N=6"] 115.477 μs (5%) 265.95 KiB (1%) 4275
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator", "N=24"] 903.946 μs (5%) 2.17 MiB (1%) 32564
["bench_jogger.jl", "Jacobian", "Local", "Brusselator", "operator", "N=6"] 48.301 μs (5%) 108.84 KiB (1%) 1802
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=128"] 2.807 s (5%) 1.338 s 9.76 GiB (1%) 17727642
["bench_jogger.jl", "Jacobian", "Local", "Conv", "N=28"] 12.522 ms (5%) 48.85 MiB (1%) 604538
["bench_jogger.jl", "Jacobian", "Local", "SparseMul", "n=50, p=0.01, depth=5"] 14.387 μs (5%) 21.47 KiB (1%) 227
["bench_jogger.jl", "Jacobian", "Local", "SparseMul", "n=50, p=0.25, depth=5"] 210.124 μs (5%) 541.19 KiB (1%) 8901
["bench_jogger.jl", "OptimizationProblems", "britgas", "Hessian"] 4.082 ms (5%) 7.64 MiB (1%) 28373
["bench_jogger.jl", "OptimizationProblems", "britgas", "Jacobian"] 345.028 μ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.1
Commit 8f5b7ca12ad (2024-10-16 10:53 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       4102 s          0 s        364 s       8887 s          0 s
       #2     0 MHz       3986 s          0 s        337 s       9034 s          0 s
       #3     0 MHz       4878 s          0 s        353 s       8113 s          0 s
       #4     0 MHz       4979 s          0 s        363 s       8012 s          0 s
  Memory: 15.606491088867188 GB (12510.97265625 MB free)
  Uptime: 1340.14 sec
  Load Avg:  1.07  1.16  1.14
  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.85
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 removed the run benchmark Run benchmarks in CI label Oct 21, 2024
@adrhill adrhill merged commit ececbfd into main Oct 21, 2024
11 checks passed
@adrhill adrhill deleted the ah/fix-clamp branch October 21, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new overloads A new method on tracers is required by a user.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clamp gives TypeError from julia 1.11
2 participants