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

Improve composition with LazyOp #132

Merged
merged 4 commits into from
Aug 31, 2024
Merged

Improve composition with LazyOp #132

merged 4 commits into from
Aug 31, 2024

Conversation

ghislainb
Copy link
Member

No description provided.

@ghislainb ghislainb added the enhancement New feature or request label Aug 29, 2024
@ghislainb ghislainb requested a review from bmxam August 29, 2024 15:15
@ghislainb ghislainb self-assigned this Aug 29, 2024
Copy link

github-actions bot commented Aug 29, 2024

Benchmark Results

main 126cd5b... main/126cd5b7869ede...
assemble/basic bilinear/mass matrix 15.9 ± 0.19 ms 15.7 ± 0.32 ms 1.01
assemble/basic bilinear/stiffness matrix 0.0985 ± 0.0021 s 0.0811 ± 0.00071 s 1.21
assemble/poisson DG/AffineFESystem 0.0538 ± 0.0061 s 0.0538 ± 0.0069 s 1
assemble/poisson DG/a_Γ(u, v) 0.0375 ± 0.0031 s 0.0385 ± 0.001 s 0.973
assemble/poisson DG/a_Γb(u, v) 7.28 ± 0.1 ms 7.37 ± 0.13 ms 0.988
assemble/poisson DG/a_Ω(u, v) 7.73 ± 0.021 ms 7.75 ± 0.024 ms 0.996
assemble/poisson DG/l_Γb(v) 0.113 ± 0.021 ms 0.115 ± 0.024 ms 0.981
assemble/poisson DG/l_Ω(v) 12.6 ± 0.19 μs 12.7 ± 0.18 μs 0.994
covo/Quad/explicit_step 0.0813 ± 0.0014 s 0.0808 ± 0.0018 s 1.01
covo/Quad/integral_surface 0.0532 ± 0.00065 s 0.0512 ± 0.00061 s 1.04
covo/Quad/integral_volume 20.4 ± 0.098 ms 20.1 ± 0.096 ms 1.02
covo/TriQuad/explicit_step 0.399 ± 0.019 s 0.399 ± 0.025 s 1
covo/TriQuad/integral_surface 0.307 ± 0.0028 s 0.311 ± 0.0021 s 0.986
covo/TriQuad/integral_volume 0.0765 ± 0.0027 s 0.0777 ± 0.0021 s 0.984
entities/edges2nodes 1.55 ± 0.01 ns 2.46 ± 0.91 ns 0.63
entities/nedges 1.55 ± 0.01 ns 1.55 ± 0.01 ns 1
entities/nnodes 3.11 ± 0.01 ns 3.11 ± 0.01 ns 1
entities/nodes 1.55 ± 0.01 ns 2.47 ± 0.91 ns 0.628
mesh/todo 1.55 ± 0.01 ns 1.55 ± 0.01 ns 1
time_to_load 3.72 ± 0.059 s 3.59 ± 0.034 s 1.03

Benchmark Plots

A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR.
Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).

Copy link

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 29 Aug 2024 - 15:25
    • Baseline: 29 Aug 2024 - 15:28
  • Package commits:
    • Target: 31c46e
    • Baseline: 0a08d3
  • Julia commits:
    • Target: 6f3fdf
    • Baseline: 6f3fdf
  • 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
["assemble", "poisson DG", "l_Γb(v)"] 1.15 (5%) ❌ 1.00 (1%)
["covo", "Quad", "integral_surface"] 1.08 (5%) ❌ 1.00 (1%)

