Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Apple silicon workaround #196

Merged
merged 9 commits into from
Mar 9, 2023
Merged

Apple silicon workaround #196

merged 9 commits into from
Mar 9, 2023

Conversation

joachimbrand
Copy link
Owner

@joachimbrand joachimbrand commented Feb 27, 2023

Fix issues with MPI reductions on non-intel processors.

Related to JuliaParallel/MPI.jl#404.

The workaround is to only use standard reduction operations on scalars as these are predefined in MPI.jl.

Aimed at solving #197

@coveralls
Copy link

coveralls commented Feb 27, 2023

Pull Request Test Coverage Report for Build 4371106380

  • 15 of 15 (100.0%) changed or added relevant lines in 4 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.0005%) to 92.109%

Files with Coverage Reduction New Missed Lines %
src/BitStringAddresses/sortedparticlelist.jl 1 87.16%
Totals Coverage Status
Change from base Build 4276777923: 0.0005%
Covered Lines: 4459
Relevant Lines: 4841

💛 - Coveralls

@github-actions
Copy link
Contributor

github-actions bot commented Feb 27, 2023

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 27 Feb 2023 - 11:20
  • Baseline: 27 Feb 2023 - 11:32
  • Package commits:
  • Target: 52c47b
  • Baseline: 83064f
  • Julia commits:
  • Target: 17cfb8
  • Baseline: 17cfb8
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

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

ID time ratio memory ratio

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Target

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 1647 s 0 s 210 s 8407 s 0 s
 #2 2793 MHz 8315 s 0 s 194 s 1748 s 0 s
 Memory: 6.781219482421875 GB (4954.59765625 MB free)
 Uptime: 1032.59 sec
 Load Avg: 1.0 1.0 0.78
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 2035 s 0 s 241 s 15178 s 0 s
 #2 2793 MHz 15133 s 0 s 208 s 2124 s 0 s
 Memory: 6.781219482421875 GB (4990.7421875 MB free)
 Uptime: 1753.48 sec
 Load Avg: 1.0 1.0 0.92
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 27 Feb 2023 - 11:20
  • Package commit: 52c47b
  • Julia commit: 17cfb8
  • Julia command flags: None
  • Environment variables: None

Results

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

ID time GC time memory allocations
["Rimu", "(10, 20) Mom space with projected energy and initiator"] 29.907 s (5%) 20.10 MiB (1%) 445559
["Rimu", "(4+1, 11) 2C Mom space with G2Correlators"] 32.901 s (5%) 22.68 MiB (1%) 624969
["Rimu", "(5+3, 12) Real space fermions in a 4×3 lattice with initiator"] 35.711 s (5%) 16.654 ms 52.17 MiB (1%) 1532957
["Rimu", "(50, 50) Real space"] 76.627 s (5%) 30.95 MiB (1%) 193817

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 1647 s 0 s 210 s 8407 s 0 s
 #2 2793 MHz 8315 s 0 s 194 s 1748 s 0 s
 Memory: 6.781219482421875 GB (4954.59765625 MB free)
 Uptime: 1032.59 sec
 Load Avg: 1.0 1.0 0.78
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 27 Feb 2023 - 11:32
  • Package commit: 83064f
  • Julia commit: 17cfb8
  • Julia command flags: None
  • Environment variables: None

Results

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

ID time GC time memory allocations
["Rimu", "(10, 20) Mom space with projected energy and initiator"] 29.209 s (5%) 20.10 MiB (1%) 445560
["Rimu", "(4+1, 11) 2C Mom space with G2Correlators"] 32.713 s (5%) 22.68 MiB (1%) 624968
["Rimu", "(5+3, 12) Real space fermions in a 4×3 lattice with initiator"] 35.778 s (5%) 24.912 ms 52.17 MiB (1%) 1532957
["Rimu", "(50, 50) Real space"] 75.372 s (5%) 30.95 MiB (1%) 193830

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 2035 s 0 s 241 s 15178 s 0 s
 #2 2793 MHz 15133 s 0 s 208 s 2124 s 0 s
 Memory: 6.781219482421875 GB (4990.7421875 MB free)
 Uptime: 1753.48 sec
 Load Avg: 1.0 1.0 0.92
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() openblas64
Sys.CPU_THREADS 2

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family: 6
Model: 106
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 6
BogoMIPS: 5586.87
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 96 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2.5 MiB (2 instances)
L3 cache: 48 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) 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 increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 3 Mar 2023 - 12:29
  • Baseline: 3 Mar 2023 - 12:42
  • Package commits:
  • Target: 85d450
  • Baseline: 83064f
  • Julia commits:
  • Target: 17cfb8
  • Baseline: 17cfb8
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

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

