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

Propagate types in arrays to propagate ForwardDiff duals #23

Merged
merged 2 commits into from
Dec 26, 2024
Merged

Conversation

apkille
Copy link
Owner

@apkille apkille commented Dec 26, 2024

No description provided.

Copy link

codecov bot commented Dec 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
src/channels.jl 99.08% <100.00%> (+0.03%) ⬆️
src/states.jl 97.77% <100.00%> (+0.07%) ⬆️
src/unitaries.jl 99.49% <100.00%> (+0.01%) ⬆️

Copy link
Contributor

github-actions bot commented Dec 26, 2024

Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 26 Dec 2024 - 04:01
  • Baseline: 26 Dec 2024 - 04:02
  • Package commits:
  • Target: d99ed2
  • Baseline: ea87da
  • 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.80 (5%) ✅ 1.00 (1%)
["operations", "channel product", "100"] 1.45 (5%) ❌ 1.00 (1%)
["operations", "channel product", "200"] 1.06 (5%) ❌ 1.00 (1%)
["operations", "partial trace", "100"] 1.06 (5%) ❌ 1.00 (1%)
["operations", "partial trace", "200"] 0.91 (5%) ✅ 1.00 (1%)
["operations", "partial trace", "50"] 1.06 (5%) ❌ 1.00 (1%)
["operations", "tensor product", "200"] 1.05 (5%) ❌ 1.00 (1%)
["operations", "tensor product", "50"] 0.85 (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 3243 MHz 899 s 0 s 366 s 2484 s 0 s
 #2 3234 MHz 815 s 2 s 342 s 2565 s 0 s
 #3 3293 MHz 780 s 1 s 361 s 2634 s 0 s
 #4 3243 MHz 713 s 0 s 372 s 2682 s 0 s
 Memory: 15.615280151367188 GB (14193.3515625 MB free)
 Uptime: 383.58 sec
 Load Avg: 1.79 1.16 0.54
 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 3230 MHz 1188 s 0 s 495 s 3014 s 0 s
 #2 3238 MHz 999 s 2 s 541 s 3130 s 0 s
 #3 3186 MHz 1064 s 1 s 503 s 3156 s 0 s
 #4 3241 MHz 952 s 0 s 498 s 3268 s 0 s
 Memory: 15.615280151367188 GB (14148.5625 MB free)
 Uptime: 478.64 sec
 Load Avg: 1.74 1.29 0.65
 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: 26 Dec 2024 - 4:1
  • Package commit: d99ed2
  • 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.810 μs (5%) 10.19 KiB (1%) 5
["operations", "channel product", "100"] 755.694 μs (5%) 941.17 KiB (1%) 8
["operations", "channel product", "2"] 497.797 ns (5%) 768 bytes (1%) 5
["operations", "channel product", "200"] 3.509 ms (5%) 3.67 MiB (1%) 8
["operations", "channel product", "50"] 312.500 μs (5%) 236.27 KiB (1%) 8
["operations", "partial trace", "10"] 284.117 ns (5%) 2.89 KiB (1%) 2
["operations", "partial trace", "100"] 11.051 μs (5%) 308.12 KiB (1%) 3
["operations", "partial trace", "2"] 67.570 ns (5%) 176 bytes (1%) 2
["operations", "partial trace", "200"] 37.420 μs (5%) 1.21 MiB (1%) 3
["operations", "partial trace", "50"] 2.963 μs (5%) 75.98 KiB (1%) 3
["operations", "tensor product", "10"] 1.076 μs (5%) 13.02 KiB (1%) 2
["operations", "tensor product", "100"] 103.562 μs (5%) 1.22 MiB (1%) 3
["operations", "tensor product", "2"] 120.945 ns (5%) 704 bytes (1%) 2
["operations", "tensor product", "200"] 668.041 μs (5%) 4.89 MiB (1%) 3
["operations", "tensor product", "50"] 18.765 μs (5%) 314.31 KiB (1%) 3
["operations", "unitary product", "10"] 2.450 μs (5%) 6.94 KiB (1%) 4
["operations", "unitary product", "100"] 687.457 μs (5%) 628.62 KiB (1%) 6
["operations", "unitary product", "2"] 438.596 ns (5%) 576 bytes (1%) 4
["operations", "unitary product", "200"] 3.413 ms (5%) 2.45 MiB (1%) 6
["operations", "unitary product", "50"] 304.094 μ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 3243 MHz 899 s 0 s 366 s 2484 s 0 s
 #2 3234 MHz 815 s 2 s 342 s 2565 s 0 s
 #3 3293 MHz 780 s 1 s 361 s 2634 s 0 s
 #4 3243 MHz 713 s 0 s 372 s 2682 s 0 s
 Memory: 15.615280151367188 GB (14193.3515625 MB free)
 Uptime: 383.58 sec
 Load Avg: 1.79 1.16 0.54
 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: 26 Dec 2024 - 4:2
  • Package commit: ea87da
  • 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.530 μs (5%) 10.19 KiB (1%) 5
["operations", "channel product", "100"] 522.260 μs (5%) 941.17 KiB (1%) 8
["operations", "channel product", "2"] 487.521 ns (5%) 768 bytes (1%) 5
["operations", "channel product", "200"] 3.310 ms (5%) 3.67 MiB (1%) 8
["operations", "channel product", "50"] 312.320 μs (5%) 236.27 KiB (1%) 8
["operations", "partial trace", "10"] 297.668 ns (5%) 2.89 KiB (1%) 2
["operations", "partial trace", "100"] 10.399 μs (5%) 308.12 KiB (1%) 3
["operations", "partial trace", "2"] 67.518 ns (5%) 176 bytes (1%) 2
["operations", "partial trace", "200"] 41.326 μs (5%) 1.21 MiB (1%) 3
["operations", "partial trace", "50"] 2.800 μs (5%) 75.98 KiB (1%) 3
["operations", "tensor product", "10"] 1.056 μs (5%) 13.02 KiB (1%) 2
["operations", "tensor product", "100"] 104.865 μs (5%) 1.22 MiB (1%) 3
["operations", "tensor product", "2"] 120.367 ns (5%) 704 bytes (1%) 2
["operations", "tensor product", "200"] 634.949 μs (5%) 4.89 MiB (1%) 3
["operations", "tensor product", "50"] 22.111 μs (5%) 314.31 KiB (1%) 3
["operations", "unitary product", "10"] 2.411 μs (5%) 6.94 KiB (1%) 4
["operations", "unitary product", "100"] 714.196 μs (5%) 628.62 KiB (1%) 6
["operations", "unitary product", "2"] 419.313 ns (5%) 576 bytes (1%) 4
["operations", "unitary product", "200"] 3.435 ms (5%) 2.45 MiB (1%) 6
["operations", "unitary product", "50"] 315.807 μ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 3230 MHz 1188 s 0 s 495 s 3014 s 0 s
 #2 3238 MHz 999 s 2 s 541 s 3130 s 0 s
 #3 3186 MHz 1064 s 1 s 503 s 3156 s 0 s
 #4 3241 MHz 952 s 0 s 498 s 3268 s 0 s
 Memory: 15.615280151367188 GB (14148.5625 MB free)
 Uptime: 478.64 sec
 Load Avg: 1.74 1.29 0.65
 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: 26 Dec 2024 - 04:34
  • Baseline: 26 Dec 2024 - 04:36
  • Package commits:
  • Target: 1c4841
  • Baseline: ea87da
  • 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.40 (5%) ✅ 1.00 (1%)
["operations", "channel product", "100"] 1.41 (5%) ❌ 1.00 (1%)
["operations", "partial trace", "10"] 0.94 (5%) ✅ 1.00 (1%)
["operations", "partial trace", "100"] 1.11 (5%) ❌ 1.00 (1%)
["operations", "partial trace", "50"] 0.82 (5%) ✅ 1.00 (1%)
["operations", "tensor product", "100"] 1.06 (5%) ❌ 1.00 (1%)
["operations", "tensor product", "50"] 0.88 (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 3235 MHz 897 s 0 s 328 s 2906 s 0 s
 #2 3243 MHz 872 s 0 s 262 s 2981 s 0 s
 #3 3241 MHz 778 s 0 s 428 s 2920 s 0 s
 #4 3229 MHz 729 s 0 s 425 s 2970 s 0 s
 Memory: 15.615276336669922 GB (14173.7421875 MB free)
 Uptime: 420.56 sec
 Load Avg: 1.69 1.03 0.45
 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 3251 MHz 1168 s 0 s 462 s 3464 s 0 s
 #2 3246 MHz 1186 s 0 s 422 s 3472 s 0 s
 #3 3244 MHz 978 s 0 s 586 s 3527 s 0 s
 #4 3245 MHz 955 s 0 s 565 s 3569 s 0 s
 Memory: 15.615276336669922 GB (14128.85546875 MB free)
 Uptime: 517.28 sec
 Load Avg: 1.71 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: 26 Dec 2024 - 4:34
  • Package commit: 1c4841
  • 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.819 μs (5%) 10.19 KiB (1%) 5
["operations", "channel product", "100"] 742.809 μs (5%) 941.17 KiB (1%) 8
["operations", "channel product", "2"] 483.210 ns (5%) 768 bytes (1%) 5
["operations", "channel product", "200"] 3.415 ms (5%) 3.67 MiB (1%) 8
["operations", "channel product", "50"] 314.127 μs (5%) 236.27 KiB (1%) 8
["operations", "partial trace", "10"] 299.434 ns (5%) 2.89 KiB (1%) 2
["operations", "partial trace", "100"] 15.298 μs (5%) 308.12 KiB (1%) 3
["operations", "partial trace", "2"] 71.127 ns (5%) 176 bytes (1%) 2
["operations", "partial trace", "200"] 63.880 μs (5%) 1.21 MiB (1%) 3
["operations", "partial trace", "50"] 3.330 μs (5%) 75.98 KiB (1%) 3
["operations", "tensor product", "10"] 1.302 μs (5%) 13.02 KiB (1%) 2
["operations", "tensor product", "100"] 134.280 μs (5%) 1.22 MiB (1%) 3
["operations", "tensor product", "2"] 118.883 ns (5%) 704 bytes (1%) 2
["operations", "tensor product", "200"] 725.637 μs (5%) 4.89 MiB (1%) 3
["operations", "tensor product", "50"] 20.137 μs (5%) 314.31 KiB (1%) 3
["operations", "unitary product", "10"] 2.465 μs (5%) 6.94 KiB (1%) 4
["operations", "unitary product", "100"] 707.042 μs (5%) 628.62 KiB (1%) 6
["operations", "unitary product", "2"] 419.377 ns (5%) 576 bytes (1%) 4
["operations", "unitary product", "200"] 3.463 ms (5%) 2.45 MiB (1%) 6
["operations", "unitary product", "50"] 302.876 μ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 3235 MHz 897 s 0 s 328 s 2906 s 0 s
 #2 3243 MHz 872 s 0 s 262 s 2981 s 0 s
 #3 3241 MHz 778 s 0 s 428 s 2920 s 0 s
 #4 3229 MHz 729 s 0 s 425 s 2970 s 0 s
 Memory: 15.615276336669922 GB (14173.7421875 MB free)
 Uptime: 420.56 sec
 Load Avg: 1.69 1.03 0.45
 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: 26 Dec 2024 - 4:36
  • Package commit: ea87da
  • 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"] 6.986 μs (5%) 10.19 KiB (1%) 5
["operations", "channel product", "100"] 526.414 μs (5%) 941.17 KiB (1%) 8
["operations", "channel product", "2"] 496.051 ns (5%) 768 bytes (1%) 5
["operations", "channel product", "200"] 3.312 ms (5%) 3.67 MiB (1%) 8
["operations", "channel product", "50"] 314.869 μs (5%) 236.27 KiB (1%) 8
["operations", "partial trace", "10"] 317.020 ns (5%) 2.89 KiB (1%) 2
["operations", "partial trace", "100"] 13.725 μs (5%) 308.12 KiB (1%) 3
["operations", "partial trace", "2"] 68.253 ns (5%) 176 bytes (1%) 2
["operations", "partial trace", "200"] 65.502 μs (5%) 1.21 MiB (1%) 3
["operations", "partial trace", "50"] 4.083 μs (5%) 75.98 KiB (1%) 3
["operations", "tensor product", "10"] 1.367 μs (5%) 13.02 KiB (1%) 2
["operations", "tensor product", "100"] 126.306 μs (5%) 1.22 MiB (1%) 3
["operations", "tensor product", "2"] 122.621 ns (5%) 704 bytes (1%) 2
["operations", "tensor product", "200"] 720.517 μs (5%) 4.89 MiB (1%) 3
["operations", "tensor product", "50"] 22.913 μs (5%) 314.31 KiB (1%) 3
["operations", "unitary product", "10"] 2.462 μs (5%) 6.94 KiB (1%) 4
["operations", "unitary product", "100"] 715.818 μs (5%) 628.62 KiB (1%) 6
["operations", "unitary product", "2"] 420.940 ns (5%) 576 bytes (1%) 4
["operations", "unitary product", "200"] 3.455 ms (5%) 2.45 MiB (1%) 6
["operations", "unitary product", "50"] 303.798 μ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 3251 MHz 1168 s 0 s 462 s 3464 s 0 s
 #2 3246 MHz 1186 s 0 s 422 s 3472 s 0 s
 #3 3244 MHz 978 s 0 s 586 s 3527 s 0 s
 #4 3245 MHz 955 s 0 s 565 s 3569 s 0 s
 Memory: 15.615276336669922 GB (14128.85546875 MB free)
 Uptime: 517.28 sec
 Load Avg: 1.71 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

@apkille apkille merged commit 54875ae into main Dec 26, 2024
12 of 15 checks passed
@apkille apkille deleted the diff branch December 26, 2024 04: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