Benchmark Group List

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

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3243 MHz       1673 s          0 s        217 s       4558 s          0 s
       #2  2445 MHz       2774 s          0 s        268 s       3412 s          0 s
       #3  2731 MHz       1727 s          0 s        202 s       4516 s          0 s
       #4  2445 MHz       1916 s          0 s        234 s       4305 s          0 s
  Memory: 15.606491088867188 GB (12317.78125 MB free)
  Uptime: 648.67 sec
  Load Avg:  1.01  1.22  0.78
  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.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2932 MHz       2011 s          0 s        257 s       6196 s          0 s
       #2  2445 MHz       3515 s          0 s        337 s       4620 s          0 s
       #3  3243 MHz       2235 s          0 s        246 s       5982 s          0 s
       #4  3242 MHz       2253 s          0 s        263 s       5956 s          0 s
  Memory: 15.606491088867188 GB (12271.10546875 MB free)
  Uptime: 850.75 sec
  Load Avg:  1.0  1.12  0.84
  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/Bcube.jl/Bcube.jl

Job Properties

  • Time of benchmark: 29 Aug 2024 - 15:25
  • Package commit: 31c46e
  • Julia commit: 6f3fdf
  • 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
["assemble", "basic bilinear", "mass matrix"] 16.026 ms (5%) 13.37 MiB (1%) 50
["assemble", "basic bilinear", "stiffness matrix"] 82.030 ms (5%) 13.37 MiB (1%) 50
["assemble", "poisson DG", "AffineFESystem"] 52.880 ms (5%) 71.64 MiB (1%) 17153
["assemble", "poisson DG", "a_Γ(u, v)"] 37.483 ms (5%) 59.32 MiB (1%) 13065
["assemble", "poisson DG", "a_Γb(u, v)"] 7.369 ms (5%) 10.79 MiB (1%) 3163
["assemble", "poisson DG", "a_Ω(u, v)"] 7.662 ms (5%) 304.58 KiB (1%) 27
["assemble", "poisson DG", "l_Γb(v)"] 64.470 μs (5%) 139.38 KiB (1%) 929
["assemble", "poisson DG", "l_Ω(v)"] 12.343 μs (5%) 2.12 KiB (1%) 1
["covo", "Quad", "explicit_step"] 79.643 ms (5%) 29.25 MiB (1%) 4398
["covo", "Quad", "integral_surface"] 54.510 ms (5%)
["covo", "Quad", "integral_volume"] 20.231 ms (5%)
["covo", "TriQuad", "explicit_step"] 384.166 ms (5%) 29.937 ms 341.57 MiB (1%) 1812324
["covo", "TriQuad", "integral_surface"] 277.292 ms (5%) 234.44 MiB (1%) 1424064
["covo", "TriQuad", "integral_volume"] 61.561 ms (5%) 51.71 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 3.095 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

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

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3243 MHz       1673 s          0 s        217 s       4558 s          0 s
       #2  2445 MHz       2774 s          0 s        268 s       3412 s          0 s
       #3  2731 MHz       1727 s          0 s        202 s       4516 s          0 s
       #4  2445 MHz       1916 s          0 s        234 s       4305 s          0 s
  Memory: 15.606491088867188 GB (12317.78125 MB free)
  Uptime: 648.67 sec
  Load Avg:  1.01  1.22  0.78
  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/Bcube.jl/Bcube.jl

Job Properties

  • Time of benchmark: 29 Aug 2024 - 15:28
  • Package commit: 0a08d3
  • Julia commit: 6f3fdf
  • 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