ID time ratio memory ratio

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Target

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 1538 s 0 s 219 s 9238 s 0 s
 #2 2593 MHz 8948 s 0 s 240 s 1815 s 0 s
 Memory: 6.781219482421875 GB (4919.48828125 MB free)
 Uptime: 1110.32 sec
 Load Avg: 1.1 1.05 0.8
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 1946 s 0 s 259 s 16546 s 0 s
 #2 2593 MHz 16341 s 0 s 255 s 2192 s 0 s
 Memory: 6.781219482421875 GB (5000.48046875 MB free)
 Uptime: 1889.18 sec
 Load Avg: 1.0 1.0 0.94
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 3 Mar 2023 - 12:29
  • Package commit: 85d450
  • Julia commit: 17cfb8
  • Julia command flags: None
  • Environment variables: None

Results

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

ID time GC time memory allocations
["Rimu", "(10, 20) Mom space with projected energy and initiator"] 29.650 s (5%) 47.814 ms 20.10 MiB (1%) 445567
["Rimu", "(4+1, 11) 2C Mom space with G2Correlators"] 32.340 s (5%) 22.68 MiB (1%) 624968
["Rimu", "(5+3, 12) Real space fermions in a 4×3 lattice with initiator"] 34.145 s (5%) 20.270 ms 52.17 MiB (1%) 1532957
["Rimu", "(50, 50) Real space"] 72.110 s (5%) 30.95 MiB (1%) 193821

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 1538 s 0 s 219 s 9238 s 0 s
 #2 2593 MHz 8948 s 0 s 240 s 1815 s 0 s
 Memory: 6.781219482421875 GB (4919.48828125 MB free)
 Uptime: 1110.32 sec
 Load Avg: 1.1 1.05 0.8
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 3 Mar 2023 - 12:42
  • Package commit: 83064f
  • Julia commit: 17cfb8
  • Julia command flags: None
  • Environment variables: None

Results

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

ID time GC time memory allocations
["Rimu", "(10, 20) Mom space with projected energy and initiator"] 29.094 s (5%) 20.10 MiB (1%) 445530
["Rimu", "(4+1, 11) 2C Mom space with G2Correlators"] 32.509 s (5%) 51.497 ms 22.68 MiB (1%) 624968
["Rimu", "(5+3, 12) Real space fermions in a 4×3 lattice with initiator"] 33.494 s (5%) 39.192 ms 52.17 MiB (1%) 1532961
["Rimu", "(50, 50) Real space"] 72.492 s (5%) 30.95 MiB (1%) 193827

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 1946 s 0 s 259 s 16546 s 0 s
 #2 2593 MHz 16341 s 0 s 255 s 2192 s 0 s
 Memory: 6.781219482421875 GB (5000.48046875 MB free)
 Uptime: 1889.18 sec
 Load Avg: 1.0 1.0 0.94
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() openblas64
Sys.CPU_THREADS 2

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
CPU family: 6
Model: 85
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 7
BogoMIPS: 5187.81
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2 MiB (2 instances)
L3 cache: 35.8 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Vulnerable
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x07, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 1024, 36608) 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 increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 5 Mar 2023 - 01:01
  • Baseline: 5 Mar 2023 - 01:14
  • Package commits:
  • Target: 081cb8
  • Baseline: 83064f
  • Julia commits:
  • Target: 17cfb8
  • Baseline: 17cfb8
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

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

ID time ratio memory ratio

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Target

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
 speed user nice sys idle irq
 #1 2397 MHz 8444 s 0 s 284 s 3283 s 0 s
 #2 2397 MHz 2299 s 0 s 283 s 9378 s 0 s
 Memory: 6.781219482421875 GB (5011.95703125 MB free)
 Uptime: 1210.92 sec
 Load Avg: 1.0 1.02 0.84
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, haswell)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
 speed user nice sys idle irq
 #1 2397 MHz 8595 s 0 s 319 s 10547 s 0 s
 #2 2397 MHz 9633 s 0 s 311 s 9482 s 0 s
 Memory: 6.781219482421875 GB (5024.37109375 MB free)
 Uptime: 1959.29 sec
 Load Avg: 1.0 1.0 0.95
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, haswell)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 5 Mar 2023 - 1:1
  • Package commit: 081cb8
  • Julia commit: 17cfb8
  • Julia command flags: None
  • Environment variables: None

Results

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

