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

Implement isgaussian and issymplectic in tests and fix random generation of symplectic matrices for QuadBlockBasis #21

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

apkille
Copy link
Owner

@apkille apkille commented Dec 18, 2024

Implements checks from #20 in random tests. Also, the Williamson matrix for generating randstate(QuadBlockBasis(N)) should be diagm(repeat(sympeigs, outer = 2)) rather than diagm(repeat(sympeigs, inner = 2)).

Copy link
Contributor

github-actions bot commented Dec 18, 2024

Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 18 Dec 2024 - 00:25
  • Baseline: 18 Dec 2024 - 00:27
  • Package commits:
  • Target: a84fc6
  • Baseline: 53ee34
  • Julia commits:
  • Target: 4976d0
  • Baseline: 4976d0
  • 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
["operations", "channel product", "10"] 0.77 (5%) ✅ 1.00 (1%)
["operations", "channel product", "200"] 1.06 (5%) ❌ 1.00 (1%)
["operations", "partial trace", "100"] 1.05 (5%) ❌ 1.00 (1%)
["operations", "partial trace", "200"] 0.82 (5%) ✅ 1.00 (1%)
["operations", "partial trace", "50"] 0.76 (5%) ✅ 1.00 (1%)
["operations", "tensor product", "10"] 0.94 (5%) ✅ 1.00 (1%)
["operations", "tensor product", "100"] 1.10 (5%) ❌ 1.00 (1%)
["operations", "tensor product", "2"] 1.06 (5%) ❌ 1.00 (1%)
["operations", "tensor product", "50"] 0.94 (5%) ✅ 1.00 (1%)
["operations", "unitary product", "2"] 0.92 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["operations", "channel product"]
  • ["operations", "partial trace"]
  • ["operations", "tensor product"]
  • ["operations", "unitary product"]

Julia versioninfo

Target