["assemble", "basic bilinear", "mass matrix"] 15.605 ms (5%) 13.37 MiB (1%) 50
["assemble", "basic bilinear", "stiffness matrix"] 81.524 ms (5%) 13.37 MiB (1%) 50
["assemble", "poisson DG", "AffineFESystem"] 54.073 ms (5%) 71.64 MiB (1%) 17153
["assemble", "poisson DG", "a_Γ(u, v)"] 38.258 ms (5%) 59.32 MiB (1%) 13065
["assemble", "poisson DG", "a_Γb(u, v)"] 7.375 ms (5%) 10.79 MiB (1%) 3163
["assemble", "poisson DG", "a_Ω(u, v)"] 7.702 ms (5%) 304.58 KiB (1%) 27
["assemble", "poisson DG", "l_Γb(v)"] 56.205 μs (5%) 139.38 KiB (1%) 929
["assemble", "poisson DG", "l_Ω(v)"] 12.443 μs (5%) 2.12 KiB (1%) 1
["covo", "Quad", "explicit_step"] 78.383 ms (5%) 29.25 MiB (1%) 4398
["covo", "Quad", "integral_surface"] 50.647 ms (5%)
["covo", "Quad", "integral_volume"] 20.209 ms (5%)
["covo", "TriQuad", "explicit_step"] 385.986 ms (5%) 29.764 ms 341.57 MiB (1%) 1812324
["covo", "TriQuad", "integral_surface"] 278.289 ms (5%) 234.44 MiB (1%) 1424064
["covo", "TriQuad", "integral_volume"] 59.108 ms (5%) 51.71 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 3.095 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

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

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2932 MHz       2011 s          0 s        257 s       6196 s          0 s
       #2  2445 MHz       3515 s          0 s        337 s       4620 s          0 s
       #3  3243 MHz       2235 s          0 s        246 s       5982 s          0 s
       #4  3242 MHz       2253 s          0 s        263 s       5956 s          0 s
  Memory: 15.606491088867188 GB (12271.10546875 MB free)
  Uptime: 850.75 sec
  Load Avg:  1.0  1.12  0.84
  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.84
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization:                     AMD-V
Hypervisor vendor:                  Microsoft
Virtualization type:                full
L1d cache:                          64 KiB (2 instances)
L1i cache:                          64 KiB (2 instances)
L2 cache:                           1 MiB (2 instances)
L3 cache:                           32 MiB (1 instance)
NUMA node(s):                       1
NUMA node0 CPU(s):                  0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit:        Not affected
Vulnerability L1tf:                 Not affected
Vulnerability Mds:                  Not affected
Vulnerability Meltdown:             Not affected
Vulnerability Mmio stale data:      Not affected
Vulnerability Retbleed:             Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass:    Vulnerable
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Not affected
Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@ghislainb ghislainb linked an issue Aug 29, 2024 that may be closed by this pull request
Copy link

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 29 Aug 2024 - 16:06
    • Baseline: 29 Aug 2024 - 16:09
  • Package commits:
    • Target: 6a928e
    • Baseline: 0a08d3
  • Julia commits:
    • Target: 6f3fdf
    • Baseline: 6f3fdf
  • 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
["assemble", "basic bilinear", "stiffness matrix"] 1.22 (5%) ❌ 1.00 (1%)
["covo", "Quad", "integral_volume"] 1.07 (5%) ❌ 1.00 (1%)

Benchmark Group List

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

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2445 MHz       1747 s          0 s        230 s       4538 s          0 s
       #2  3057 MHz       1713 s          0 s        254 s       4541 s          0 s
       #3  3243 MHz       2492 s          0 s        246 s       3786 s          0 s
       #4  2445 MHz       2098 s          0 s        212 s       4203 s          0 s
  Memory: 15.606491088867188 GB (12103.1484375 MB free)
  Uptime: 655.17 sec
  Load Avg:  1.04  1.26  0.8
  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.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3243 MHz       2253 s          0 s        277 s       6018 s          0 s
       #2  2445 MHz       2406 s          0 s        298 s       5837 s          0 s
       #3  2736 MHz       2965 s          0 s        299 s       5294 s          0 s
       #4  2445 MHz       2365 s          0 s        263 s       5917 s          0 s
  Memory: 15.606491088867188 GB (12322.359375 MB free)
  Uptime: 858.87 sec
  Load Avg:  1.1  1.16  0.86
  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/Bcube.jl/Bcube.jl

Job Properties

  • Time of benchmark: 29 Aug 2024 - 16:6
  • Package commit: 6a928e
  • Julia commit: 6f3fdf
  • 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