ID time GC time memory allocations
["Rimu", "(10, 20) Mom space with projected energy and initiator"] 36.213 s (5%) 45.263 ms 20.10 MiB (1%) 445549
["Rimu", "(4+1, 11) 2C Mom space with G2Correlators"] 39.625 s (5%) 37.714 ms 22.68 MiB (1%) 624967
["Rimu", "(5+3, 12) Real space fermions in a 4×3 lattice with initiator"] 40.130 s (5%) 52.17 MiB (1%) 1532961
["Rimu", "(50, 50) Real space"] 87.347 s (5%) 30.95 MiB (1%) 193833

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
 speed user nice sys idle irq
 #1 2397 MHz 8444 s 0 s 284 s 3283 s 0 s
 #2 2397 MHz 2299 s 0 s 283 s 9378 s 0 s
 Memory: 6.781219482421875 GB (5011.95703125 MB free)
 Uptime: 1210.92 sec
 Load Avg: 1.0 1.02 0.84
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, haswell)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 5 Mar 2023 - 1:14
  • Package commit: 83064f
  • Julia commit: 17cfb8
  • Julia command flags: None
  • Environment variables: None

Results

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

ID time GC time memory allocations
["Rimu", "(10, 20) Mom space with projected energy and initiator"] 37.038 s (5%) 20.10 MiB (1%) 445568
["Rimu", "(4+1, 11) 2C Mom space with G2Correlators"] 40.417 s (5%) 22.68 MiB (1%) 624970
["Rimu", "(5+3, 12) Real space fermions in a 4×3 lattice with initiator"] 39.984 s (5%) 21.510 ms 52.17 MiB (1%) 1532960
["Rimu", "(50, 50) Real space"] 87.469 s (5%) 30.95 MiB (1%) 193831

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
 speed user nice sys idle irq
 #1 2397 MHz 8595 s 0 s 319 s 10547 s 0 s
 #2 2397 MHz 9633 s 0 s 311 s 9482 s 0 s
 Memory: 6.781219482421875 GB (5024.37109375 MB free)
 Uptime: 1959.29 sec
 Load Avg: 1.0 1.0 0.95
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, haswell)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() openblas64
Sys.CPU_THREADS 2

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz
CPU family: 6
Model: 63
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 2
BogoMIPS: 4794.44
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase bmi1 avx2 smep bmi2 erms invpcid xsaveopt md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 512 KiB (2 instances)
L3 cache: 30 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected

Cpu Property Value
Brand Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz
Vendor :Intel
Architecture :Haswell
Model Family: 0x06, Model: 0x3f, Stepping: 0x02, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 256, 30720) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 5 Mar 2023 - 09:25
  • Baseline: 5 Mar 2023 - 09:37
  • Package commits:
  • Target: 76a44d
  • Baseline: 881920
  • Julia commits:
  • Target: 17cfb8
  • Baseline: 17cfb8
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

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

ID time ratio memory ratio
["Rimu", "(50, 50) Real space"] 0.95 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Target

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 7240 s 0 s 265 s 2942 s 0 s
 #2 2294 MHz 3076 s 0 s 282 s 7041 s 0 s
 Memory: 6.781215667724609 GB (4948.09765625 MB free)
 Uptime: 1053.5 sec
 Load Avg: 1.06 1.04 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, broadwell)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 9319 s 0 s 306 s 8007 s 0 s
 #2 2294 MHz 8203 s 0 s 302 s 9088 s 0 s
 Memory: 6.781215667724609 GB (4954.2734375 MB free)
 Uptime: 1774.51 sec
 Load Avg: 1.0 1.0 0.96
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, broadwell)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 5 Mar 2023 - 9:25
  • Package commit: 76a44d
  • Julia commit: 17cfb8
  • Julia command flags: None
  • Environment variables: None

Results

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

ID time GC time memory allocations
["Rimu", "(10, 20) Mom space with projected energy and initiator"] 35.884 s (5%) 20.10 MiB (1%) 445535
["Rimu", "(4+1, 11) 2C Mom space with G2Correlators"] 37.259 s (5%) 22.68 MiB (1%) 624969
["Rimu", "(5+3, 12) Real space fermions in a 4×3 lattice with initiator"] 39.153 s (5%) 52.17 MiB (1%) 1532957
["Rimu", "(50, 50) Real space"] 77.863 s (5%) 63.290 ms 30.95 MiB (1%) 193830

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 7240 s 0 s 265 s 2942 s 0 s
 #2 2294 MHz 3076 s 0 s 282 s 7041 s 0 s
 Memory: 6.781215667724609 GB (4948.09765625 MB free)
 Uptime: 1053.5 sec
 Load Avg: 1.06 1.04 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, broadwell)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 5 Mar 2023 - 9:37
  • Package commit: 881920
  • Julia commit: 17cfb8
  • Julia command flags: None
  • Environment variables: None

