e4st-dev / E4ST.jl

Engineering, Economic, and Environmental Electricity Simulation Tool (E4ST)
GNU General Public License v3.0
7 stars 1 forks source link

Feat 299 reformulate pflow branch #300

Closed Ethan-Russell closed 2 months ago

Ethan-Russell commented 2 months ago

Closes #299

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 89.26174% with 16 lines in your changes missing coverage. Please review.

Project coverage is 89.55%. Comparing base (94df23c) to head (b6f5fac). Report is 9 commits behind head on main.

Files Patch % Lines
src/io/data.jl 90.00% 10 Missing :warning:
src/E4ST.jl 0.00% 5 Missing :warning:
src/results/parse.jl 94.11% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #300 +/- ## ========================================== - Coverage 89.61% 89.55% -0.06% ========================================== Files 52 52 Lines 5268 5373 +105 ========================================== + Hits 4721 4812 +91 - Misses 547 561 +14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 2 months ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/E4ST.jl/E4ST.jl* ## Job Properties * Time of benchmarks: - Target: 8 Jul 2024 - 18:09 - Baseline: 8 Jul 2024 - 18:12 * Package commits: - Target: f3d07d - Baseline: 674f00 * Julia commits: - Target: 48d4fd - Baseline: 48d4fd * 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 | |---------------------|------------------------------|---------------| | `["run_e4st"]` | 0.89 (5%) :white_check_mark: | 1.02 (1%) :x: | | `["setup_model"]` | 1.74 (5%) :x: | 1.66 (1%) :x: | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `[]` ## Julia versioninfo ### Target ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1022-azure #23~22.04.1-Ubuntu SMP Thu May 9 17:59:24 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 1295 s 0 s 104 s 3550 s 0 s #2 2888 MHz 1580 s 0 s 107 s 3267 s 0 s #3 3075 MHz 1538 s 0 s 125 s 3282 s 0 s #4 2590 MHz 1440 s 0 s 102 s 3410 s 0 s Memory: 15.606491088867188 GB (13366.8359375 MB free) Uptime: 497.77 sec Load Avg: 1.12 1.13 0.58 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.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1022-azure #23~22.04.1-Ubuntu SMP Thu May 9 17:59:24 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2592 MHz 1717 s 0 s 114 s 4575 s 0 s #2 2942 MHz 2025 s 0 s 135 s 4252 s 0 s #3 3243 MHz 2092 s 0 s 137 s 4174 s 0 s #4 2445 MHz 1461 s 0 s 115 s 4832 s 0 s Memory: 15.606491088867188 GB (13297.0703125 MB free) Uptime: 643.81 sec Load Avg: 1.1 1.1 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/E4ST.jl/E4ST.jl* ## Job Properties * Time of benchmark: 8 Jul 2024 - 18:9 * Package commit: f3d07d * Julia commit: 48d4fd * 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 | |---------------------|----------------:|-----------:|----------------:|------------:| | `["get_af"]` | 82.384 ns (5%) | | 32 bytes (1%) | 2 | | `["get_generator"]` | 41.387 ns (5%) | | 48 bytes (1%) | 1 | | `["get_plnom"]` | 90.339 ns (5%) | | 48 bytes (1%) | 3 | | `["read_data"]` | 31.627 ms (5%) | | 10.87 MiB (1%) | 337763 | | `["run_e4st"]` | 154.958 ms (5%) | | 108.52 MiB (1%) | 634840 | | `["setup_model"]` | 1.618 s (5%) | 442.067 ms | 1.06 GiB (1%) | 16466682 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `[]` ## Julia versioninfo ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1022-azure #23~22.04.1-Ubuntu SMP Thu May 9 17:59:24 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 1295 s 0 s 104 s 3550 s 0 s #2 2888 MHz 1580 s 0 s 107 s 3267 s 0 s #3 3075 MHz 1538 s 0 s 125 s 3282 s 0 s #4 2590 MHz 1440 s 0 s 102 s 3410 s 0 s Memory: 15.606491088867188 GB (13366.8359375 MB free) Uptime: 497.77 sec Load Avg: 1.12 1.13 0.58 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/E4ST.jl/E4ST.jl* ## Job Properties * Time of benchmark: 8 Jul 2024 - 18:12 * Package commit: 674f00 * Julia commit: 48d4fd * 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 | |---------------------|----------------:|-----------:|----------------:|------------:| | `["get_af"]` | 85.450 ns (5%) | | 32 bytes (1%) | 2 | | `["get_generator"]` | 42.991 ns (5%) | | 48 bytes (1%) | 1 | | `["get_plnom"]` | 92.793 ns (5%) | | 48 bytes (1%) | 3 | | `["read_data"]` | 31.240 ms (5%) | | 10.90 MiB (1%) | 338507 | | `["run_e4st"]` | 173.258 ms (5%) | 17.244 ms | 106.84 MiB (1%) | 596735 | | `["setup_model"]` | 927.038 ms (5%) | 226.209 ms | 654.52 MiB (1%) | 8822586 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `[]` ## Julia versioninfo ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1022-azure #23~22.04.1-Ubuntu SMP Thu May 9 17:59:24 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2592 MHz 1717 s 0 s 114 s 4575 s 0 s #2 2942 MHz 2025 s 0 s 135 s 4252 s 0 s #3 3243 MHz 2092 s 0 s 137 s 4174 s 0 s #4 2445 MHz 1461 s 0 s 115 s 4832 s 0 s Memory: 15.606491088867188 GB (13297.0703125 MB free) Uptime: 643.81 sec Load Avg: 1.1 1.1 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 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 months ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/E4ST.jl/E4ST.jl* ## Job Properties * Time of benchmarks: - Target: 10 Jul 2024 - 14:59 - Baseline: 10 Jul 2024 - 15:02 * Package commits: - Target: b9d3f0 - Baseline: 674f00 * Julia commits: - Target: 48d4fd - Baseline: 48d4fd * 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 | |---------------------|------------------------------|---------------| | `["get_af"]` | 1.17 (5%) :x: | 1.00 (1%) | | `["get_generator"]` | 1.06 (5%) :x: | 1.00 (1%) | | `["get_plnom"]` | 1.07 (5%) :x: | 1.00 (1%) | | `["run_e4st"]` | 0.85 (5%) :white_check_mark: | 1.02 (1%) :x: | | `["setup_model"]` | 1.80 (5%) :x: | 1.66 (1%) :x: | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `[]` ## Julia versioninfo ### Target ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3242 MHz 1303 s 0 s 116 s 3437 s 0 s #2 2445 MHz 1876 s 0 s 101 s 2878 s 0 s #3 2662 MHz 1226 s 0 s 123 s 3505 s 0 s #4 2650 MHz 1531 s 0 s 119 s 3210 s 0 s Memory: 15.606491088867188 GB (13416.921875 MB free) Uptime: 489.3 sec Load Avg: 1.16 1.22 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) ``` ### Baseline ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 1524 s 0 s 129 s 4724 s 0 s #2 3242 MHz 2814 s 0 s 128 s 3437 s 0 s #3 2569 MHz 1514 s 0 s 139 s 4724 s 0 s #4 2980 MHz 1593 s 0 s 128 s 4661 s 0 s Memory: 15.606491088867188 GB (13368.125 MB free) Uptime: 641.85 sec Load Avg: 1.01 1.12 0.71 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/E4ST.jl/E4ST.jl* ## Job Properties * Time of benchmark: 10 Jul 2024 - 14:59 * Package commit: b9d3f0 * Julia commit: 48d4fd * 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 | |---------------------|----------------:|-----------:|----------------:|------------:| | `["get_af"]` | 97.292 ns (5%) | | 32 bytes (1%) | 2 | | `["get_generator"]` | 44.593 ns (5%) | | 48 bytes (1%) | 1 | | `["get_plnom"]` | 102.322 ns (5%) | | 48 bytes (1%) | 3 | | `["read_data"]` | 32.236 ms (5%) | | 10.88 MiB (1%) | 337741 | | `["run_e4st"]` | 162.691 ms (5%) | | 108.68 MiB (1%) | 635692 | | `["setup_model"]` | 1.713 s (5%) | 487.760 ms | 1.06 GiB (1%) | 16471531 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `[]` ## Julia versioninfo ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3242 MHz 1303 s 0 s 116 s 3437 s 0 s #2 2445 MHz 1876 s 0 s 101 s 2878 s 0 s #3 2662 MHz 1226 s 0 s 123 s 3505 s 0 s #4 2650 MHz 1531 s 0 s 119 s 3210 s 0 s Memory: 15.606491088867188 GB (13416.921875 MB free) Uptime: 489.3 sec Load Avg: 1.16 1.22 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) ``` --- # Baseline result # Benchmark Report for */home/runner/work/E4ST.jl/E4ST.jl* ## Job Properties * Time of benchmark: 10 Jul 2024 - 15:2 * Package commit: 674f00 * Julia commit: 48d4fd * 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 | |---------------------|----------------:|-----------:|----------------:|------------:| | `["get_af"]` | 83.356 ns (5%) | | 32 bytes (1%) | 2 | | `["get_generator"]` | 42.048 ns (5%) | | 48 bytes (1%) | 1 | | `["get_plnom"]` | 95.518 ns (5%) | | 48 bytes (1%) | 3 | | `["read_data"]` | 32.621 ms (5%) | | 10.90 MiB (1%) | 338507 | | `["run_e4st"]` | 192.106 ms (5%) | 21.334 ms | 106.84 MiB (1%) | 596728 | | `["setup_model"]` | 952.265 ms (5%) | 238.726 ms | 654.52 MiB (1%) | 8822586 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `[]` ## Julia versioninfo ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 1524 s 0 s 129 s 4724 s 0 s #2 3242 MHz 2814 s 0 s 128 s 3437 s 0 s #3 2569 MHz 1514 s 0 s 139 s 4724 s 0 s #4 2980 MHz 1593 s 0 s 128 s 4661 s 0 s Memory: 15.606491088867188 GB (13368.125 MB free) Uptime: 641.85 sec Load Avg: 1.01 1.12 0.71 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 4 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: AuthenticAMD Model name: AMD EPYC 7763 64-Core Processor CPU family: 25 Model: 1 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 Stepping: 1 BogoMIPS: 4890.85 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext 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 months ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/E4ST.jl/E4ST.jl* ## Job Properties * Time of benchmarks: - Target: 11 Jul 2024 - 14:01 - Baseline: 11 Jul 2024 - 14:04 * Package commits: - Target: 453b71 - Baseline: 674f00 * Julia commits: - Target: 48d4fd - Baseline: 48d4fd * 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 | |---------------------|------------------------------|---------------| | `["run_e4st"]` | 0.88 (5%) :white_check_mark: | 1.02 (1%) :x: | | `["setup_model"]` | 1.78 (5%) :x: | 1.66 (1%) :x: | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `[]` ## Julia versioninfo ### Target ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2839 MHz 1186 s 0 s 114 s 3446 s 0 s #2 2683 MHz 1552 s 0 s 93 s 3104 s 0 s #3 3243 MHz 1586 s 0 s 122 s 3014 s 0 s #4 3242 MHz 1334 s 0 s 118 s 3286 s 0 s Memory: 15.606491088867188 GB (13355.4921875 MB free) Uptime: 477.07 sec Load Avg: 1.08 1.11 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) ``` ### Baseline ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 1541 s 0 s 126 s 4526 s 0 s #2 3243 MHz 1699 s 0 s 105 s 4393 s 0 s #3 2599 MHz 2096 s 0 s 146 s 3930 s 0 s #4 2602 MHz 1760 s 0 s 132 s 4294 s 0 s Memory: 15.606491088867188 GB (13307.796875 MB free) Uptime: 622.23 sec Load Avg: 1.0 1.06 0.64 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/E4ST.jl/E4ST.jl* ## Job Properties * Time of benchmark: 11 Jul 2024 - 14:1 * Package commit: 453b71 * Julia commit: 48d4fd * 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 | |---------------------|----------------:|-----------:|----------------:|------------:| | `["get_af"]` | 85.891 ns (5%) | | 32 bytes (1%) | 2 | | `["get_generator"]` | 43.031 ns (5%) | | 48 bytes (1%) | 1 | | `["get_plnom"]` | 90.840 ns (5%) | | 48 bytes (1%) | 3 | | `["read_data"]` | 30.742 ms (5%) | | 10.88 MiB (1%) | 337771 | | `["run_e4st"]` | 157.151 ms (5%) | | 108.83 MiB (1%) | 636161 | | `["setup_model"]` | 1.623 s (5%) | 452.317 ms | 1.06 GiB (1%) | 16471531 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `[]` ## Julia versioninfo ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2839 MHz 1186 s 0 s 114 s 3446 s 0 s #2 2683 MHz 1552 s 0 s 93 s 3104 s 0 s #3 3243 MHz 1586 s 0 s 122 s 3014 s 0 s #4 3242 MHz 1334 s 0 s 118 s 3286 s 0 s Memory: 15.606491088867188 GB (13355.4921875 MB free) Uptime: 477.07 sec Load Avg: 1.08 1.11 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) ``` --- # Baseline result # Benchmark Report for */home/runner/work/E4ST.jl/E4ST.jl* ## Job Properties * Time of benchmark: 11 Jul 2024 - 14:4 * Package commit: 674f00 * Julia commit: 48d4fd * 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 | |---------------------|----------------:|-----------:|----------------:|------------:| | `["get_af"]` | 82.043 ns (5%) | | 32 bytes (1%) | 2 | | `["get_generator"]` | 41.758 ns (5%) | | 48 bytes (1%) | 1 | | `["get_plnom"]` | 95.027 ns (5%) | | 48 bytes (1%) | 3 | | `["read_data"]` | 31.532 ms (5%) | | 10.90 MiB (1%) | 338507 | | `["run_e4st"]` | 178.582 ms (5%) | 23.804 ms | 106.83 MiB (1%) | 596729 | | `["setup_model"]` | 909.468 ms (5%) | 237.872 ms | 654.52 MiB (1%) | 8822586 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `[]` ## Julia versioninfo ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 1541 s 0 s 126 s 4526 s 0 s #2 3243 MHz 1699 s 0 s 105 s 4393 s 0 s #3 2599 MHz 2096 s 0 s 146 s 3930 s 0 s #4 2602 MHz 1760 s 0 s 132 s 4294 s 0 s Memory: 15.606491088867188 GB (13307.796875 MB free) Uptime: 622.23 sec Load Avg: 1.0 1.06 0.64 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 |
github-actions[bot] commented 2 months ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/E4ST.jl/E4ST.jl* ## Job Properties * Time of benchmarks: - Target: 19 Jul 2024 - 14:33 - Baseline: 19 Jul 2024 - 14:35 * Package commits: - Target: 81192f - Baseline: 201664 * Julia commits: - Target: 48d4fd - Baseline: 48d4fd * 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 | |---------------------|------------------------------|---------------| | `["get_plnom"]` | 0.93 (5%) :white_check_mark: | 1.00 (1%) | | `["run_e4st"]` | 0.87 (5%) :white_check_mark: | 1.01 (1%) :x: | | `["setup_model"]` | 1.75 (5%) :x: | 1.27 (1%) :x: | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `[]` ## Julia versioninfo ### Target ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3240 MHz 1683 s 0 s 112 s 3127 s 0 s #2 2600 MHz 1646 s 0 s 103 s 3174 s 0 s #3 3244 MHz 1410 s 0 s 132 s 3388 s 0 s #4 3265 MHz 924 s 0 s 115 s 3890 s 0 s Memory: 15.606491088867188 GB (13133.01171875 MB free) Uptime: 495.54 sec Load Avg: 1.08 1.08 0.55 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3244 MHz 2150 s 0 s 129 s 4092 s 0 s #2 3242 MHz 1973 s 0 s 127 s 4272 s 0 s #3 2445 MHz 1846 s 0 s 150 s 4383 s 0 s #4 2594 MHz 1125 s 0 s 130 s 5122 s 0 s Memory: 15.606491088867188 GB (13307.8515625 MB free) Uptime: 640.72 sec Load Avg: 1.15 1.09 0.63 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/E4ST.jl/E4ST.jl* ## Job Properties * Time of benchmark: 19 Jul 2024 - 14:33 * Package commit: 81192f * Julia commit: 48d4fd * 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 | |---------------------|----------------:|-----------:|----------------:|------------:| | `["get_af"]` | 90.438 ns (5%) | | 32 bytes (1%) | 2 | | `["get_generator"]` | 43.211 ns (5%) | | 48 bytes (1%) | 1 | | `["get_plnom"]` | 95.548 ns (5%) | | 48 bytes (1%) | 3 | | `["read_data"]` | 31.340 ms (5%) | | 10.89 MiB (1%) | 337893 | | `["run_e4st"]` | 155.228 ms (5%) | | 108.62 MiB (1%) | 632836 | | `["setup_model"]` | 1.653 s (5%) | 625.809 ms | 833.60 MiB (1%) | 12673558 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `[]` ## Julia versioninfo ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3240 MHz 1683 s 0 s 112 s 3127 s 0 s #2 2600 MHz 1646 s 0 s 103 s 3174 s 0 s #3 3244 MHz 1410 s 0 s 132 s 3388 s 0 s #4 3265 MHz 924 s 0 s 115 s 3890 s 0 s Memory: 15.606491088867188 GB (13133.01171875 MB free) Uptime: 495.54 sec Load Avg: 1.08 1.08 0.55 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Baseline result # Benchmark Report for */home/runner/work/E4ST.jl/E4ST.jl* ## Job Properties * Time of benchmark: 19 Jul 2024 - 14:35 * Package commit: 201664 * Julia commit: 48d4fd * 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 | |---------------------|----------------:|-----------:|----------------:|------------:| | `["get_af"]` | 86.872 ns (5%) | | 32 bytes (1%) | 2 | | `["get_generator"]` | 42.931 ns (5%) | | 48 bytes (1%) | 1 | | `["get_plnom"]` | 102.992 ns (5%) | | 48 bytes (1%) | 3 | | `["read_data"]` | 31.158 ms (5%) | | 10.90 MiB (1%) | 338281 | | `["run_e4st"]` | 179.377 ms (5%) | 23.367 ms | 107.02 MiB (1%) | 601722 | | `["setup_model"]` | 942.216 ms (5%) | 227.316 ms | 654.52 MiB (1%) | 8822585 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `[]` ## Julia versioninfo ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 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-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3244 MHz 2150 s 0 s 129 s 4092 s 0 s #2 3242 MHz 1973 s 0 s 127 s 4272 s 0 s #3 2445 MHz 1846 s 0 s 150 s 4383 s 0 s #4 2594 MHz 1125 s 0 s 130 s 5122 s 0 s Memory: 15.606491088867188 GB (13307.8515625 MB free) Uptime: 640.72 sec Load Avg: 1.15 1.09 0.63 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 4 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: AuthenticAMD Model name: AMD EPYC 7763 64-Core Processor CPU family: 25 Model: 1 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 Stepping: 1 BogoMIPS: 4890.85 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext 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 |