["assemble", "basic bilinear", "mass matrix"] 15.553 ms (5%) 13.37 MiB (1%) 50
["assemble", "basic bilinear", "stiffness matrix"] 98.641 ms (5%) 13.37 MiB (1%) 50
["assemble", "poisson DG", "AffineFESystem"] 54.524 ms (5%) 71.64 MiB (1%) 17153
["assemble", "poisson DG", "a_Γ(u, v)"] 38.666 ms (5%) 59.32 MiB (1%) 13065
["assemble", "poisson DG", "a_Γb(u, v)"] 7.368 ms (5%) 10.79 MiB (1%) 3163
["assemble", "poisson DG", "a_Ω(u, v)"] 7.780 ms (5%) 304.58 KiB (1%) 27
["assemble", "poisson DG", "l_Γb(v)"] 59.490 μs (5%) 139.38 KiB (1%) 929
["assemble", "poisson DG", "l_Ω(v)"] 12.332 μs (5%) 2.12 KiB (1%) 1
["covo", "Quad", "explicit_step"] 80.400 ms (5%) 29.25 MiB (1%) 4398
["covo", "Quad", "integral_surface"] 50.092 ms (5%)
["covo", "Quad", "integral_volume"] 21.420 ms (5%)
["covo", "TriQuad", "explicit_step"] 386.052 ms (5%) 30.820 ms 341.57 MiB (1%) 1812324
["covo", "TriQuad", "integral_surface"] 276.614 ms (5%) 234.44 MiB (1%) 1424064
["covo", "TriQuad", "integral_volume"] 62.141 ms (5%) 51.71 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 2.785 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

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

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2445 MHz       1747 s          0 s        230 s       4538 s          0 s
       #2  3057 MHz       1713 s          0 s        254 s       4541 s          0 s
       #3  3243 MHz       2492 s          0 s        246 s       3786 s          0 s
       #4  2445 MHz       2098 s          0 s        212 s       4203 s          0 s
  Memory: 15.606491088867188 GB (12103.1484375 MB free)
  Uptime: 655.17 sec
  Load Avg:  1.04  1.26  0.8
  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/Bcube.jl/Bcube.jl

Job Properties

  • Time of benchmark: 29 Aug 2024 - 16:9
  • Package commit: 0a08d3
  • Julia commit: 6f3fdf
  • 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
["assemble", "basic bilinear", "mass matrix"] 15.422 ms (5%) 13.37 MiB (1%) 50
["assemble", "basic bilinear", "stiffness matrix"] 80.847 ms (5%) 13.37 MiB (1%) 50
["assemble", "poisson DG", "AffineFESystem"] 54.123 ms (5%) 71.64 MiB (1%) 17153
["assemble", "poisson DG", "a_Γ(u, v)"] 38.283 ms (5%) 59.32 MiB (1%) 13065
["assemble", "poisson DG", "a_Γb(u, v)"] 7.559 ms (5%) 10.79 MiB (1%) 3163
["assemble", "poisson DG", "a_Ω(u, v)"] 7.763 ms (5%) 304.58 KiB (1%) 27
["assemble", "poisson DG", "l_Γb(v)"] 59.540 μs (5%) 139.38 KiB (1%) 929
["assemble", "poisson DG", "l_Ω(v)"] 12.474 μs (5%) 2.12 KiB (1%) 1
["covo", "Quad", "explicit_step"] 79.451 ms (5%) 29.25 MiB (1%) 4398
["covo", "Quad", "integral_surface"] 50.583 ms (5%)
["covo", "Quad", "integral_volume"] 20.007 ms (5%)
["covo", "TriQuad", "explicit_step"] 388.857 ms (5%) 30.699 ms 341.57 MiB (1%) 1812324
["covo", "TriQuad", "integral_surface"] 279.073 ms (5%) 234.44 MiB (1%) 1424064
["covo", "TriQuad", "integral_volume"] 62.480 ms (5%) 51.71 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 2.785 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

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

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3243 MHz       2253 s          0 s        277 s       6018 s          0 s
       #2  2445 MHz       2406 s          0 s        298 s       5837 s          0 s
       #3  2736 MHz       2965 s          0 s        299 s       5294 s          0 s
       #4  2445 MHz       2365 s          0 s        263 s       5917 s          0 s
  Memory: 15.606491088867188 GB (12322.359375 MB free)
  Uptime: 858.87 sec
  Load Avg:  1.1  1.16  0.86
  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.84
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization:                     AMD-V
Hypervisor vendor:                  Microsoft
Virtualization type:                full
L1d cache:                          64 KiB (2 instances)
L1i cache:                          64 KiB (2 instances)
L2 cache:                           1 MiB (2 instances)
L3 cache:                           32 MiB (1 instance)
NUMA node(s):                       1
NUMA node0 CPU(s):                  0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit:        Not affected
Vulnerability L1tf:                 Not affected
Vulnerability Mds:                  Not affected
Vulnerability Meltdown:             Not affected
Vulnerability Mmio stale data:      Not affected
Vulnerability Retbleed:             Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass:    Vulnerable
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Not affected
Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