Results

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

ID time GC time memory allocations
["Rimu", "(10, 20) Mom space with projected energy and initiator"] 36.943 s (5%) 20.10 MiB (1%) 445538
["Rimu", "(4+1, 11) 2C Mom space with G2Correlators"] 38.146 s (5%) 32.841 ms 22.68 MiB (1%) 624968
["Rimu", "(5+3, 12) Real space fermions in a 4×3 lattice with initiator"] 38.814 s (5%) 38.319 ms 52.17 MiB (1%) 1532960
["Rimu", "(50, 50) Real space"] 82.075 s (5%) 63.252 ms 30.95 MiB (1%) 193837

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
 speed user nice sys idle irq
 #1 2294 MHz 9319 s 0 s 306 s 8007 s 0 s
 #2 2294 MHz 8203 s 0 s 302 s 9088 s 0 s
 Memory: 6.781215667724609 GB (4954.2734375 MB free)
 Uptime: 1774.51 sec
 Load Avg: 1.0 1.0 0.96
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, broadwell)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() openblas64
Sys.CPU_THREADS 2

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz
CPU family: 6
Model: 79
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4589.37
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm rdseed adx smap xsaveopt md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 512 KiB (2 instances)
L3 cache: 50 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

Cpu Property Value
Brand Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz
Vendor :Intel
Architecture :Broadwell
Model Family: 0x06, Model: 0x4f, Stepping: 0x01, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 256, 51200) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 7 Mar 2023 - 11:22
  • Baseline: 7 Mar 2023 - 11:34
  • Package commits:
  • Target: dc67a8
  • Baseline: 881920
  • Julia commits:
  • Target: 17cfb8
  • Baseline: 17cfb8
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

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

ID time ratio memory ratio

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Target

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 1108 s 0 s 180 s 8971 s 0 s
 #2 2793 MHz 8259 s 0 s 225 s 1778 s 0 s
 Memory: 6.781215667724609 GB (4942.01953125 MB free)
 Uptime: 1033.44 sec
 Load Avg: 1.0 1.0 0.75
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 1169 s 0 s 200 s 15656 s 0 s
 #2 2793 MHz 14980 s 0 s 250 s 1820 s 0 s
 Memory: 6.781215667724609 GB (4930.796875 MB free)
 Uptime: 1712.19 sec
 Load Avg: 1.0 1.0 0.91
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 7 Mar 2023 - 11:22
  • Package commit: dc67a8
  • Julia commit: 17cfb8
  • Julia command flags: None
  • Environment variables: None

Results

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

ID time GC time memory allocations
["Rimu", "(10, 20) Mom space with projected energy and initiator"] 29.096 s (5%) 20.10 MiB (1%) 445534
["Rimu", "(4+1, 11) 2C Mom space with G2Correlators"] 33.045 s (5%) 22.68 MiB (1%) 624967
["Rimu", "(5+3, 12) Real space fermions in a 4×3 lattice with initiator"] 37.242 s (5%) 28.405 ms 52.17 MiB (1%) 1532961
["Rimu", "(50, 50) Real space"] 75.728 s (5%) 14.006 ms 30.95 MiB (1%) 193824

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 1108 s 0 s 180 s 8971 s 0 s
 #2 2793 MHz 8259 s 0 s 225 s 1778 s 0 s
 Memory: 6.781215667724609 GB (4942.01953125 MB free)
 Uptime: 1033.44 sec
 Load Avg: 1.0 1.0 0.75
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 7 Mar 2023 - 11:34
  • Package commit: 881920
  • Julia commit: 17cfb8
  • Julia command flags: None
  • Environment variables: None

Results

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

ID time GC time memory allocations
["Rimu", "(10, 20) Mom space with projected energy and initiator"] 28.419 s (5%) 31.174 ms 20.10 MiB (1%) 445552
["Rimu", "(4+1, 11) 2C Mom space with G2Correlators"] 33.099 s (5%) 22.68 MiB (1%) 624965
["Rimu", "(5+3, 12) Real space fermions in a 4×3 lattice with initiator"] 36.635 s (5%) 15.678 ms 52.17 MiB (1%) 1532958
["Rimu", "(50, 50) Real space"] 74.905 s (5%) 12.938 ms 30.95 MiB (1%) 193821

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 1169 s 0 s 200 s 15656 s 0 s
 #2 2793 MHz 14980 s 0 s 250 s 1820 s 0 s
 Memory: 6.781215667724609 GB (4930.796875 MB free)
 Uptime: 1712.19 sec
 Load Avg: 1.0 1.0 0.91
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() openblas64
Sys.CPU_THREADS 2

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family: 6
Model: 106
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 6
BogoMIPS: 5586.87
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 96 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2.5 MiB (2 instances)
L3 cache: 48 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) 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 increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 9 Mar 2023 - 04:48
  • Baseline: 9 Mar 2023 - 05:01
  • Package commits:
  • Target: ed517b
  • Baseline: 881920
  • Julia commits:
  • Target: 17cfb8
  • Baseline: 17cfb8
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

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

