bcube-project / Bcube.jl

MIT License
4 stars 2 forks source link

Fix issue 130 #131

Closed ghislainb closed 2 weeks ago

github-actions[bot] commented 2 weeks ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/Bcube.jl/Bcube.jl* ## Job Properties * Time of benchmarks: - Target: 28 Aug 2024 - 17:09 - Baseline: 28 Aug 2024 - 17:13 * Package commits: - Target: 1b77ab - Baseline: 02d16c * 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 :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). Only significant results - results that indicate possible regressions or improvements - are shown below (thus, an empty table means that all benchmark results remained invariant between builds). | ID | time ratio | memory ratio | |------------------------------------------------------|---------------|---------------| | `["assemble", "basic bilinear", "mass matrix"]` | 2.43 (5%) :x: | 2.11 (1%) :x: | | `["assemble", "basic bilinear", "stiffness matrix"]` | 1.19 (5%) :x: | 2.11 (1%) :x: | | `["assemble", "poisson DG", "a_Ω(u, v)"]` | 1.19 (5%) :x: | 4.73 (1%) :x: | | `["assemble", "poisson DG", "l_Γb(v)"]` | 1.09 (5%) :x: | 1.00 (1%) | | `["entities", "nnodes"]` | 1.11 (5%) :x: | 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 2331 s 0 s 256 s 4038 s 0 s #2 3271 MHz 2568 s 0 s 277 s 3774 s 0 s #3 3175 MHz 1664 s 0 s 234 s 4720 s 0 s #4 2814 MHz 1621 s 0 s 207 s 4781 s 0 s Memory: 15.606491088867188 GB (12276.7890625 MB free) Uptime: 665.52 sec Load Avg: 1.01 1.25 0.81 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 2602 s 0 s 295 s 5732 s 0 s #2 3279 MHz 2601 s 0 s 314 s 5709 s 0 s #3 2445 MHz 2206 s 0 s 276 s 6142 s 0 s #4 2445 MHz 2688 s 0 s 285 s 5643 s 0 s Memory: 15.606491088867188 GB (12259.9453125 MB free) Uptime: 866.4 sec Load Avg: 1.03 1.14 0.87 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: 28 Aug 2024 - 17:9 * Package commit: 1b77ab * 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"]` | 38.716 ms (5%) | | 27.89 MiB (1%) | 600053 | | `["assemble", "basic bilinear", "stiffness matrix"]` | 102.239 ms (5%) | | 27.89 MiB (1%) | 600053 | | `["assemble", "poisson DG", "AffineFESystem"]` | 54.686 ms (5%) | | 72.24 MiB (1%) | 54999 | | `["assemble", "poisson DG", "a_Γ(u, v)"]` | 37.105 ms (5%) | | 59.32 MiB (1%) | 13065 | | `["assemble", "poisson DG", "a_Γb(u, v)"]` | 7.351 ms (5%) | | 10.79 MiB (1%) | 3163 | | `["assemble", "poisson DG", "a_Ω(u, v)"]` | 9.123 ms (5%) | | 1.43 MiB (1%) | 37876 | | `["assemble", "poisson DG", "l_Γb(v)"]` | 63.961 μs (5%) | | 139.38 KiB (1%) | 929 | | `["assemble", "poisson DG", "l_Ω(v)"]` | 12.344 μs (5%) | | 2.12 KiB (1%) | 1 | | `["covo", "Quad", "explicit_step"]` | 78.484 ms (5%) | | 29.25 MiB (1%) | 4398 | | `["covo", "Quad", "integral_surface"]` | 51.713 ms (5%) | | | | | `["covo", "Quad", "integral_volume"]` | 20.075 ms (5%) | | | | | `["covo", "TriQuad", "explicit_step"]` | 383.044 ms (5%) | 28.271 ms | 341.57 MiB (1%) | 1812322 | | `["covo", "TriQuad", "integral_surface"]` | 286.289 ms (5%) | | 234.44 MiB (1%) | 1424064 | | `["covo", "TriQuad", "integral_volume"]` | 62.441 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 2331 s 0 s 256 s 4038 s 0 s #2 3271 MHz 2568 s 0 s 277 s 3774 s 0 s #3 3175 MHz 1664 s 0 s 234 s 4720 s 0 s #4 2814 MHz 1621 s 0 s 207 s 4781 s 0 s Memory: 15.606491088867188 GB (12276.7890625 MB free) Uptime: 665.52 sec Load Avg: 1.01 1.25 0.81 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: 28 Aug 2024 - 17:13 * Package commit: 02d16c * 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.917 ms (5%) | | 13.20 MiB (1%) | 51 | | `["assemble", "basic bilinear", "stiffness matrix"]` | 85.844 ms (5%) | | 13.20 MiB (1%) | 51 | | `["assemble", "poisson DG", "AffineFESystem"]` | 54.724 ms (5%) | | 71.64 MiB (1%) | 17155 | | `["assemble", "poisson DG", "a_Γ(u, v)"]` | 37.203 ms (5%) | | 59.32 MiB (1%) | 13065 | | `["assemble", "poisson DG", "a_Γb(u, v)"]` | 7.391 ms (5%) | | 10.79 MiB (1%) | 3163 | | `["assemble", "poisson DG", "a_Ω(u, v)"]` | 7.690 ms (5%) | | 308.81 KiB (1%) | 29 | | `["assemble", "poisson DG", "l_Γb(v)"]` | 58.491 μs (5%) | | 139.38 KiB (1%) | 929 | | `["assemble", "poisson DG", "l_Ω(v)"]` | 12.344 μs (5%) | | 2.12 KiB (1%) | 1 | | `["covo", "Quad", "explicit_step"]` | 78.447 ms (5%) | | 29.25 MiB (1%) | 4398 | | `["covo", "Quad", "integral_surface"]` | 50.538 ms (5%) | | | | | `["covo", "Quad", "integral_volume"]` | 20.427 ms (5%) | | | | | `["covo", "TriQuad", "explicit_step"]` | 377.517 ms (5%) | 28.206 ms | 341.57 MiB (1%) | 1812323 | | `["covo", "TriQuad", "integral_surface"]` | 278.561 ms (5%) | | 234.44 MiB (1%) | 1424064 | | `["covo", "TriQuad", "integral_volume"]` | 60.281 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 2602 s 0 s 295 s 5732 s 0 s #2 3279 MHz 2601 s 0 s 314 s 5709 s 0 s #3 2445 MHz 2206 s 0 s 276 s 6142 s 0 s #4 2445 MHz 2688 s 0 s 285 s 5643 s 0 s Memory: 15.606491088867188 GB (12259.9453125 MB free) Uptime: 866.4 sec Load Avg: 1.03 1.14 0.87 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 |
github-actions[bot] commented 2 weeks ago