Copy link

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 29 Aug 2024 - 20:52
    • Baseline: 29 Aug 2024 - 20:55
  • Package commits:
    • Target: 63deec
    • Baseline: 0a08d3
  • Julia commits:
    • Target: 6f3fdf
    • Baseline: 6f3fdf
  • 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
["assemble", "poisson DG", "a_Γ(u, v)"] 0.08 (5%) ✅ 1.00 (1%)
["assemble", "poisson DG", "a_Γb(u, v)"] 0.93 (5%) ✅ 1.00 (1%)
["entities", "nnodes"] 1.11 (5%) ❌ 1.00 (1%)

Benchmark Group List

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

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2445 MHz       2196 s          0 s        233 s       5019 s          0 s
       #2  3244 MHz       1814 s          0 s        237 s       5396 s          0 s
       #3  2581 MHz       2315 s          0 s        255 s       4877 s          0 s
       #4  3167 MHz       2111 s          0 s        254 s       5069 s          0 s
  Memory: 15.606491088867188 GB (12408.609375 MB free)
  Uptime: 748.66 sec
  Load Avg:  1.09  1.27  0.82
  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.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3244 MHz       2595 s          0 s        278 s       6715 s          0 s
       #2  3015 MHz       2454 s          0 s        287 s       6847 s          0 s
       #3  2706 MHz       2784 s          0 s        295 s       6509 s          0 s
       #4  2445 MHz       2652 s          0 s        321 s       6602 s          0 s
  Memory: 15.606491088867188 GB (12459.46875 MB free)
  Uptime: 963.17 sec
  Load Avg:  1.16  1.18  0.88
  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/Bcube.jl/Bcube.jl

Job Properties

  • Time of benchmark: 29 Aug 2024 - 20:52
  • Package commit: 63deec
  • Julia commit: 6f3fdf
  • 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
["assemble", "basic bilinear", "mass matrix"] 15.707 ms (5%) 13.37 MiB (1%) 50
["assemble", "basic bilinear", "stiffness matrix"] 80.983 ms (5%) 13.37 MiB (1%) 50
["assemble", "poisson DG", "AffineFESystem"] 53.815 ms (5%) 71.64 MiB (1%) 17153
["assemble", "poisson DG", "a_Γ(u, v)"] 37.865 ms (5%) 59.32 MiB (1%) 13065
["assemble", "poisson DG", "a_Γb(u, v)"] 7.229 ms (5%) 10.79 MiB (1%) 3163
["assemble", "poisson DG", "a_Ω(u, v)"] 7.783 ms (5%) 304.58 KiB (1%) 27
["assemble", "poisson DG", "l_Γb(v)"] 63.559 μs (5%) 139.38 KiB (1%) 929
["assemble", "poisson DG", "l_Ω(v)"] 12.333 μs (5%) 2.12 KiB (1%) 1
["covo", "Quad", "explicit_step"] 82.770 ms (5%) 29.25 MiB (1%) 4398
["covo", "Quad", "integral_surface"] 50.975 ms (5%)
["covo", "Quad", "integral_volume"] 20.225 ms (5%)
["covo", "TriQuad", "explicit_step"] 403.924 ms (5%) 32.331 ms 341.57 MiB (1%) 1812324
["covo", "TriQuad", "integral_surface"] 295.170 ms (5%) 234.44 MiB (1%) 1424064
["covo", "TriQuad", "integral_volume"] 62.274 ms (5%) 51.71 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 3.095 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

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

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2445 MHz       2196 s          0 s        233 s       5019 s          0 s
       #2  3244 MHz       1814 s          0 s        237 s       5396 s          0 s
       #3  2581 MHz       2315 s          0 s        255 s       4877 s          0 s
       #4  3167 MHz       2111 s          0 s        254 s       5069 s          0 s
  Memory: 15.606491088867188 GB (12408.609375 MB free)
  Uptime: 748.66 sec
  Load Avg:  1.09  1.27  0.82
  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/Bcube.jl/Bcube.jl

