IntegralEquations / HMatrices.jl

A Julia library for hierarchical matrices
MIT License
37 stars 3 forks source link

Cleanup #46

Closed maltezfaria closed 7 months ago

maltezfaria commented 7 months ago
codecov[bot] commented 7 months ago

Codecov Report

Merging #46 (c5e9183) into main (78ee42c) will increase coverage by 2.11%. The diff coverage is 82.32%.

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   71.92%   74.04%   +2.11%     
==========================================
  Files          14       13       -1     
  Lines        1774     1487     -287     
==========================================
- Hits         1276     1101     -175     
+ Misses        498      386     -112     
Files Coverage Δ
src/HMatrices.jl 100.00% <100.00%> (ø)
src/hyperrectangle.jl 92.30% <ø> (+14.22%) :arrow_up:
src/lu.jl 96.73% <100.00%> (-0.04%) :arrow_down:
src/triangular.jl 93.16% <100.00%> (-0.18%) :arrow_down:
src/utils.jl 81.67% <100.00%> (+7.70%) :arrow_up:
src/clustertree.jl 65.57% <0.00%> (-1.64%) :arrow_down:
src/compressor.jl 91.42% <93.33%> (+7.91%) :arrow_up:
src/dhmatrix.jl 0.00% <0.00%> (ø)
src/rkmatrix.jl 66.07% <73.33%> (+0.61%) :arrow_up:
src/multiplication.jl 81.20% <93.47%> (+8.29%) :arrow_up:
... and 1 more
github-actions[bot] commented 7 months ago
Benchmark result # Judge result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmarks: - Target: 7 Nov 2023 - 09:49 - Baseline: 7 Nov 2023 - 09:52 * Package commits: - Target: f3e677 - Baseline: 78ee42 * Julia commits: - Target: bed2cd - Baseline: bed2cd * Julia command flags: - Target: `-O3` - Baseline: `-O3` * Environment variables: - Target: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` - Baseline: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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 | |-------------------------------------------------------------------|------------------------------|------------------------------| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 0.76 (5%) :white_check_mark: | 1.00 (1%) | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.15 (5%) :x: | 0.97 (1%) :white_check_mark: | | `["Laplace permuted", "assemble threads=false"]` | 0.85 (5%) :white_check_mark: | 1.00 (1%) | | `["Laplace permuted", "assemble threads=true"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | | `["Laplace vectorized", "LU threads=false"]` | 0.84 (5%) :white_check_mark: | 0.69 (1%) :white_check_mark: | | `["Laplace vectorized", "LU threads=true"]` | 0.84 (5%) :white_check_mark: | 0.68 (1%) :white_check_mark: | | `["Laplace vectorized", "assemble threads=false"]` | 0.61 (5%) :white_check_mark: | 1.00 (1%) | | `["Laplace vectorized", "assemble threads=true"]` | 0.63 (5%) :white_check_mark: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=true"]` | 0.11 (5%) :white_check_mark: | 0.32 (1%) :white_check_mark: | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ### Target ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 806 MHz 1504069 s 2594 s 274269 s 758041688 s 0 s Memory: 31.013160705566406 GB (23015.5390625 MB free) Uptime: 1.89995805e6 sec Load Avg: 2.0 1.37 0.68 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` ### Baseline ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1506453 s 2594 s 274557 s 758119295 s 0 s Memory: 31.013160705566406 GB (23794.03125 MB free) Uptime: 1.90015883e6 sec Load Avg: 1.13 1.25 0.78 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Target result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 7 Nov 2023 - 9:49 * Package commit: f3e677 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 80.511 ms (5%) | | 107.21 MiB (1%) | 65 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.692 ms (5%) | | 590.75 KiB (1%) | 23 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 649.315 ms (5%) | | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 6.653 s (5%) | 51.032 ms | 1.46 GiB (1%) | 52362 | | `["Laplace permuted", "assemble threads=true"]` | 925.427 ms (5%) | | 1.48 GiB (1%) | 62688 | | `["Laplace vectorized", "LU threads=false"]` | 34.763 s (5%) | 315.134 ms | 8.16 GiB (1%) | 2116951 | | `["Laplace vectorized", "LU threads=true"]` | 35.990 s (5%) | 391.223 ms | 8.16 GiB (1%) | 2116951 | | `["Laplace vectorized", "assemble threads=false"]` | 1.333 s (5%) | 36.878 ms | 1.46 GiB (1%) | 52362 | | `["Laplace vectorized", "assemble threads=true"]` | 196.793 ms (5%) | | 1.48 GiB (1%) | 62694 | | `["Laplace vectorized", "gemv threads=false"]` | 155.299 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 70.722 ms (5%) | | 15.04 MiB (1%) | 636460 | | `["Laplace", "assemble threads=false"]` | 8.063 s (5%) | 154.832 ms | 1.46 GiB (1%) | 52362 | | `["Laplace", "assemble threads=true"]` | 1.062 s (5%) | | 1.48 GiB (1%) | 62693 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 806 MHz 1504069 s 2594 s 274269 s 758041688 s 0 s Memory: 31.013160705566406 GB (23015.5390625 MB free) Uptime: 1.89995805e6 sec Load Avg: 2.0 1.37 0.68 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Baseline result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 7 Nov 2023 - 9:52 * Package commit: 78ee42 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 106.439 ms (5%) | 1.540 ms | 107.21 MiB (1%) | 65 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.473 ms (5%) | | 606.38 KiB (1%) | 25 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 641.811 ms (5%) | 882.745 μs | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 7.797 s (5%) | 199.945 ms | 1.46 GiB (1%) | 52364 | | `["Laplace permuted", "assemble threads=true"]` | 1.026 s (5%) | | 1.48 GiB (1%) | 62720 | | `["Laplace vectorized", "LU threads=false"]` | 41.363 s (5%) | 691.793 ms | 11.85 GiB (1%) | 2142967 | | `["Laplace vectorized", "LU threads=true"]` | 42.981 s (5%) | 318.665 ms | 11.93 GiB (1%) | 3979979 | | `["Laplace vectorized", "assemble threads=false"]` | 2.173 s (5%) | 70.296 ms | 1.46 GiB (1%) | 52364 | | `["Laplace vectorized", "assemble threads=true"]` | 313.412 ms (5%) | | 1.48 GiB (1%) | 62714 | | `["Laplace vectorized", "gemv threads=false"]` | 148.330 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 642.529 ms (5%) | | 46.94 MiB (1%) | 1124593 | | `["Laplace", "assemble threads=false"]` | 7.870 s (5%) | 401.164 ms | 1.46 GiB (1%) | 52364 | | `["Laplace", "assemble threads=true"]` | 1.033 s (5%) | | 1.48 GiB (1%) | 62717 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1506453 s 2594 s 274557 s 758119295 s 0 s Memory: 31.013160705566406 GB (23794.03125 MB free) Uptime: 1.90015883e6 sec Load Avg: 1.13 1.25 0.78 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 20 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 40 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 48 bits virtual CPU(s): 40 On-line CPU(s) list: 0-39 Thread(s) per core: 2 Core(s) per socket: 10 Socket(s): 2 NUMA node(s): 2 Vendor ID: GenuineIntel CPU family: 6 Model: 85 Model name: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz Stepping: 4 CPU MHz: 2200.000 CPU max MHz: 3000,0000 CPU min MHz: 800,0000 BogoMIPS: 4400.00 Virtualization: VT-x L1d cache: 640 KiB L1i cache: 640 KiB L2 cache: 20 MiB L3 cache: 27,5 MiB NUMA node0 CPU(s): 0-9,20-29 NUMA node1 CPU(s): 10-19,30-39 Vulnerability Gather data sampling: Mitigation; Microcode Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Retbleed: Mitigation; IBRS Vulnerability Spec rstack overflow: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT vulnerable Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00 | | Cores | 10 physical cores, 20 logical cores (on executing CPU) | | | Hyperthreading hardware capability detected | | Clock Frequencies | 2200 / 3000 MHz (base/max), 100 MHz bus | | Data Cache | Level 1:3 : (32, 1024, 14080) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 512 bit = 64 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) revision 4 | | | Available hardware counters per logical core: | | | 3 fixed-function counters of 48 bit width | | | 4 general-purpose counters of 48 bit width | | Hypervisor | No |
github-actions[bot] commented 7 months ago
Benchmark result # Judge result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmarks: - Target: 7 Nov 2023 - 11:11 - Baseline: 7 Nov 2023 - 11:14 * Package commits: - Target: f88ba6 - Baseline: 78ee42 * Julia commits: - Target: bed2cd - Baseline: bed2cd * Julia command flags: - Target: `-O3` - Baseline: `-O3` * Environment variables: - Target: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` - Baseline: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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 | |-------------------------------------------------------------------|------------------------------|------------------------------| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 0.67 (5%) :white_check_mark: | 1.08 (1%) :x: | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.15 (5%) :x: | 1.00 (1%) | | `["Laplace permuted", "assemble threads=false"]` | 1.14 (5%) :x: | 1.00 (1%) | | `["Laplace permuted", "assemble threads=true"]` | 1.11 (5%) :x: | 1.00 (1%) | | `["Laplace vectorized", "LU threads=false"]` | 1.12 (5%) :x: | 0.57 (1%) :white_check_mark: | | `["Laplace vectorized", "LU threads=true"]` | 0.92 (5%) :white_check_mark: | 0.57 (1%) :white_check_mark: | | `["Laplace vectorized", "assemble threads=false"]` | 0.92 (5%) :white_check_mark: | 1.00 (1%) | | `["Laplace vectorized", "assemble threads=true"]` | 1.33 (5%) :x: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=false"]` | 1.09 (5%) :x: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=true"]` | 0.15 (5%) :white_check_mark: | 0.32 (1%) :white_check_mark: | | `["Laplace", "assemble threads=false"]` | 1.07 (5%) :x: | 1.00 (1%) | | `["Laplace", "assemble threads=true"]` | 1.09 (5%) :x: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ### Target ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1531366 s 2594 s 277435 s 759987644 s 0 s Memory: 31.013160705566406 GB (22636.58984375 MB free) Uptime: 1.90490054e6 sec Load Avg: 1.64 1.14 0.6 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` ### Baseline ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1533648 s 2594 s 277568 s 760059088 s 0 s Memory: 31.013160705566406 GB (22928.07421875 MB free) Uptime: 1.90508526e6 sec Load Avg: 1.17 1.16 0.71 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Target result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 7 Nov 2023 - 11:11 * Package commit: f88ba6 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 69.750 ms (5%) | | 107.21 MiB (1%) | 65 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.847 ms (5%) | | 622.00 KiB (1%) | 23 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 641.904 ms (5%) | | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 7.742 s (5%) | 178.703 ms | 1.46 GiB (1%) | 52362 | | `["Laplace permuted", "assemble threads=true"]` | 1.014 s (5%) | | 1.48 GiB (1%) | 62697 | | `["Laplace vectorized", "LU threads=false"]` | 38.632 s (5%) | 773.963 ms | 6.79 GiB (1%) | 1919839 | | `["Laplace vectorized", "LU threads=true"]` | 39.704 s (5%) | 912.868 ms | 6.79 GiB (1%) | 1919837 | | `["Laplace vectorized", "assemble threads=false"]` | 1.490 s (5%) | 39.089 ms | 1.46 GiB (1%) | 52362 | | `["Laplace vectorized", "assemble threads=true"]` | 222.909 ms (5%) | | 1.48 GiB (1%) | 62692 | | `["Laplace vectorized", "gemv threads=false"]` | 159.332 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 76.444 ms (5%) | | 15.04 MiB (1%) | 636453 | | `["Laplace", "assemble threads=false"]` | 7.351 s (5%) | 100.988 ms | 1.46 GiB (1%) | 52362 | | `["Laplace", "assemble threads=true"]` | 1.026 s (5%) | | 1.48 GiB (1%) | 62701 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1531366 s 2594 s 277435 s 759987644 s 0 s Memory: 31.013160705566406 GB (22636.58984375 MB free) Uptime: 1.90490054e6 sec Load Avg: 1.64 1.14 0.6 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Baseline result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 7 Nov 2023 - 11:14 * Package commit: 78ee42 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 104.130 ms (5%) | 1.610 ms | 99.55 MiB (1%) | 61 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.609 ms (5%) | | 622.00 KiB (1%) | 25 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 645.222 ms (5%) | 924.488 μs | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 6.774 s (5%) | 39.216 ms | 1.46 GiB (1%) | 52364 | | `["Laplace permuted", "assemble threads=true"]` | 910.584 ms (5%) | | 1.48 GiB (1%) | 62715 | | `["Laplace vectorized", "LU threads=false"]` | 34.416 s (5%) | 172.366 ms | 11.85 GiB (1%) | 2142967 | | `["Laplace vectorized", "LU threads=true"]` | 42.933 s (5%) | 308.301 ms | 11.93 GiB (1%) | 3979980 | | `["Laplace vectorized", "assemble threads=false"]` | 1.618 s (5%) | 41.502 ms | 1.46 GiB (1%) | 52364 | | `["Laplace vectorized", "assemble threads=true"]` | 167.340 ms (5%) | | 1.48 GiB (1%) | 62708 | | `["Laplace vectorized", "gemv threads=false"]` | 146.428 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 520.155 ms (5%) | | 46.94 MiB (1%) | 1124595 | | `["Laplace", "assemble threads=false"]` | 6.884 s (5%) | 37.590 ms | 1.46 GiB (1%) | 52364 | | `["Laplace", "assemble threads=true"]` | 940.802 ms (5%) | | 1.49 GiB (1%) | 62709 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1533648 s 2594 s 277568 s 760059088 s 0 s Memory: 31.013160705566406 GB (22928.07421875 MB free) Uptime: 1.90508526e6 sec Load Avg: 1.17 1.16 0.71 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 20 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 40 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 48 bits virtual CPU(s): 40 On-line CPU(s) list: 0-39 Thread(s) per core: 2 Core(s) per socket: 10 Socket(s): 2 NUMA node(s): 2 Vendor ID: GenuineIntel CPU family: 6 Model: 85 Model name: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz Stepping: 4 CPU MHz: 2200.000 CPU max MHz: 3000,0000 CPU min MHz: 800,0000 BogoMIPS: 4400.00 Virtualization: VT-x L1d cache: 640 KiB L1i cache: 640 KiB L2 cache: 20 MiB L3 cache: 27,5 MiB NUMA node0 CPU(s): 0-9,20-29 NUMA node1 CPU(s): 10-19,30-39 Vulnerability Gather data sampling: Mitigation; Microcode Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Retbleed: Mitigation; IBRS Vulnerability Spec rstack overflow: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT vulnerable Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00 | | Cores | 10 physical cores, 20 logical cores (on executing CPU) | | | Hyperthreading hardware capability detected | | Clock Frequencies | 2200 / 3000 MHz (base/max), 100 MHz bus | | Data Cache | Level 1:3 : (32, 1024, 14080) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 512 bit = 64 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) revision 4 | | | Available hardware counters per logical core: | | | 3 fixed-function counters of 48 bit width | | | 4 general-purpose counters of 48 bit width | | Hypervisor | No |
github-actions[bot] commented 7 months ago
Benchmark result # Judge result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmarks: - Target: 7 Nov 2023 - 11:50 - Baseline: 7 Nov 2023 - 11:54 * Package commits: - Target: 7de376 - Baseline: 78ee42 * Julia commits: - Target: bed2cd - Baseline: bed2cd * Julia command flags: - Target: `-O3` - Baseline: `-O3` * Environment variables: - Target: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` - Baseline: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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 | |-------------------------------------------------------------------|------------------------------|------------------------------| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 0.67 (5%) :white_check_mark: | 1.00 (1%) | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 0.99 (5%) | 0.95 (1%) :white_check_mark: | | `["Laplace permuted", "assemble threads=false"]` | 0.93 (5%) :white_check_mark: | 1.00 (1%) | | `["Laplace vectorized", "LU threads=false"]` | 0.80 (5%) :white_check_mark: | 0.57 (1%) :white_check_mark: | | `["Laplace vectorized", "LU threads=true"]` | 0.80 (5%) :white_check_mark: | 0.57 (1%) :white_check_mark: | | `["Laplace vectorized", "assemble threads=false"]` | 0.60 (5%) :white_check_mark: | 1.00 (1%) | | `["Laplace vectorized", "assemble threads=true"]` | 0.95 (5%) :white_check_mark: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=false"]` | 0.78 (5%) :white_check_mark: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=true"]` | 0.14 (5%) :white_check_mark: | 0.32 (1%) :white_check_mark: | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ### Target ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1542464 s 2594 s 278624 s 760917806 s 0 s Memory: 31.013160705566406 GB (21128.890625 MB free) Uptime: 1.90725729e6 sec Load Avg: 2.58 1.5 0.79 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` ### Baseline ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1544817 s 2594 s 278873 s 760994028 s 0 s Memory: 31.013160705566406 GB (23129.20703125 MB free) Uptime: 1.90745443e6 sec Load Avg: 1.67 1.4 0.88 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Target result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 7 Nov 2023 - 11:50 * Package commit: 7de376 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 73.279 ms (5%) | | 107.21 MiB (1%) | 65 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.696 ms (5%) | | 606.38 KiB (1%) | 23 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 642.313 ms (5%) | | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 6.453 s (5%) | 38.643 ms | 1.46 GiB (1%) | 52362 | | `["Laplace permuted", "assemble threads=true"]` | 946.562 ms (5%) | | 1.48 GiB (1%) | 62693 | | `["Laplace vectorized", "LU threads=false"]` | 34.490 s (5%) | 457.139 ms | 6.79 GiB (1%) | 1919835 | | `["Laplace vectorized", "LU threads=true"]` | 34.928 s (5%) | 304.593 ms | 6.79 GiB (1%) | 1919830 | | `["Laplace vectorized", "assemble threads=false"]` | 1.244 s (5%) | 35.380 ms | 1.46 GiB (1%) | 52362 | | `["Laplace vectorized", "assemble threads=true"]` | 174.548 ms (5%) | | 1.48 GiB (1%) | 62693 | | `["Laplace vectorized", "gemv threads=false"]` | 165.289 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 76.820 ms (5%) | | 15.04 MiB (1%) | 636450 | | `["Laplace", "assemble threads=false"]` | 6.789 s (5%) | 36.503 ms | 1.46 GiB (1%) | 52362 | | `["Laplace", "assemble threads=true"]` | 938.501 ms (5%) | | 1.48 GiB (1%) | 62691 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1542464 s 2594 s 278624 s 760917806 s 0 s Memory: 31.013160705566406 GB (21128.890625 MB free) Uptime: 1.90725729e6 sec Load Avg: 2.58 1.5 0.79 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Baseline result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 7 Nov 2023 - 11:54 * Package commit: 78ee42 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 108.564 ms (5%) | 1.612 ms | 107.21 MiB (1%) | 65 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.713 ms (5%) | | 637.62 KiB (1%) | 25 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 648.055 ms (5%) | 913.956 μs | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 6.966 s (5%) | 39.163 ms | 1.46 GiB (1%) | 52364 | | `["Laplace permuted", "assemble threads=true"]` | 995.562 ms (5%) | | 1.48 GiB (1%) | 62712 | | `["Laplace vectorized", "LU threads=false"]` | 42.976 s (5%) | 956.077 ms | 11.85 GiB (1%) | 2142967 | | `["Laplace vectorized", "LU threads=true"]` | 43.460 s (5%) | 328.595 ms | 11.93 GiB (1%) | 3979978 | | `["Laplace vectorized", "assemble threads=false"]` | 2.080 s (5%) | 37.699 ms | 1.46 GiB (1%) | 52364 | | `["Laplace vectorized", "assemble threads=true"]` | 183.950 ms (5%) | | 1.48 GiB (1%) | 62709 | | `["Laplace vectorized", "gemv threads=false"]` | 212.884 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 557.358 ms (5%) | | 46.94 MiB (1%) | 1124597 | | `["Laplace", "assemble threads=false"]` | 7.046 s (5%) | 38.512 ms | 1.46 GiB (1%) | 52364 | | `["Laplace", "assemble threads=true"]` | 963.419 ms (5%) | | 1.48 GiB (1%) | 62704 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1544817 s 2594 s 278873 s 760994028 s 0 s Memory: 31.013160705566406 GB (23129.20703125 MB free) Uptime: 1.90745443e6 sec Load Avg: 1.67 1.4 0.88 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 20 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 40 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 48 bits virtual CPU(s): 40 On-line CPU(s) list: 0-39 Thread(s) per core: 2 Core(s) per socket: 10 Socket(s): 2 NUMA node(s): 2 Vendor ID: GenuineIntel CPU family: 6 Model: 85 Model name: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz Stepping: 4 CPU MHz: 2200.000 CPU max MHz: 3000,0000 CPU min MHz: 800,0000 BogoMIPS: 4400.00 Virtualization: VT-x L1d cache: 640 KiB L1i cache: 640 KiB L2 cache: 20 MiB L3 cache: 27,5 MiB NUMA node0 CPU(s): 0-9,20-29 NUMA node1 CPU(s): 10-19,30-39 Vulnerability Gather data sampling: Mitigation; Microcode Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Retbleed: Mitigation; IBRS Vulnerability Spec rstack overflow: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT vulnerable Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00 | | Cores | 10 physical cores, 20 logical cores (on executing CPU) | | | Hyperthreading hardware capability detected | | Clock Frequencies | 2200 / 3000 MHz (base/max), 100 MHz bus | | Data Cache | Level 1:3 : (32, 1024, 14080) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 512 bit = 64 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) revision 4 | | | Available hardware counters per logical core: | | | 3 fixed-function counters of 48 bit width | | | 4 general-purpose counters of 48 bit width | | Hypervisor | No |
github-actions[bot] commented 7 months ago
Benchmark result # Judge result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmarks: - Target: 7 Nov 2023 - 13:36 - Baseline: 7 Nov 2023 - 13:39 * Package commits: - Target: 912633 - Baseline: 78ee42 * Julia commits: - Target: bed2cd - Baseline: bed2cd * Julia command flags: - Target: `-O3` - Baseline: `-O3` * Environment variables: - Target: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` - Baseline: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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 | |-------------------------------------------------------------------|------------------------------|------------------------------| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 0.65 (5%) :white_check_mark: | 1.00 (1%) | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.14 (5%) :x: | 1.00 (1%) | | `["Laplace permuted", "assemble threads=true"]` | 0.94 (5%) :white_check_mark: | 1.00 (1%) | | `["Laplace vectorized", "LU threads=false"]` | 1.09 (5%) :x: | 0.26 (1%) :white_check_mark: | | `["Laplace vectorized", "LU threads=true"]` | 0.90 (5%) :white_check_mark: | 0.26 (1%) :white_check_mark: | | `["Laplace vectorized", "assemble threads=false"]` | 0.92 (5%) :white_check_mark: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=false"]` | 1.07 (5%) :x: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=true"]` | 0.15 (5%) :white_check_mark: | 0.32 (1%) :white_check_mark: | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ### Target ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 846 MHz 1554110 s 2594 s 280172 s 763437228 s 0 s Memory: 31.013160705566406 GB (21500.08984375 MB free) Uptime: 1.91359018e6 sec Load Avg: 1.18 1.22 0.64 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` ### Baseline ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1556427 s 2594 s 280316 s 763509449 s 0 s Memory: 31.013160705566406 GB (23021.26171875 MB free) Uptime: 1.91377696e6 sec Load Avg: 1.44 1.22 0.75 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Target result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 7 Nov 2023 - 13:36 * Package commit: 912633 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 70.089 ms (5%) | | 107.21 MiB (1%) | 65 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.837 ms (5%) | | 622.00 KiB (1%) | 23 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 644.081 ms (5%) | | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 6.867 s (5%) | 36.352 ms | 1.46 GiB (1%) | 52362 | | `["Laplace permuted", "assemble threads=true"]` | 903.857 ms (5%) | | 1.48 GiB (1%) | 62693 | | `["Laplace vectorized", "LU threads=false"]` | 37.832 s (5%) | 336.632 ms | 3.10 GiB (1%) | 1893851 | | `["Laplace vectorized", "LU threads=true"]` | 38.914 s (5%) | 585.675 ms | 3.10 GiB (1%) | 1893852 | | `["Laplace vectorized", "assemble threads=false"]` | 1.568 s (5%) | 37.921 ms | 1.46 GiB (1%) | 52362 | | `["Laplace vectorized", "assemble threads=true"]` | 169.383 ms (5%) | | 1.48 GiB (1%) | 62700 | | `["Laplace vectorized", "gemv threads=false"]` | 162.123 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 79.422 ms (5%) | | 15.04 MiB (1%) | 636452 | | `["Laplace", "assemble threads=false"]` | 6.725 s (5%) | 37.982 ms | 1.46 GiB (1%) | 52362 | | `["Laplace", "assemble threads=true"]` | 953.199 ms (5%) | | 1.48 GiB (1%) | 62701 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 846 MHz 1554110 s 2594 s 280172 s 763437228 s 0 s Memory: 31.013160705566406 GB (21500.08984375 MB free) Uptime: 1.91359018e6 sec Load Avg: 1.18 1.22 0.64 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Baseline result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 7 Nov 2023 - 13:39 * Package commit: 78ee42 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 107.126 ms (5%) | 1.571 ms | 107.21 MiB (1%) | 65 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.612 ms (5%) | | 622.00 KiB (1%) | 25 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 645.502 ms (5%) | 906.525 μs | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 6.696 s (5%) | 40.286 ms | 1.46 GiB (1%) | 52364 | | `["Laplace permuted", "assemble threads=true"]` | 958.692 ms (5%) | | 1.49 GiB (1%) | 62711 | | `["Laplace vectorized", "LU threads=false"]` | 34.734 s (5%) | 175.692 ms | 11.85 GiB (1%) | 2142967 | | `["Laplace vectorized", "LU threads=true"]` | 43.322 s (5%) | 328.800 ms | 11.93 GiB (1%) | 3979978 | | `["Laplace vectorized", "assemble threads=false"]` | 1.702 s (5%) | 52.679 ms | 1.46 GiB (1%) | 52364 | | `["Laplace vectorized", "assemble threads=true"]` | 178.028 ms (5%) | | 1.48 GiB (1%) | 62708 | | `["Laplace vectorized", "gemv threads=false"]` | 150.819 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 526.192 ms (5%) | | 46.94 MiB (1%) | 1124597 | | `["Laplace", "assemble threads=false"]` | 6.754 s (5%) | 40.423 ms | 1.46 GiB (1%) | 52364 | | `["Laplace", "assemble threads=true"]` | 973.172 ms (5%) | | 1.49 GiB (1%) | 62706 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1556427 s 2594 s 280316 s 763509449 s 0 s Memory: 31.013160705566406 GB (23021.26171875 MB free) Uptime: 1.91377696e6 sec Load Avg: 1.44 1.22 0.75 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 20 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 40 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 48 bits virtual CPU(s): 40 On-line CPU(s) list: 0-39 Thread(s) per core: 2 Core(s) per socket: 10 Socket(s): 2 NUMA node(s): 2 Vendor ID: GenuineIntel CPU family: 6 Model: 85 Model name: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz Stepping: 4 CPU MHz: 2200.000 CPU max MHz: 3000,0000 CPU min MHz: 800,0000 BogoMIPS: 4400.00 Virtualization: VT-x L1d cache: 640 KiB L1i cache: 640 KiB L2 cache: 20 MiB L3 cache: 27,5 MiB NUMA node0 CPU(s): 0-9,20-29 NUMA node1 CPU(s): 10-19,30-39 Vulnerability Gather data sampling: Mitigation; Microcode Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Retbleed: Mitigation; IBRS Vulnerability Spec rstack overflow: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT vulnerable Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00 | | Cores | 10 physical cores, 20 logical cores (on executing CPU) | | | Hyperthreading hardware capability detected | | Clock Frequencies | 2200 / 3000 MHz (base/max), 100 MHz bus | | Data Cache | Level 1:3 : (32, 1024, 14080) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 512 bit = 64 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) revision 4 | | | Available hardware counters per logical core: | | | 3 fixed-function counters of 48 bit width | | | 4 general-purpose counters of 48 bit width | | Hypervisor | No |
github-actions[bot] commented 7 months ago
Benchmark result # Judge result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmarks: - Target: 7 Nov 2023 - 13:55 - Baseline: 7 Nov 2023 - 13:58 * Package commits: - Target: 38976d - Baseline: 78ee42 * Julia commits: - Target: bed2cd - Baseline: bed2cd * Julia command flags: - Target: `-O3` - Baseline: `-O3` * Environment variables: - Target: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` - Baseline: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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 | |-------------------------------------------------------------------|------------------------------|------------------------------| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 0.65 (5%) :white_check_mark: | 0.93 (1%) :white_check_mark: | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 0.88 (5%) :white_check_mark: | 0.51 (1%) :white_check_mark: | | `["Laplace vectorized", "LU threads=false"]` | 1.12 (5%) :x: | 0.26 (1%) :white_check_mark: | | `["Laplace vectorized", "LU threads=true"]` | 0.91 (5%) :white_check_mark: | 0.26 (1%) :white_check_mark: | | `["Laplace vectorized", "assemble threads=true"]` | 1.07 (5%) :x: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=false"]` | 1.10 (5%) :x: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=true"]` | 0.17 (5%) :white_check_mark: | 0.32 (1%) :white_check_mark: | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ### Target ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1565366 s 2594 s 281325 s 763877633 s 0 s Memory: 31.013160705566406 GB (21005.98828125 MB free) Uptime: 1.91472261e6 sec Load Avg: 1.07 1.06 0.85 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` ### Baseline ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1567655 s 2594 s 281454 s 763949170 s 0 s Memory: 31.013160705566406 GB (22975.296875 MB free) Uptime: 1.91490757e6 sec Load Avg: 1.44 1.14 0.92 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Target result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 7 Nov 2023 - 13:55 * Package commit: 38976d * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 70.814 ms (5%) | | 107.21 MiB (1%) | 65 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.684 ms (5%) | | 606.38 KiB (1%) | 23 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 644.637 ms (5%) | | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 6.468 s (5%) | 37.000 ms | 1.46 GiB (1%) | 52362 | | `["Laplace permuted", "assemble threads=true"]` | 938.163 ms (5%) | | 1.48 GiB (1%) | 62691 | | `["Laplace vectorized", "LU threads=false"]` | 38.594 s (5%) | 565.419 ms | 3.10 GiB (1%) | 1893855 | | `["Laplace vectorized", "LU threads=true"]` | 38.959 s (5%) | 281.130 ms | 3.10 GiB (1%) | 1893854 | | `["Laplace vectorized", "assemble threads=false"]` | 1.671 s (5%) | 36.217 ms | 1.46 GiB (1%) | 52362 | | `["Laplace vectorized", "assemble threads=true"]` | 183.693 ms (5%) | | 1.48 GiB (1%) | 62687 | | `["Laplace vectorized", "gemv threads=false"]` | 163.362 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 87.657 ms (5%) | | 15.04 MiB (1%) | 636449 | | `["Laplace", "assemble threads=false"]` | 6.674 s (5%) | 100.634 ms | 1.46 GiB (1%) | 52362 | | `["Laplace", "assemble threads=true"]` | 947.701 ms (5%) | | 1.48 GiB (1%) | 62694 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1565366 s 2594 s 281325 s 763877633 s 0 s Memory: 31.013160705566406 GB (21005.98828125 MB free) Uptime: 1.91472261e6 sec Load Avg: 1.07 1.06 0.85 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Baseline result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 7 Nov 2023 - 13:58 * Package commit: 78ee42 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 109.759 ms (5%) | 1.559 ms | 114.87 MiB (1%) | 69 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.904 ms (5%) | | 1.15 MiB (1%) | 27 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 645.941 ms (5%) | 901.412 μs | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 6.509 s (5%) | 52.915 ms | 1.46 GiB (1%) | 52364 | | `["Laplace permuted", "assemble threads=true"]` | 920.873 ms (5%) | | 1.48 GiB (1%) | 62712 | | `["Laplace vectorized", "LU threads=false"]` | 34.581 s (5%) | 169.483 ms | 11.85 GiB (1%) | 2142967 | | `["Laplace vectorized", "LU threads=true"]` | 42.941 s (5%) | 300.031 ms | 11.93 GiB (1%) | 3979977 | | `["Laplace vectorized", "assemble threads=false"]` | 1.727 s (5%) | 78.777 ms | 1.46 GiB (1%) | 52364 | | `["Laplace vectorized", "assemble threads=true"]` | 171.328 ms (5%) | | 1.48 GiB (1%) | 62709 | | `["Laplace vectorized", "gemv threads=false"]` | 148.399 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 518.526 ms (5%) | | 46.94 MiB (1%) | 1124596 | | `["Laplace", "assemble threads=false"]` | 6.972 s (5%) | 37.557 ms | 1.46 GiB (1%) | 52364 | | `["Laplace", "assemble threads=true"]` | 928.907 ms (5%) | | 1.48 GiB (1%) | 62719 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1567655 s 2594 s 281454 s 763949170 s 0 s Memory: 31.013160705566406 GB (22975.296875 MB free) Uptime: 1.91490757e6 sec Load Avg: 1.44 1.14 0.92 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 20 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 40 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 48 bits virtual CPU(s): 40 On-line CPU(s) list: 0-39 Thread(s) per core: 2 Core(s) per socket: 10 Socket(s): 2 NUMA node(s): 2 Vendor ID: GenuineIntel CPU family: 6 Model: 85 Model name: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz Stepping: 4 CPU MHz: 800.092 CPU max MHz: 3000,0000 CPU min MHz: 800,0000 BogoMIPS: 4400.00 Virtualization: VT-x L1d cache: 640 KiB L1i cache: 640 KiB L2 cache: 20 MiB L3 cache: 27,5 MiB NUMA node0 CPU(s): 0-9,20-29 NUMA node1 CPU(s): 10-19,30-39 Vulnerability Gather data sampling: Mitigation; Microcode Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Retbleed: Mitigation; IBRS Vulnerability Spec rstack overflow: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT vulnerable Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00 | | Cores | 10 physical cores, 20 logical cores (on executing CPU) | | | Hyperthreading hardware capability detected | | Clock Frequencies | 2200 / 3000 MHz (base/max), 100 MHz bus | | Data Cache | Level 1:3 : (32, 1024, 14080) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 512 bit = 64 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) revision 4 | | | Available hardware counters per logical core: | | | 3 fixed-function counters of 48 bit width | | | 4 general-purpose counters of 48 bit width | | Hypervisor | No |
github-actions[bot] commented 7 months ago
Benchmark result # Judge result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmarks: - Target: 7 Nov 2023 - 14:19 - Baseline: 7 Nov 2023 - 14:22 * Package commits: - Target: 7ed677 - Baseline: 78ee42 * Julia commits: - Target: bed2cd - Baseline: bed2cd * Julia command flags: - Target: `-O3` - Baseline: `-O3` * Environment variables: - Target: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` - Baseline: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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 | |-------------------------------------------------------------------|------------------------------|------------------------------| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 0.69 (5%) :white_check_mark: | 1.07 (1%) :x: | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.45 (5%) :x: | 1.08 (1%) :x: | | `["Laplace vectorized", "LU threads=false"]` | 0.95 (5%) :white_check_mark: | 0.26 (1%) :white_check_mark: | | `["Laplace vectorized", "LU threads=true"]` | 0.78 (5%) :white_check_mark: | 0.26 (1%) :white_check_mark: | | `["Laplace vectorized", "assemble threads=false"]` | 0.84 (5%) :white_check_mark: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=true"]` | 0.15 (5%) :white_check_mark: | 0.32 (1%) :white_check_mark: | | `["Laplace", "assemble threads=false"]` | 1.15 (5%) :x: | 1.00 (1%) | | `["Laplace", "assemble threads=true"]` | 1.06 (5%) :x: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ### Target ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 821 MHz 1576317 s 2594 s 282587 s 764433141 s 0 s Memory: 31.013160705566406 GB (21530.3671875 MB free) Uptime: 1.91614237e6 sec Load Avg: 1.57 1.4 1.03 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` ### Baseline ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1578629 s 2594 s 282728 s 764505780 s 0 s Memory: 31.013160705566406 GB (22966.66796875 MB free) Uptime: 1.91633017e6 sec Load Avg: 2.42 1.56 1.13 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Target result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 7 Nov 2023 - 14:19 * Package commit: 7ed677 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 73.585 ms (5%) | | 114.87 MiB (1%) | 69 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.972 ms (5%) | | 637.62 KiB (1%) | 23 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 646.465 ms (5%) | | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 6.547 s (5%) | 65.804 ms | 1.46 GiB (1%) | 52362 | | `["Laplace permuted", "assemble threads=true"]` | 928.472 ms (5%) | | 1.48 GiB (1%) | 62697 | | `["Laplace vectorized", "LU threads=false"]` | 33.381 s (5%) | 299.392 ms | 3.10 GiB (1%) | 1893856 | | `["Laplace vectorized", "LU threads=true"]` | 34.115 s (5%) | 276.270 ms | 3.10 GiB (1%) | 1893856 | | `["Laplace vectorized", "assemble threads=false"]` | 1.436 s (5%) | 35.990 ms | 1.46 GiB (1%) | 52362 | | `["Laplace vectorized", "assemble threads=true"]` | 172.210 ms (5%) | | 1.48 GiB (1%) | 62693 | | `["Laplace vectorized", "gemv threads=false"]` | 165.938 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 80.557 ms (5%) | | 15.04 MiB (1%) | 636451 | | `["Laplace", "assemble threads=false"]` | 7.676 s (5%) | 194.290 ms | 1.46 GiB (1%) | 52362 | | `["Laplace", "assemble threads=true"]` | 1.011 s (5%) | | 1.48 GiB (1%) | 62693 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 821 MHz 1576317 s 2594 s 282587 s 764433141 s 0 s Memory: 31.013160705566406 GB (21530.3671875 MB free) Uptime: 1.91614237e6 sec Load Avg: 1.57 1.4 1.03 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Baseline result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 7 Nov 2023 - 14:22 * Package commit: 78ee42 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 107.197 ms (5%) | 1.742 ms | 107.21 MiB (1%) | 65 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.358 ms (5%) | | 590.75 KiB (1%) | 25 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 645.612 ms (5%) | 998.172 μs | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 6.713 s (5%) | 39.815 ms | 1.46 GiB (1%) | 52364 | | `["Laplace permuted", "assemble threads=true"]` | 907.546 ms (5%) | | 1.48 GiB (1%) | 62717 | | `["Laplace vectorized", "LU threads=false"]` | 35.320 s (5%) | 180.720 ms | 11.85 GiB (1%) | 2142967 | | `["Laplace vectorized", "LU threads=true"]` | 43.741 s (5%) | 324.156 ms | 11.93 GiB (1%) | 3979980 | | `["Laplace vectorized", "assemble threads=false"]` | 1.710 s (5%) | 38.458 ms | 1.46 GiB (1%) | 52364 | | `["Laplace vectorized", "assemble threads=true"]` | 164.698 ms (5%) | | 1.48 GiB (1%) | 62707 | | `["Laplace vectorized", "gemv threads=false"]` | 173.051 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 531.794 ms (5%) | | 46.96 MiB (1%) | 1124598 | | `["Laplace", "assemble threads=false"]` | 6.692 s (5%) | 38.315 ms | 1.46 GiB (1%) | 52364 | | `["Laplace", "assemble threads=true"]` | 957.828 ms (5%) | | 1.48 GiB (1%) | 62709 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1578629 s 2594 s 282728 s 764505780 s 0 s Memory: 31.013160705566406 GB (22966.66796875 MB free) Uptime: 1.91633017e6 sec Load Avg: 2.42 1.56 1.13 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 20 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 40 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 48 bits virtual CPU(s): 40 On-line CPU(s) list: 0-39 Thread(s) per core: 2 Core(s) per socket: 10 Socket(s): 2 NUMA node(s): 2 Vendor ID: GenuineIntel CPU family: 6 Model: 85 Model name: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz Stepping: 4 CPU MHz: 2200.000 CPU max MHz: 3000,0000 CPU min MHz: 800,0000 BogoMIPS: 4400.00 Virtualization: VT-x L1d cache: 640 KiB L1i cache: 640 KiB L2 cache: 20 MiB L3 cache: 27,5 MiB NUMA node0 CPU(s): 0-9,20-29 NUMA node1 CPU(s): 10-19,30-39 Vulnerability Gather data sampling: Mitigation; Microcode Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Retbleed: Mitigation; IBRS Vulnerability Spec rstack overflow: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT vulnerable Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00 | | Cores | 10 physical cores, 20 logical cores (on executing CPU) | | | Hyperthreading hardware capability detected | | Clock Frequencies | 2200 / 3000 MHz (base/max), 100 MHz bus | | Data Cache | Level 1:3 : (32, 1024, 14080) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 512 bit = 64 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) revision 4 | | | Available hardware counters per logical core: | | | 3 fixed-function counters of 48 bit width | | | 4 general-purpose counters of 48 bit width | | Hypervisor | No |
github-actions[bot] commented 7 months ago
Benchmark result # Judge result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmarks: - Target: 8 Nov 2023 - 22:22 - Baseline: 8 Nov 2023 - 22:25 * Package commits: - Target: 54c2f2 - Baseline: 78ee42 * Julia commits: - Target: bed2cd - Baseline: bed2cd * Julia command flags: - Target: `-O3` - Baseline: `-O3` * Environment variables: - Target: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` - Baseline: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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 | |-------------------------------------------------------------------|------------------------------|------------------------------| | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.15 (5%) :x: | 0.97 (1%) :white_check_mark: | | `["Laplace vectorized", "LU threads=false"]` | 0.94 (5%) :white_check_mark: | 0.26 (1%) :white_check_mark: | | `["Laplace vectorized", "LU threads=true"]` | 0.76 (5%) :white_check_mark: | 0.26 (1%) :white_check_mark: | | `["Laplace vectorized", "assemble threads=false"]` | 1.09 (5%) :x: | 1.00 (1%) | | `["Laplace vectorized", "assemble threads=true"]` | 1.06 (5%) :x: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=false"]` | 1.09 (5%) :x: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=true"]` | 0.15 (5%) :white_check_mark: | 0.32 (1%) :white_check_mark: | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ### Target ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1916440 s 2766 s 339312 s 810191648 s 0 s Memory: 31.013160705566406 GB (21937.45703125 MB free) Uptime: 2.03155943e6 sec Load Avg: 1.16 1.62 1.98 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` ### Baseline ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1920802 s 2766 s 340032 s 810260996 s 0 s Memory: 31.013160705566406 GB (21838.10546875 MB free) Uptime: 2.0317456e6 sec Load Avg: 3.44 2.22 2.12 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Target result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 8 Nov 2023 - 22:22 * Package commit: 54c2f2 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.546 ms (5%) | | 575.12 KiB (1%) | 23 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 638.771 ms (5%) | | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 6.541 s (5%) | 38.646 ms | 1.46 GiB (1%) | 52362 | | `["Laplace permuted", "assemble threads=true"]` | 940.588 ms (5%) | | 1.48 GiB (1%) | 62695 | | `["Laplace vectorized", "LU threads=false"]` | 32.631 s (5%) | 476.209 ms | 3.10 GiB (1%) | 1893854 | | `["Laplace vectorized", "LU threads=true"]` | 33.267 s (5%) | 267.926 ms | 3.10 GiB (1%) | 1893848 | | `["Laplace vectorized", "assemble threads=false"]` | 1.793 s (5%) | 35.608 ms | 1.46 GiB (1%) | 52362 | | `["Laplace vectorized", "assemble threads=true"]` | 173.452 ms (5%) | | 1.48 GiB (1%) | 62697 | | `["Laplace vectorized", "gemv threads=false"]` | 161.048 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 80.337 ms (5%) | | 15.04 MiB (1%) | 636449 | | `["Laplace", "assemble threads=false"]` | 6.809 s (5%) | 39.001 ms | 1.46 GiB (1%) | 52362 | | `["Laplace", "assemble threads=true"]` | 957.597 ms (5%) | | 1.48 GiB (1%) | 62691 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1916440 s 2766 s 339312 s 810191648 s 0 s Memory: 31.013160705566406 GB (21937.45703125 MB free) Uptime: 2.03155943e6 sec Load Avg: 1.16 1.62 1.98 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Baseline result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 8 Nov 2023 - 22:25 * Package commit: 78ee42 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 107.384 ms (5%) | 1.533 ms | 107.21 MiB (1%) | 65 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.343 ms (5%) | | 590.75 KiB (1%) | 25 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 642.788 ms (5%) | 887.112 μs | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 6.770 s (5%) | 42.162 ms | 1.46 GiB (1%) | 52364 | | `["Laplace permuted", "assemble threads=true"]` | 945.457 ms (5%) | | 1.48 GiB (1%) | 62713 | | `["Laplace vectorized", "LU threads=false"]` | 34.574 s (5%) | 174.821 ms | 11.85 GiB (1%) | 2142967 | | `["Laplace vectorized", "LU threads=true"]` | 43.597 s (5%) | 327.176 ms | 11.93 GiB (1%) | 3979978 | | `["Laplace vectorized", "assemble threads=false"]` | 1.647 s (5%) | 42.284 ms | 1.46 GiB (1%) | 52364 | | `["Laplace vectorized", "assemble threads=true"]` | 163.008 ms (5%) | | 1.48 GiB (1%) | 62713 | | `["Laplace vectorized", "gemv threads=false"]` | 147.233 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 536.440 ms (5%) | | 46.94 MiB (1%) | 1124595 | | `["Laplace", "assemble threads=false"]` | 6.937 s (5%) | 37.520 ms | 1.46 GiB (1%) | 52364 | | `["Laplace", "assemble threads=true"]` | 987.325 ms (5%) | | 1.48 GiB (1%) | 62711 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1920802 s 2766 s 340032 s 810260996 s 0 s Memory: 31.013160705566406 GB (21838.10546875 MB free) Uptime: 2.0317456e6 sec Load Avg: 3.44 2.22 2.12 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 20 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 40 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 48 bits virtual CPU(s): 40 On-line CPU(s) list: 0-39 Thread(s) per core: 2 Core(s) per socket: 10 Socket(s): 2 NUMA node(s): 2 Vendor ID: GenuineIntel CPU family: 6 Model: 85 Model name: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz Stepping: 4 CPU MHz: 1795.980 CPU max MHz: 3000,0000 CPU min MHz: 800,0000 BogoMIPS: 4400.00 Virtualization: VT-x L1d cache: 640 KiB L1i cache: 640 KiB L2 cache: 20 MiB L3 cache: 27,5 MiB NUMA node0 CPU(s): 0-9,20-29 NUMA node1 CPU(s): 10-19,30-39 Vulnerability Gather data sampling: Mitigation; Microcode Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Retbleed: Mitigation; IBRS Vulnerability Spec rstack overflow: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT vulnerable Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00 | | Cores | 10 physical cores, 20 logical cores (on executing CPU) | | | Hyperthreading hardware capability detected | | Clock Frequencies | 2200 / 3000 MHz (base/max), 100 MHz bus | | Data Cache | Level 1:3 : (32, 1024, 14080) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 512 bit = 64 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) revision 4 | | | Available hardware counters per logical core: | | | 3 fixed-function counters of 48 bit width | | | 4 general-purpose counters of 48 bit width | | Hypervisor | No |
github-actions[bot] commented 7 months ago
Benchmark result # Judge result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmarks: - Target: 8 Nov 2023 - 22:47 - Baseline: 8 Nov 2023 - 22:50 * Package commits: - Target: 54c2f2 - Baseline: 78ee42 * Julia commits: - Target: bed2cd - Baseline: bed2cd * Julia command flags: - Target: `-O3` - Baseline: `-O3` * Environment variables: - Target: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` - Baseline: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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 | |-------------------------------------------------------------------|------------------------------|------------------------------| | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.08 (5%) :x: | 0.98 (1%) :white_check_mark: | | `["Laplace permuted", "assemble threads=false"]` | 1.15 (5%) :x: | 1.00 (1%) | | `["Laplace permuted", "assemble threads=true"]` | 1.09 (5%) :x: | 1.00 (1%) | | `["Laplace vectorized", "LU threads=false"]` | 1.04 (5%) | 0.26 (1%) :white_check_mark: | | `["Laplace vectorized", "LU threads=true"]` | 0.84 (5%) :white_check_mark: | 0.26 (1%) :white_check_mark: | | `["Laplace vectorized", "assemble threads=false"]` | 1.42 (5%) :x: | 1.00 (1%) | | `["Laplace vectorized", "assemble threads=true"]` | 1.21 (5%) :x: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=false"]` | 1.40 (5%) :x: | 1.00 (1%) | | `["Laplace vectorized", "gemv threads=true"]` | 0.16 (5%) :white_check_mark: | 0.32 (1%) :white_check_mark: | | `["Laplace", "assemble threads=false"]` | 1.09 (5%) :x: | 1.00 (1%) | | `["Laplace", "assemble threads=true"]` | 1.08 (5%) :x: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ### Target ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1934023 s 2766 s 341855 s 810773262 s 0 s Memory: 31.013160705566406 GB (21663.5078125 MB free) Uptime: 2.03306444e6 sec Load Avg: 2.16 1.38 1.28 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` ### Baseline ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 866 MHz 1936310 s 2766 s 341990 s 810844787 s 0 s Memory: 31.013160705566406 GB (23102.9140625 MB free) Uptime: 2.03324937e6 sec Load Avg: 1.13 1.22 1.23 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Target result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 8 Nov 2023 - 22:47 * Package commit: 54c2f2 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.883 ms (5%) | | 622.00 KiB (1%) | 23 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 644.958 ms (5%) | | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 7.477 s (5%) | 159.627 ms | 1.46 GiB (1%) | 52362 | | `["Laplace permuted", "assemble threads=true"]` | 1.014 s (5%) | | 1.48 GiB (1%) | 62688 | | `["Laplace vectorized", "LU threads=false"]` | 36.094 s (5%) | 851.702 ms | 3.10 GiB (1%) | 1893852 | | `["Laplace vectorized", "LU threads=true"]` | 35.899 s (5%) | 1.059 s | 3.10 GiB (1%) | 1893855 | | `["Laplace vectorized", "assemble threads=false"]` | 2.366 s (5%) | 259.757 ms | 1.46 GiB (1%) | 52362 | | `["Laplace vectorized", "assemble threads=true"]` | 199.583 ms (5%) | | 1.48 GiB (1%) | 62697 | | `["Laplace vectorized", "gemv threads=false"]` | 210.299 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 82.502 ms (5%) | | 15.04 MiB (1%) | 636463 | | `["Laplace", "assemble threads=false"]` | 7.607 s (5%) | 166.700 ms | 1.46 GiB (1%) | 52362 | | `["Laplace", "assemble threads=true"]` | 1.040 s (5%) | | 1.48 GiB (1%) | 62696 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 2200 MHz 1934023 s 2766 s 341855 s 810773262 s 0 s Memory: 31.013160705566406 GB (21663.5078125 MB free) Uptime: 2.03306444e6 sec Load Avg: 2.16 1.38 1.28 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Baseline result # Benchmark Report for */home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl* ## Job Properties * Time of benchmark: 8 Nov 2023 - 22:50 * Package commit: 78ee42 * Julia commit: bed2cd * Julia command flags: `-O3` * Environment variables: `OPENBLAS_NUM_THREADS => 1` `JULIA_NUM_THREADS => 8` ## 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 | |-------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"]` | 102.701 ms (5%) | 1.619 ms | 99.55 MiB (1%) | 61 | | `["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"]` | 1.741 ms (5%) | | 637.62 KiB (1%) | 25 | | `["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"]` | 644.188 ms (5%) | 920.709 μs | 46.04 MiB (1%) | 16 | | `["Laplace permuted", "assemble threads=false"]` | 6.483 s (5%) | 52.860 ms | 1.46 GiB (1%) | 52364 | | `["Laplace permuted", "assemble threads=true"]` | 930.017 ms (5%) | | 1.48 GiB (1%) | 62711 | | `["Laplace vectorized", "LU threads=false"]` | 34.575 s (5%) | 171.612 ms | 11.85 GiB (1%) | 2142967 | | `["Laplace vectorized", "LU threads=true"]` | 42.801 s (5%) | 301.786 ms | 11.93 GiB (1%) | 3979978 | | `["Laplace vectorized", "assemble threads=false"]` | 1.670 s (5%) | 84.150 ms | 1.46 GiB (1%) | 52364 | | `["Laplace vectorized", "assemble threads=true"]` | 165.475 ms (5%) | | 1.48 GiB (1%) | 62708 | | `["Laplace vectorized", "gemv threads=false"]` | 149.730 ms (5%) | | 1.43 MiB (1%) | 2236 | | `["Laplace vectorized", "gemv threads=true"]` | 520.620 ms (5%) | | 46.95 MiB (1%) | 1124595 | | `["Laplace", "assemble threads=false"]` | 6.957 s (5%) | 37.940 ms | 1.46 GiB (1%) | 52364 | | `["Laplace", "assemble threads=true"]` | 958.553 ms (5%) | | 1.48 GiB (1%) | 62712 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["Compressors"]` - `["Laplace permuted"]` - `["Laplace vectorized"]` - `["Laplace"]` ## Julia versioninfo ``` Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 20.04.6 LTS uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: speed user nice sys idle irq #1-40 866 MHz 1936310 s 2766 s 341990 s 810844787 s 0 s Memory: 31.013160705566406 GB (23102.9140625 MB free) Uptime: 2.03324937e6 sec Load Avg: 1.13 1.22 1.23 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512) Threads: 8 on 40 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 20 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 40 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 48 bits virtual CPU(s): 40 On-line CPU(s) list: 0-39 Thread(s) per core: 2 Core(s) per socket: 10 Socket(s): 2 NUMA node(s): 2 Vendor ID: GenuineIntel CPU family: 6 Model: 85 Model name: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz Stepping: 4 CPU MHz: 2200.000 CPU max MHz: 3000,0000 CPU min MHz: 800,0000 BogoMIPS: 4400.00 Virtualization: VT-x L1d cache: 640 KiB L1i cache: 640 KiB L2 cache: 20 MiB L3 cache: 27,5 MiB NUMA node0 CPU(s): 0-9,20-29 NUMA node1 CPU(s): 10-19,30-39 Vulnerability Gather data sampling: Mitigation; Microcode Vulnerability Itlb multihit: KVM: Mitigation: VMX disabled Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT vulnerable Vulnerability Retbleed: Mitigation; IBRS Vulnerability Spec rstack overflow: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT vulnerable Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00 | | Cores | 10 physical cores, 20 logical cores (on executing CPU) | | | Hyperthreading hardware capability detected | | Clock Frequencies | 2200 / 3000 MHz (base/max), 100 MHz bus | | Data Cache | Level 1:3 : (32, 1024, 14080) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 512 bit = 64 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) revision 4 | | | Available hardware counters per logical core: | | | 3 fixed-function counters of 48 bit width | | | 4 general-purpose counters of 48 bit width | | Hypervisor | No |