Benchmark Results

main b04365d16ae39b... main/b04365d16ae39b...
assemble/basic bilinear/mass matrix 16.1 ± 0.33 ms 16 ± 0.3 ms 1.01
assemble/basic bilinear/stiffness matrix 0.082 ± 0.0019 s 0.0803 ± 0.00079 s 1.02
assemble/poisson DG/AffineFESystem 0.0539 ± 0.0073 s 0.0534 ± 0.0067 s 1.01
assemble/poisson DG/a_Γ(u, v) 0.0387 ± 0.0041 s 0.038 ± 0.0067 s 1.02
assemble/poisson DG/a_Γb(u, v) 7.4 ± 0.12 ms 7.94 ± 0.092 ms 0.932
assemble/poisson DG/a_Ω(u, v) 7.76 ± 0.02 ms 7.73 ± 0.016 ms 1
assemble/poisson DG/l_Γb(v) 0.114 ± 0.015 ms 0.114 ± 0.027 ms 1
assemble/poisson DG/l_Ω(v) 12.7 ± 0.18 μs 12.7 ± 0.2 μs 0.998
covo/Quad/explicit_step 0.0823 ± 0.001 s 0.0816 ± 0.0012 s 1.01
covo/Quad/integral_surface 0.0529 ± 0.00067 s 0.0518 ± 0.00031 s 1.02
covo/Quad/integral_volume 21.2 ± 0.07 ms 20.7 ± 0.077 ms 1.02
covo/TriQuad/explicit_step 0.398 ± 0.03 s 0.399 ± 0.025 s 0.999
covo/TriQuad/integral_surface 0.307 ± 0.0031 s 0.309 ± 0.0012 s 0.995
covo/TriQuad/integral_volume 0.078 ± 0.0022 s 0.0788 ± 0.0026 s 0.99
entities/edges2nodes 1.55 ± 0.01 ns 1.55 ± 0.01 ns 1
entities/nedges 1.55 ± 0.01 ns 1.56 ± 0.01 ns 0.994
entities/nnodes 2.79 ± 0.001 ns 3.1 ± 0.01 ns 0.9
entities/nodes 1.55 ± 0.01 ns 1.55 ± 0.01 ns 1
mesh/todo 1.55 ± 0.01 ns 1.55 ± 0.01 ns 1
time_to_load 3.75 ± 0.12 s 3.61 ± 0.13 s 1.04

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).