ID time ratio memory ratio

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Target

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 1875 s 0 s 258 s 9935 s 0 s
 #2 2593 MHz 8663 s 0 s 223 s 3201 s 0 s
 Memory: 6.781219482421875 GB (5047.7421875 MB free)
 Uptime: 1215.83 sec
 Load Avg: 1.0 1.0 0.78
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 3997 s 0 s 291 s 15176 s 0 s
 #2 2593 MHz 13961 s 0 s 243 s 5297 s 0 s
 Memory: 6.781219482421875 GB (4959.90234375 MB free)
 Uptime: 1957.94 sec
 Load Avg: 1.0 1.0 0.93
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 9 Mar 2023 - 4:48
  • Package commit: ed517b
  • Julia commit: 17cfb8
  • Julia command flags: None
  • Environment variables: None

Results

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

ID time GC time memory allocations
["Rimu", "(10, 20) Mom space with projected energy and initiator"] 31.251 s (5%) 20.10 MiB (1%) 445548
["Rimu", "(4+1, 11) 2C Mom space with G2Correlators"] 32.350 s (5%) 54.762 ms 22.68 MiB (1%) 624968
["Rimu", "(5+3, 12) Real space fermions in a 4×3 lattice with initiator"] 37.020 s (5%) 42.169 ms 52.17 MiB (1%) 1532960
["Rimu", "(50, 50) Real space"] 73.846 s (5%) 32.182 ms 30.95 MiB (1%) 193822

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 1875 s 0 s 258 s 9935 s 0 s
 #2 2593 MHz 8663 s 0 s 223 s 3201 s 0 s
 Memory: 6.781219482421875 GB (5047.7421875 MB free)
 Uptime: 1215.83 sec
 Load Avg: 1.0 1.0 0.78
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 9 Mar 2023 - 5:1
  • Package commit: 881920
  • Julia commit: 17cfb8
  • Julia command flags: None
  • Environment variables: None

Results

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

ID time GC time memory allocations
["Rimu", "(10, 20) Mom space with projected energy and initiator"] 32.344 s (5%) 20.10 MiB (1%) 445533
["Rimu", "(4+1, 11) 2C Mom space with G2Correlators"] 32.436 s (5%) 22.68 MiB (1%) 624967
["Rimu", "(5+3, 12) Real space fermions in a 4×3 lattice with initiator"] 36.455 s (5%) 52.17 MiB (1%) 1532960
["Rimu", "(50, 50) Real space"] 75.457 s (5%) 21.248 ms 30.95 MiB (1%) 193822

Benchmark Group List

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

  • ["Rimu"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 3997 s 0 s 291 s 15176 s 0 s
 #2 2593 MHz 13961 s 0 s 243 s 5297 s 0 s
 Memory: 6.781219482421875 GB (4959.90234375 MB free)
 Uptime: 1957.94 sec
 Load Avg: 1.0 1.0 0.93
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() openblas64
Sys.CPU_THREADS 2

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
CPU family: 6
Model: 85
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 7
BogoMIPS: 5187.81
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2 MiB (2 instances)
L3 cache: 35.8 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Vulnerable
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x07, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 1024, 36608) 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 increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@joachimbrand joachimbrand marked this pull request as ready for review March 5, 2023 00:59
@joachimbrand joachimbrand requested a review from mtsch March 5, 2023 00:59
@joachimbrand joachimbrand linked an issue Mar 5, 2023 that may be closed by this pull request
mtsch
mtsch previously approved these changes Mar 6, 2023
Copy link
Collaborator

@mtsch mtsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I'll incorporate some of these into PDVec as well.

fciqmc_col! may now return stats as a vector
@joachimbrand joachimbrand merged commit 053c5ec into develop Mar 9, 2023
@joachimbrand joachimbrand deleted the bugfix/apple-silicon branch March 9, 2023 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests failing on Apple Silicon
3 participants