Job Properties

  • Time of benchmark: 29 Aug 2024 - 20:55
  • Package commit: 0a08d3
  • Julia commit: 6f3fdf
  • 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
["assemble", "basic bilinear", "mass matrix"] 15.594 ms (5%) 13.37 MiB (1%) 50
["assemble", "basic bilinear", "stiffness matrix"] 82.991 ms (5%) 13.37 MiB (1%) 50
["assemble", "poisson DG", "AffineFESystem"] 55.452 ms (5%) 71.64 MiB (1%) 17153
["assemble", "poisson DG", "a_Γ(u, v)"] 450.394 ms (5%) 408.889 ms 59.32 MiB (1%) 13065
["assemble", "poisson DG", "a_Γb(u, v)"] 7.744 ms (5%) 10.79 MiB (1%) 3163
["assemble", "poisson DG", "a_Ω(u, v)"] 7.736 ms (5%) 304.58 KiB (1%) 27
["assemble", "poisson DG", "l_Γb(v)"] 62.617 μs (5%) 139.38 KiB (1%) 929
["assemble", "poisson DG", "l_Ω(v)"] 12.333 μs (5%) 2.12 KiB (1%) 1
["covo", "Quad", "explicit_step"] 81.363 ms (5%) 29.25 MiB (1%) 4398
["covo", "Quad", "integral_surface"] 50.526 ms (5%)
["covo", "Quad", "integral_volume"] 20.411 ms (5%)
["covo", "TriQuad", "explicit_step"] 395.147 ms (5%) 30.330 ms 341.57 MiB (1%) 1812324
["covo", "TriQuad", "integral_surface"] 289.740 ms (5%) 234.44 MiB (1%) 1424064
["covo", "TriQuad", "integral_volume"] 63.142 ms (5%) 51.71 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 2.785 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

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

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3244 MHz       2595 s          0 s        278 s       6715 s          0 s
       #2  3015 MHz       2454 s          0 s        287 s       6847 s          0 s
       #3  2706 MHz       2784 s          0 s        295 s       6509 s          0 s
       #4  2445 MHz       2652 s          0 s        321 s       6602 s          0 s
  Memory: 15.606491088867188 GB (12459.46875 MB free)
  Uptime: 963.17 sec
  Load Avg:  1.16  1.18  0.88
  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 invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization:                     AMD-V
Hypervisor vendor:                  Microsoft
Virtualization type:                full
L1d cache:                          64 KiB (2 instances)
L1i cache:                          64 KiB (2 instances)
L2 cache:                           1 MiB (2 instances)
L3 cache:                           32 MiB (1 instance)
NUMA node(s):                       1
NUMA node0 CPU(s):                  0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit:        Not affected
Vulnerability L1tf:                 Not affected
Vulnerability Mds:                  Not affected
Vulnerability Meltdown:             Not affected
Vulnerability Mmio stale data:      Not affected
Vulnerability Retbleed:             Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass:    Vulnerable
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Not affected
Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@ghislainb ghislainb merged commit 2bd29f4 into main Aug 31, 2024
10 checks passed
@ghislainb ghislainb deleted the fix_issue112 branch August 31, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Composition and LazyOp
2 participants