github-actions[bot] commented 2 weeks ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/Bcube.jl/Bcube.jl* ## Job Properties * Time of benchmarks: - Target: 28 Aug 2024 - 21:04 - Baseline: 28 Aug 2024 - 21:07 * Package commits: - Target: 413298 - Baseline: 02d16c * 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 :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). Only significant results - results that indicate possible regressions or improvements - are shown below (thus, an empty table means that all benchmark results remained invariant between builds). | ID | time ratio | memory ratio | |------------------------------------------------------|------------------------------|------------------------------| | `["assemble", "basic bilinear", "mass matrix"]` | 0.99 (5%) | 1.01 (1%) :x: | | `["assemble", "basic bilinear", "stiffness matrix"]` | 1.05 (5%) | 1.01 (1%) :x: | | `["assemble", "poisson DG", "AffineFESystem"]` | 0.39 (5%) :white_check_mark: | 1.00 (1%) | | `["assemble", "poisson DG", "a_Ω(u, v)"]` | 0.99 (5%) | 0.99 (1%) :white_check_mark: | | `["assemble", "poisson DG", "l_Γb(v)"]` | 0.93 (5%) :white_check_mark: | 1.00 (1%) | | `["entities", "nnodes"]` | 1.11 (5%) :x: | 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 3192 MHz 1815 s 0 s 225 s 4777 s 0 s #2 2924 MHz 2610 s 0 s 297 s 3910 s 0 s #3 3248 MHz 1828 s 0 s 200 s 4805 s 0 s #4 3244 MHz 1796 s 0 s 221 s 4819 s 0 s Memory: 15.606491088867188 GB (12352.203125 MB free) Uptime: 686.62 sec Load Avg: 1.01 1.25 0.81 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 3027 MHz 2169 s 0 s 264 s 6420 s 0 s #2 2445 MHz 3950 s 0 s 372 s 4535 s 0 s #3 3243 MHz 2052 s 0 s 246 s 6574 s 0 s #4 3279 MHz 1822 s 0 s 257 s 6792 s 0 s Memory: 15.606491088867188 GB (12236.9140625 MB free) Uptime: 890.71 sec Load Avg: 1.0 1.12 0.85 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: 28 Aug 2024 - 21:4 * Package commit: 413298 * 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.593 ms (5%) | | 13.37 MiB (1%) | 50 | | `["assemble", "basic bilinear", "stiffness matrix"]` | 83.632 ms (5%) | | 13.37 MiB (1%) | 50 | | `["assemble", "poisson DG", "AffineFESystem"]` | 53.013 ms (5%) | | 71.64 MiB (1%) | 17153 | | `["assemble", "poisson DG", "a_Γ(u, v)"]` | 37.400 ms (5%) | | 59.32 MiB (1%) | 13065 | | `["assemble", "poisson DG", "a_Γb(u, v)"]` | 7.205 ms (5%) | | 10.79 MiB (1%) | 3163 | | `["assemble", "poisson DG", "a_Ω(u, v)"]` | 7.672 ms (5%) | | 304.58 KiB (1%) | 27 | | `["assemble", "poisson DG", "l_Γb(v)"]` | 61.947 μs (5%) | | 139.38 KiB (1%) | 929 | | `["assemble", "poisson DG", "l_Ω(v)"]` | 12.404 μs (5%) | | 2.12 KiB (1%) | 1 | | `["covo", "Quad", "explicit_step"]` | 78.339 ms (5%) | | 29.25 MiB (1%) | 4398 | | `["covo", "Quad", "integral_surface"]` | 50.590 ms (5%) | | | | | `["covo", "Quad", "integral_volume"]` | 20.289 ms (5%) | | | | | `["covo", "TriQuad", "explicit_step"]` | 383.422 ms (5%) | 27.816 ms | 341.57 MiB (1%) | 1812324 | | `["covo", "TriQuad", "integral_surface"]` | 277.286 ms (5%) | | 234.44 MiB (1%) | 1424064 | | `["covo", "TriQuad", "integral_volume"]` | 60.579 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 3192 MHz 1815 s 0 s 225 s 4777 s 0 s #2 2924 MHz 2610 s 0 s 297 s 3910 s 0 s #3 3248 MHz 1828 s 0 s 200 s 4805 s 0 s #4 3244 MHz 1796 s 0 s 221 s 4819 s 0 s Memory: 15.606491088867188 GB (12352.203125 MB free) Uptime: 686.62 sec Load Avg: 1.01 1.25 0.81 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: 28 Aug 2024 - 21:7 * Package commit: 02d16c * 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.820 ms (5%) | | 13.20 MiB (1%) | 51 | | `["assemble", "basic bilinear", "stiffness matrix"]` | 79.929 ms (5%) | | 13.20 MiB (1%) | 51 | | `["assemble", "poisson DG", "AffineFESystem"]` | 135.710 ms (5%) | 79.967 ms | 71.64 MiB (1%) | 17155 | | `["assemble", "poisson DG", "a_Γ(u, v)"]` | 37.789 ms (5%) | | 59.32 MiB (1%) | 13065 | | `["assemble", "poisson DG", "a_Γb(u, v)"]` | 7.438 ms (5%) | | 10.79 MiB (1%) | 3163 | | `["assemble", "poisson DG", "a_Ω(u, v)"]` | 7.744 ms (5%) | | 308.81 KiB (1%) | 29 | | `["assemble", "poisson DG", "l_Γb(v)"]` | 66.264 μ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"]` | 78.522 ms (5%) | | 29.25 MiB (1%) | 4398 | | `["covo", "Quad", "integral_surface"]` | 50.882 ms (5%) | | | | | `["covo", "Quad", "integral_volume"]` | 20.120 ms (5%) | | | | | `["covo", "TriQuad", "explicit_step"]` | 383.685 ms (5%) | 28.532 ms | 341.57 MiB (1%) | 1812323 | | `["covo", "TriQuad", "integral_surface"]` | 285.347 ms (5%) | | 234.44 MiB (1%) | 1424064 | | `["covo", "TriQuad", "integral_volume"]` | 59.925 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 3027 MHz 2169 s 0 s 264 s 6420 s 0 s #2 2445 MHz 3950 s 0 s 372 s 4535 s 0 s #3 3243 MHz 2052 s 0 s 246 s 6574 s 0 s #4 3279 MHz 1822 s 0 s 257 s 6792 s 0 s Memory: 15.606491088867188 GB (12236.9140625 MB free) Uptime: 890.71 sec Load Avg: 1.0 1.12 0.85 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 |
github-actions[bot] commented 2 weeks ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/Bcube.jl/Bcube.jl* ## Job Properties * Time of benchmarks: - Target: 29 Aug 2024 - 09:02 - Baseline: 29 Aug 2024 - 09:05 * Package commits: - Target: 98fe75 - Baseline: 02d16c * 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 :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). Only significant results - results that indicate possible regressions or improvements - are shown below (thus, an empty table means that all benchmark results remained invariant between builds). | ID | time ratio | memory ratio | |------------------------------------------------------|------------------------------|------------------------------| | `["assemble", "basic bilinear", "mass matrix"]` | 0.95 (5%) | 1.01 (1%) :x: | | `["assemble", "basic bilinear", "stiffness matrix"]` | 1.03 (5%) | 1.01 (1%) :x: | | `["assemble", "poisson DG", "AffineFESystem"]` | 0.41 (5%) :white_check_mark: | 1.00 (1%) | | `["assemble", "poisson DG", "a_Ω(u, v)"]` | 1.00 (5%) | 0.99 (1%) :white_check_mark: | ## 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 2078 s 0 s 251 s 6151 s 0 s #2 2445 MHz 2396 s 0 s 235 s 5838 s 0 s #3 3243 MHz 2011 s 0 s 227 s 6248 s 0 s #4 3210 MHz 1512 s 0 s 222 s 6751 s 0 s Memory: 15.606491088867188 GB (12242.515625 MB free) Uptime: 851.43 sec Load Avg: 1.15 1.31 0.83 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 2835 MHz 2439 s 0 s 295 s 7715 s 0 s #2 3242 MHz 2611 s 0 s 264 s 7564 s 0 s #3 2445 MHz 2591 s 0 s 290 s 7578 s 0 s #4 2798 MHz 2235 s 0 s 278 s 7944 s 0 s Memory: 15.606491088867188 GB (12100.390625 MB free) Uptime: 1048.94 sec Load Avg: 1.04 1.17 0.87 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 - 9:2 * Package commit: 98fe75 * 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.573 ms (5%) | | 13.37 MiB (1%) | 50 | | `["assemble", "basic bilinear", "stiffness matrix"]` | 82.642 ms (5%) | | 13.37 MiB (1%) | 50 | | `["assemble", "poisson DG", "AffineFESystem"]` | 53.190 ms (5%) | | 71.64 MiB (1%) | 17153 | | `["assemble", "poisson DG", "a_Γ(u, v)"]` | 38.005 ms (5%) | | 59.32 MiB (1%) | 13065 | | `["assemble", "poisson DG", "a_Γb(u, v)"]` | 7.305 ms (5%) | | 10.79 MiB (1%) | 3163 | | `["assemble", "poisson DG", "a_Ω(u, v)"]` | 7.698 ms (5%) | | 304.58 KiB (1%) | 27 | | `["assemble", "poisson DG", "l_Γb(v)"]` | 58.280 μ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"]` | 79.861 ms (5%) | | 29.25 MiB (1%) | 4398 | | `["covo", "Quad", "integral_surface"]` | 52.650 ms (5%) | | | | | `["covo", "Quad", "integral_volume"]` | 20.309 ms (5%) | | | | | `["covo", "TriQuad", "explicit_step"]` | 382.674 ms (5%) | 26.941 ms | 341.57 MiB (1%) | 1812324 | | `["covo", "TriQuad", "integral_surface"]` | 273.909 ms (5%) | | 234.44 MiB (1%) | 1424064 | | `["covo", "TriQuad", "integral_volume"]` | 60.475 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 2078 s 0 s 251 s 6151 s 0 s #2 2445 MHz 2396 s 0 s 235 s 5838 s 0 s #3 3243 MHz 2011 s 0 s 227 s 6248 s 0 s #4 3210 MHz 1512 s 0 s 222 s 6751 s 0 s Memory: 15.606491088867188 GB (12242.515625 MB free) Uptime: 851.43 sec Load Avg: 1.15 1.31 0.83 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 - 9:5 * Package commit: 02d16c * 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.352 ms (5%) | | 13.20 MiB (1%) | 51 | | `["assemble", "basic bilinear", "stiffness matrix"]` | 80.234 ms (5%) | | 13.20 MiB (1%) | 51 | | `["assemble", "poisson DG", "AffineFESystem"]` | 129.980 ms (5%) | 75.054 ms | 71.64 MiB (1%) | 17155 | | `["assemble", "poisson DG", "a_Γ(u, v)"]` | 38.994 ms (5%) | | 59.32 MiB (1%) | 13065 | | `["assemble", "poisson DG", "a_Γb(u, v)"]` | 7.394 ms (5%) | | 10.79 MiB (1%) | 3163 | | `["assemble", "poisson DG", "a_Ω(u, v)"]` | 7.693 ms (5%) | | 308.81 KiB (1%) | 29 | | `["assemble", "poisson DG", "l_Γb(v)"]` | 58.099 μs (5%) | | 139.38 KiB (1%) | 929 | | `["assemble", "poisson DG", "l_Ω(v)"]` | 12.354 μs (5%) | | 2.12 KiB (1%) | 1 | | `["covo", "Quad", "explicit_step"]` | 80.685 ms (5%) | | 29.25 MiB (1%) | 4398 | | `["covo", "Quad", "integral_surface"]` | 52.655 ms (5%) | | | | | `["covo", "Quad", "integral_volume"]` | 20.303 ms (5%) | | | | | `["covo", "TriQuad", "explicit_step"]` | 378.377 ms (5%) | 28.266 ms | 341.57 MiB (1%) | 1812323 | | `["covo", "TriQuad", "integral_surface"]` | 276.933 ms (5%) | | 234.44 MiB (1%) | 1424064 | | `["covo", "TriQuad", "integral_volume"]` | 61.882 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.572 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 2835 MHz 2439 s 0 s 295 s 7715 s 0 s #2 3242 MHz 2611 s 0 s 264 s 7564 s 0 s #3 2445 MHz 2591 s 0 s 290 s 7578 s 0 s #4 2798 MHz 2235 s 0 s 278 s 7944 s 0 s Memory: 15.606491088867188 GB (12100.390625 MB free) Uptime: 1048.94 sec Load Avg: 1.04 1.17 0.87 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 |