Julia Version 1.10.7
Commit 4976d05258e (2024-11-26 15:57 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3242 MHz 601 s 0 s 432 s 1988 s 0 s
 #2 3248 MHz 654 s 0 s 434 s 1981 s 0 s
 #3 3250 MHz 836 s 0 s 275 s 1906 s 0 s
 #4 3232 MHz 1089 s 0 s 304 s 1648 s 0 s
 Memory: 15.615276336669922 GB (14201.02734375 MB free)
 Uptime: 312.24 sec
 Load Avg: 1.72 1.05 0.46
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.10.7
Commit 4976d05258e (2024-11-26 15:57 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3240 MHz 791 s 0 s 543 s 2630 s 0 s
 #2 3239 MHz 1031 s 0 s 623 s 2360 s 0 s
 #3 3243 MHz 1037 s 0 s 433 s 2492 s 0 s
 #4 3239 MHz 1311 s 0 s 443 s 2232 s 0 s
 Memory: 15.615276336669922 GB (13974.7578125 MB free)
 Uptime: 406.87 sec
 Load Avg: 1.69 1.21 0.57
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

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

Job Properties

  • Time of benchmark: 18 Dec 2024 - 0:25
  • Package commit: a84fc6
  • Julia commit: 4976d0
  • 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
["operations", "channel product", "10"] 2.838 μs (5%) 10.19 KiB (1%) 5
["operations", "channel product", "100"] 754.580 μs (5%) 941.17 KiB (1%) 8
["operations", "channel product", "2"] 490.814 ns (5%) 768 bytes (1%) 5
["operations", "channel product", "200"] 3.507 ms (5%) 3.67 MiB (1%) 8
["operations", "channel product", "50"] 324.477 μs (5%) 236.27 KiB (1%) 8
["operations", "partial trace", "10"] 285.062 ns (5%) 2.89 KiB (1%) 2
["operations", "partial trace", "100"] 10.048 μs (5%) 308.12 KiB (1%) 3
["operations", "partial trace", "2"] 68.426 ns (5%) 176 bytes (1%) 2
["operations", "partial trace", "200"] 45.013 μs (5%) 1.21 MiB (1%) 3
["operations", "partial trace", "50"] 2.659 μs (5%) 75.98 KiB (1%) 3
["operations", "tensor product", "10"] 964.714 ns (5%) 13.02 KiB (1%) 2
["operations", "tensor product", "100"] 119.193 μs (5%) 1.22 MiB (1%) 3
["operations", "tensor product", "2"] 126.160 ns (5%) 704 bytes (1%) 2
["operations", "tensor product", "200"] 731.196 μs (5%) 4.89 MiB (1%) 3
["operations", "tensor product", "50"] 18.345 μs (5%) 314.31 KiB (1%) 3
["operations", "unitary product", "10"] 2.442 μs (5%) 6.94 KiB (1%) 4
["operations", "unitary product", "100"] 719.364 μs (5%) 628.62 KiB (1%) 6
["operations", "unitary product", "2"] 401.700 ns (5%) 576 bytes (1%) 4
["operations", "unitary product", "200"] 3.436 ms (5%) 2.45 MiB (1%) 6
["operations", "unitary product", "50"] 313.425 μs (5%) 158.09 KiB (1%) 6

Benchmark Group List

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

  • ["operations", "channel product"]
  • ["operations", "partial trace"]
  • ["operations", "tensor product"]
  • ["operations", "unitary product"]

Julia versioninfo

Julia Version 1.10.7
Commit 4976d05258e (2024-11-26 15:57 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3242 MHz 601 s 0 s 432 s 1988 s 0 s
 #2 3248 MHz 654 s 0 s 434 s 1981 s 0 s
 #3 3250 MHz 836 s 0 s 275 s 1906 s 0 s
 #4 3232 MHz 1089 s 0 s 304 s 1648 s 0 s
 Memory: 15.615276336669922 GB (14201.02734375 MB free)
 Uptime: 312.24 sec
 Load Avg: 1.72 1.05 0.46
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

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

Job Properties

  • Time of benchmark: 18 Dec 2024 - 0:27
  • Package commit: 53ee34
  • Julia commit: 4976d0
  • 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
["operations", "channel product", "10"] 3.677 μs (5%) 10.19 KiB (1%) 5
["operations", "channel product", "100"] 757.388 μs (5%) 941.17 KiB (1%) 8
["operations", "channel product", "2"] 490.711 ns (5%) 768 bytes (1%) 5
["operations", "channel product", "200"] 3.322 ms (5%) 3.67 MiB (1%) 8
["operations", "channel product", "50"] 324.547 μs (5%) 236.27 KiB (1%) 8
["operations", "partial trace", "10"] 279.465 ns (5%) 2.89 KiB (1%) 2
["operations", "partial trace", "100"] 9.568 μs (5%) 308.12 KiB (1%) 3
["operations", "partial trace", "2"] 66.950 ns (5%) 176 bytes (1%) 2
["operations", "partial trace", "200"] 55.203 μs (5%) 1.21 MiB (1%) 3
["operations", "partial trace", "50"] 3.500 μs (5%) 75.98 KiB (1%) 3
["operations", "tensor product", "10"] 1.026 μs (5%) 13.02 KiB (1%) 2
["operations", "tensor product", "100"] 108.212 μs (5%) 1.22 MiB (1%) 3
["operations", "tensor product", "2"] 118.774 ns (5%) 704 bytes (1%) 2
["operations", "tensor product", "200"] 742.346 μs (5%) 4.89 MiB (1%) 3
["operations", "tensor product", "50"] 19.567 μs (5%) 314.31 KiB (1%) 3
["operations", "unitary product", "10"] 2.407 μs (5%) 6.94 KiB (1%) 4
["operations", "unitary product", "100"] 697.694 μs (5%) 628.62 KiB (1%) 6
["operations", "unitary product", "2"] 435.615 ns (5%) 576 bytes (1%) 4
["operations", "unitary product", "200"] 3.406 ms (5%) 2.45 MiB (1%) 6
["operations", "unitary product", "50"] 301.984 μs (5%) 158.09 KiB (1%) 6

Benchmark Group List

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

  • ["operations", "channel product"]
  • ["operations", "partial trace"]
  • ["operations", "tensor product"]
  • ["operations", "unitary product"]

Julia versioninfo

Julia Version 1.10.7
Commit 4976d05258e (2024-11-26 15:57 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3240 MHz 791 s 0 s 543 s 2630 s 0 s
 #2 3239 MHz 1031 s 0 s 623 s 2360 s 0 s
 #3 3243 MHz 1037 s 0 s 433 s 2492 s 0 s
 #4 3239 MHz 1311 s 0 s 443 s 2232 s 0 s
 Memory: 15.615276336669922 GB (13974.7578125 MB free)
 Uptime: 406.87 sec
 Load Avg: 1.69 1.21 0.57
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7763 64-Core Processor
CPU family: 25
Model: 1
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4890.86
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization: AMD-V
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 1 MiB (2 instances)
L3 cache: 32 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected

Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 18 Dec 2024 - 00:42
  • Baseline: 18 Dec 2024 - 00:44
  • Package commits:
  • Target: a5f6cc
  • Baseline: 53ee34
  • Julia commits:
  • Target: 4976d0
  • Baseline: 4976d0
  • 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
["operations", "channel product", "10"] 0.84 (5%) ✅ 1.00 (1%)
["operations", "channel product", "100"] 0.69 (5%) ✅ 1.00 (1%)
["operations", "channel product", "50"] 0.91 (5%) ✅ 1.00 (1%)
["operations", "partial trace", "10"] 0.95 (5%) ✅ 1.00 (1%)
["operations", "partial trace", "100"] 0.80 (5%) ✅ 1.00 (1%)
["operations", "partial trace", "200"] 1.62 (5%) ❌ 1.00 (1%)
["operations", "partial trace", "50"] 0.91 (5%) ✅ 1.00 (1%)
["operations", "tensor product", "10"] 1.10 (5%) ❌ 1.00 (1%)
["operations", "tensor product", "200"] 1.09 (5%) ❌ 1.00 (1%)
["operations", "tensor product", "50"] 0.81 (5%) ✅ 1.00 (1%)
["operations", "unitary product", "100"] 0.67 (5%) ✅ 1.00 (1%)
["operations", "unitary product", "200"] 0.94 (5%) ✅ 1.00 (1%)
["operations", "unitary product", "50"] 0.25 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["operations", "channel product"]
  • ["operations", "partial trace"]
  • ["operations", "tensor product"]
  • ["operations", "unitary product"]

Julia versioninfo

Target

Julia Version 1.10.7
Commit 4976d05258e (2024-11-26 15:57 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3239 MHz 508 s 0 s 204 s 2322 s 0 s
 #2 3243 MHz 933 s 0 s 535 s 1538 s 0 s
 #3 3244 MHz 1200 s 0 s 234 s 1543 s 0 s
 #4 3264 MHz 954 s 0 s 138 s 1917 s 0 s
 Memory: 15.615280151367188 GB (13983.14453125 MB free)
 Uptime: 308.87 sec
 Load Avg: 1.8 1.22 0.55
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.10.7
Commit 4976d05258e (2024-11-26 15:57 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3247 MHz 749 s 0 s 424 s 2810 s 0 s
 #2 3246 MHz 1035 s 0 s 663 s 2255 s 0 s
 #3 3247 MHz 1554 s 0 s 388 s 1984 s 0 s
 #4 3301 MHz 1264 s 0 s 220 s 2473 s 0 s
 Memory: 15.615280151367188 GB (14168.6953125 MB free)
 Uptime: 403.91 sec
 Load Avg: 1.74 1.34 0.66
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

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

Job Properties

  • Time of benchmark: 18 Dec 2024 - 0:42
  • Package commit: a5f6cc
  • Julia commit: 4976d0
  • 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
["operations", "channel product", "10"] 2.845 μs (5%) 10.19 KiB (1%) 5
["operations", "channel product", "100"] 512.750 μs (5%) 941.17 KiB (1%) 8
["operations", "channel product", "2"] 498.705 ns (5%) 768 bytes (1%) 5
["operations", "channel product", "200"] 3.313 ms (5%) 3.67 MiB (1%) 8
["operations", "channel product", "50"] 84.859 μs (5%) 236.27 KiB (1%) 8
["operations", "partial trace", "10"] 262.573 ns (5%) 2.89 KiB (1%) 2
["operations", "partial trace", "100"] 9.649 μs (5%) 308.12 KiB (1%) 3
["operations", "partial trace", "2"] 67.885 ns (5%) 176 bytes (1%) 2
["operations", "partial trace", "200"] 63.549 μs (5%) 1.21 MiB (1%) 3
["operations", "partial trace", "50"] 2.903 μs (5%) 75.98 KiB (1%) 3
["operations", "tensor product", "10"] 1.244 μs (5%) 13.02 KiB (1%) 2
["operations", "tensor product", "100"] 114.124 μs (5%) 1.22 MiB (1%) 3
["operations", "tensor product", "2"] 119.995 ns (5%) 704 bytes (1%) 2
["operations", "tensor product", "200"] 714.398 μs (5%) 4.89 MiB (1%) 3
["operations", "tensor product", "50"] 18.505 μs (5%) 314.31 KiB (1%) 3
["operations", "unitary product", "10"] 2.446 μs (5%) 6.94 KiB (1%) 4
["operations", "unitary product", "100"] 478.316 μs (5%) 628.62 KiB (1%) 6
["operations", "unitary product", "2"] 435.515 ns (5%) 576 bytes (1%) 4
["operations", "unitary product", "200"] 3.199 ms (5%) 2.45 MiB (1%) 6
["operations", "unitary product", "50"] 76.674 μs (5%) 158.09 KiB (1%) 6

Benchmark Group List

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

  • ["operations", "channel product"]
  • ["operations", "partial trace"]
  • ["operations", "tensor product"]
  • ["operations", "unitary product"]

Julia versioninfo

Julia Version 1.10.7
Commit 4976d05258e (2024-11-26 15:57 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3239 MHz 508 s 0 s 204 s 2322 s 0 s
 #2 3243 MHz 933 s 0 s 535 s 1538 s 0 s
 #3 3244 MHz 1200 s 0 s 234 s 1543 s 0 s
 #4 3264 MHz 954 s 0 s 138 s 1917 s 0 s
 Memory: 15.615280151367188 GB (13983.14453125 MB free)
 Uptime: 308.87 sec
 Load Avg: 1.8 1.22 0.55
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

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

Job Properties

  • Time of benchmark: 18 Dec 2024 - 0:44
  • Package commit: 53ee34
  • Julia commit: 4976d0
  • 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
["operations", "channel product", "10"] 3.404 μs (5%) 10.19 KiB (1%) 5
["operations", "channel product", "100"] 743.489 μs (5%) 941.17 KiB (1%) 8
["operations", "channel product", "2"] 480.746 ns (5%) 768 bytes (1%) 5
["operations", "channel product", "200"] 3.316 ms (5%) 3.67 MiB (1%) 8
["operations", "channel product", "50"] 93.324 μs (5%) 236.27 KiB (1%) 8
["operations", "partial trace", "10"] 276.439 ns (5%) 2.89 KiB (1%) 2
["operations", "partial trace", "100"] 12.133 μs (5%) 308.12 KiB (1%) 3
["operations", "partial trace", "2"] 70.901 ns (5%) 176 bytes (1%) 2
["operations", "partial trace", "200"] 39.324 μs (5%) 1.21 MiB (1%) 3
["operations", "partial trace", "50"] 3.190 μs (5%) 75.98 KiB (1%) 3
["operations", "tensor product", "10"] 1.130 μs (5%) 13.02 KiB (1%) 2
["operations", "tensor product", "100"] 112.821 μs (5%) 1.22 MiB (1%) 3
["operations", "tensor product", "2"] 121.446 ns (5%) 704 bytes (1%) 2
["operations", "tensor product", "200"] 653.874 μs (5%) 4.89 MiB (1%) 3
["operations", "tensor product", "50"] 22.873 μs (5%) 314.31 KiB (1%) 3
["operations", "unitary product", "10"] 2.401 μs (5%) 6.94 KiB (1%) 4
["operations", "unitary product", "100"] 709.839 μs (5%) 628.62 KiB (1%) 6
["operations", "unitary product", "2"] 427.465 ns (5%) 576 bytes (1%) 4
["operations", "unitary product", "200"] 3.407 ms (5%) 2.45 MiB (1%) 6
["operations", "unitary product", "50"] 303.548 μs (5%) 158.09 KiB (1%) 6

Benchmark Group List

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

  • ["operations", "channel product"]
  • ["operations", "partial trace"]
  • ["operations", "tensor product"]
  • ["operations", "unitary product"]

Julia versioninfo

Julia Version 1.10.7
Commit 4976d05258e (2024-11-26 15:57 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3247 MHz 749 s 0 s 424 s 2810 s 0 s
 #2 3246 MHz 1035 s 0 s 663 s 2255 s 0 s
 #3 3247 MHz 1554 s 0 s 388 s 1984 s 0 s
 #4 3301 MHz 1264 s 0 s 220 s 2473 s 0 s
 Memory: 15.615280151367188 GB (14168.6953125 MB free)
 Uptime: 403.91 sec
 Load Avg: 1.74 1.34 0.66
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7763 64-Core Processor
CPU family: 25
Model: 1
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4890.85
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization: AMD-V
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 1 MiB (2 instances)
L3 cache: 32 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected

Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 18 Dec 2024 - 00:44
  • Baseline: 18 Dec 2024 - 00:46
  • Package commits:
  • Target: bc408d
  • Baseline: 53ee34
  • Julia commits:
  • Target: 4976d0
  • Baseline: 4976d0
  • 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
["operations", "channel product", "10"] 0.73 (5%) ✅ 1.00 (1%)
["operations", "channel product", "100"] 0.69 (5%) ✅ 1.00 (1%)
["operations", "channel product", "50"] 0.26 (5%) ✅ 1.00 (1%)
["operations", "partial trace", "100"] 1.19 (5%) ❌ 1.00 (1%)
["operations", "partial trace", "200"] 0.86 (5%) ✅ 1.00 (1%)
["operations", "partial trace", "50"] 1.18 (5%) ❌ 1.00 (1%)
["operations", "tensor product", "10"] 1.05 (5%) ❌ 1.00 (1%)
["operations", "tensor product", "50"] 0.91 (5%) ✅ 1.00 (1%)
["operations", "unitary product", "100"] 0.68 (5%) ✅ 1.00 (1%)
["operations", "unitary product", "50"] 0.25 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["operations", "channel product"]
  • ["operations", "partial trace"]
  • ["operations", "tensor product"]
  • ["operations", "unitary product"]

Julia versioninfo

Target

Julia Version 1.10.7
Commit 4976d05258e (2024-11-26 15:57 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3238 MHz 869 s 0 s 316 s 1890 s 0 s
 #2 3224 MHz 809 s 0 s 368 s 1916 s 0 s
 #3 3244 MHz 984 s 0 s 214 s 1888 s 0 s
 #4 3265 MHz 987 s 0 s 124 s 1966 s 0 s
 Memory: 15.615280151367188 GB (14143.48828125 MB free)
 Uptime: 316.92 sec
 Load Avg: 1.76 1.22 0.56
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.10.7
Commit 4976d05258e (2024-11-26 15:57 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3242 MHz 1204 s 0 s 428 s 2396 s 0 s
 #2 3236 MHz 1180 s 0 s 494 s 2374 s 0 s
 #3 3222 MHz 1186 s 0 s 445 s 2410 s 0 s
 #4 3239 MHz 1095 s 0 s 244 s 2693 s 0 s
 Memory: 15.615280151367188 GB (14048.33984375 MB free)
 Uptime: 412.59 sec
 Load Avg: 1.71 1.34 0.66
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

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

Job Properties

  • Time of benchmark: 18 Dec 2024 - 0:44
  • Package commit: bc408d
  • Julia commit: 4976d0
  • 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
["operations", "channel product", "10"] 2.855 μs (5%) 10.19 KiB (1%) 5
["operations", "channel product", "100"] 512.276 μs (5%) 941.17 KiB (1%) 8
["operations", "channel product", "2"] 496.000 ns (5%) 768 bytes (1%) 5
["operations", "channel product", "200"] 3.337 ms (5%) 3.67 MiB (1%) 8
["operations", "channel product", "50"] 84.218 μs (5%) 236.27 KiB (1%) 8
["operations", "partial trace", "10"] 290.906 ns (5%) 2.89 KiB (1%) 2
["operations", "partial trace", "100"] 11.993 μs (5%) 308.12 KiB (1%) 3
["operations", "partial trace", "2"] 67.591 ns (5%) 176 bytes (1%) 2
["operations", "partial trace", "200"] 44.253 μs (5%) 1.21 MiB (1%) 3
["operations", "partial trace", "50"] 3.564 μs (5%) 75.98 KiB (1%) 3
["operations", "tensor product", "10"] 1.268 μs (5%) 13.02 KiB (1%) 2
["operations", "tensor product", "100"] 125.104 μs (5%) 1.22 MiB (1%) 3
["operations", "tensor product", "2"] 123.393 ns (5%) 704 bytes (1%) 2
["operations", "tensor product", "200"] 711.758 μs (5%) 4.89 MiB (1%) 3
["operations", "tensor product", "50"] 21.420 μs (5%) 314.31 KiB (1%) 3
["operations", "unitary product", "10"] 2.454 μs (5%) 6.94 KiB (1%) 4
["operations", "unitary product", "100"] 473.774 μs (5%) 628.62 KiB (1%) 6
["operations", "unitary product", "2"] 411.322 ns (5%) 576 bytes (1%) 4
["operations", "unitary product", "200"] 3.204 ms (5%) 2.45 MiB (1%) 6
["operations", "unitary product", "50"] 77.164 μs (5%) 158.09 KiB (1%) 6

Benchmark Group List

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

  • ["operations", "channel product"]
  • ["operations", "partial trace"]
  • ["operations", "tensor product"]
  • ["operations", "unitary product"]

Julia versioninfo

Julia Version 1.10.7
Commit 4976d05258e (2024-11-26 15:57 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3238 MHz 869 s 0 s 316 s 1890 s 0 s
 #2 3224 MHz 809 s 0 s 368 s 1916 s 0 s
 #3 3244 MHz 984 s 0 s 214 s 1888 s 0 s
 #4 3265 MHz 987 s 0 s 124 s 1966 s 0 s
 Memory: 15.615280151367188 GB (14143.48828125 MB free)
 Uptime: 316.92 sec
 Load Avg: 1.76 1.22 0.56
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

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

Job Properties

  • Time of benchmark: 18 Dec 2024 - 0:46
  • Package commit: 53ee34
  • Julia commit: 4976d0
  • 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
["operations", "channel product", "10"] 3.913 μs (5%) 10.19 KiB (1%) 5
["operations", "channel product", "100"] 743.487 μs (5%) 941.17 KiB (1%) 8
["operations", "channel product", "2"] 493.358 ns (5%) 768 bytes (1%) 5
["operations", "channel product", "200"] 3.293 ms (5%) 3.67 MiB (1%) 8
["operations", "channel product", "50"] 325.898 μs (5%) 236.27 KiB (1%) 8
["operations", "partial trace", "10"] 286.656 ns (5%) 2.89 KiB (1%) 2
["operations", "partial trace", "100"] 10.068 μs (5%) 308.12 KiB (1%) 3
["operations", "partial trace", "2"] 68.194 ns (5%) 176 bytes (1%) 2
["operations", "partial trace", "200"] 51.757 μs (5%) 1.21 MiB (1%) 3
["operations", "partial trace", "50"] 3.029 μs (5%) 75.98 KiB (1%) 3
["operations", "tensor product", "10"] 1.205 μs (5%) 13.02 KiB (1%) 2
["operations", "tensor product", "100"] 121.967 μs (5%) 1.22 MiB (1%) 3
["operations", "tensor product", "2"] 120.414 ns (5%) 704 bytes (1%) 2
["operations", "tensor product", "200"] 693.593 μs (5%) 4.89 MiB (1%) 3
["operations", "tensor product", "50"] 23.474 μs (5%) 314.31 KiB (1%) 3
["operations", "unitary product", "10"] 2.408 μs (5%) 6.94 KiB (1%) 4
["operations", "unitary product", "100"] 695.197 μs (5%) 628.62 KiB (1%) 6
["operations", "unitary product", "2"] 420.080 ns (5%) 576 bytes (1%) 4
["operations", "unitary product", "200"] 3.357 ms (5%) 2.45 MiB (1%) 6
["operations", "unitary product", "50"] 304.408 μs (5%) 158.09 KiB (1%) 6

Benchmark Group List

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

  • ["operations", "channel product"]
  • ["operations", "partial trace"]
  • ["operations", "tensor product"]
  • ["operations", "unitary product"]

Julia versioninfo

Julia Version 1.10.7
Commit 4976d05258e (2024-11-26 15:57 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3242 MHz 1204 s 0 s 428 s 2396 s 0 s
 #2 3236 MHz 1180 s 0 s 494 s 2374 s 0 s
 #3 3222 MHz 1186 s 0 s 445 s 2410 s 0 s
 #4 3239 MHz 1095 s 0 s 244 s 2693 s 0 s
 Memory: 15.615280151367188 GB (14048.33984375 MB free)
 Uptime: 412.59 sec
 Load Avg: 1.71 1.34 0.66
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7763 64-Core Processor
CPU family: 25
Model: 1
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4890.86
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization: AMD-V
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 1 MiB (2 instances)
L3 cache: 32 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected

Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
src/randoms.jl 100.00% <100.00%> (ø)

@apkille apkille merged commit 435e8fe into main Dec 18, 2024
15 checks passed
@apkille apkille deleted the symp branch December 18, 2024 00:57
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.

1 participant