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

OptAnalyzer: don't report duplicated problems from inlined callees #373

Merged
merged 1 commit into from
Jul 4, 2022

Conversation

aviatesk
Copy link
Owner

@aviatesk aviatesk commented Jul 4, 2022

fix #335

@codecov-commenter
Copy link

Codecov Report

Merging #373 (8f57f45) into master (ba7b0ae) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #373      +/-   ##
==========================================
+ Coverage   90.11%   90.13%   +0.02%     
==========================================
  Files          11       11              
  Lines        2619     2625       +6     
==========================================
+ Hits         2360     2366       +6     
  Misses        259      259              
Impacted Files Coverage Δ
src/JET.jl 73.76% <100.00%> (+0.11%) ⬆️
src/abstractinterpret/inferenceerrorreport.jl 92.93% <100.00%> (ø)
src/analyzers/optanalyzer.jl 89.90% <100.00%> (+0.38%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba7b0ae...8f57f45. Read the comment docs.

@github-actions
Copy link

github-actions bot commented Jul 4, 2022

JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 4 Jul 2022 - 10:15
  • Baseline: 4 Jul 2022 - 10:25
  • Package commits:
  • Target: 79236f
  • Baseline: ba7b0a
  • Julia commits:
  • Target: 05eb15
  • Baseline: 05eb15
  • 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
["show(::IO, ::JETCallResult)", "report_call"] 1.06 (5%) ❌ 1.00 (1%)

Benchmark Group List

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

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5247 s 1 s 223 s 2350 s 0 s
 #2 2793 MHz 2071 s 2 s 190 s 5576 s 0 s
 Memory: 6.783607482910156 GB (4374.23046875 MB free)
 Uptime: 787.69 sec
 Load Avg: 1.03 1.0 0.64
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 6908 s 1 s 322 s 6341 s 0 s
 #2 2793 MHz 6202 s 2 s 259 s 7132 s 0 s
 Memory: 6.783607482910156 GB (4449.1328125 MB free)
 Uptime: 1363.77 sec
 Load Avg: 1.08 1.04 0.85
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 4 Jul 2022 - 10:15
  • Package commit: 79236f
  • Julia commit: 05eb15
  • 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
["JETAnalyzer{BasicPass} first-time", "package loading"] 285.818 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 5.569 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 5.352 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 55.548 ms (5%) 4.98 MiB (1%) 83111
["JETAnalyzer{BasicPass} top-level", "self analysis"] 13.891 s (5%) 1.281 s 2.40 GiB (1%) 37557514
["JETAnalyzer{BasicPass} top-level", "simple"] 19.211 ms (5%) 8.73 MiB (1%) 130988
["JETAnalyzer{BasicPass}", "identity(nothing)"] 150.897 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.724 s (5%) 212.653 ms 370.61 MiB (1%) 5554863
["JETAnalyzer{BasicPass}", "rand(Bool)"] 166.066 ms (5%) 25.943 ms 55.75 MiB (1%) 851578
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 354.794 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 19.774 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 138.597 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 3.201 s (5%) 329.485 ms 1.32 GiB (1%) 7273714
["JETAnalyzer{SoundPass}", "rand(Bool)"] 142.906 ms (5%) 58.56 MiB (1%) 876860
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 2.467 s (5%) 49.638 ms 53.76 MiB (1%) 790875
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 16.225 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 149.399 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 696.999 ms (5%) 76.948 ms 238.84 MiB (1%) 3574573
["OptAnalyzer", "rand(Bool)"] 35.963 ms (5%) 14.52 MiB (1%) 218915
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.409 s (5%) 87.107 ms 183.25 MiB (1%) 2690639
["OptAnalyzer", "sum(\"julia\")"] 22.512 ms (5%) 7.02 MiB (1%) 105125
["show(::IO, ::JETCallResult)", "report_call"] 2.090 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 14.000 μs (5%) 616 bytes (1%) 14

Benchmark Group List

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

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5247 s 1 s 223 s 2350 s 0 s
 #2 2793 MHz 2071 s 2 s 190 s 5576 s 0 s
 Memory: 6.783607482910156 GB (4374.23046875 MB free)
 Uptime: 787.69 sec
 Load Avg: 1.03 1.0 0.64
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 4 Jul 2022 - 10:25
  • Package commit: ba7b0a
  • Julia commit: 05eb15
  • 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
["JETAnalyzer{BasicPass} first-time", "package loading"] 284.794 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 5.578 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 5.372 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 55.543 ms (5%) 4.98 MiB (1%) 83111
["JETAnalyzer{BasicPass} top-level", "self analysis"] 14.271 s (5%) 1.450 s 2.40 GiB (1%) 37556571
["JETAnalyzer{BasicPass} top-level", "simple"] 19.245 ms (5%) 8.73 MiB (1%) 130988
["JETAnalyzer{BasicPass}", "identity(nothing)"] 150.597 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.719 s (5%) 223.984 ms 370.60 MiB (1%) 5554620
["JETAnalyzer{BasicPass}", "rand(Bool)"] 166.281 ms (5%) 26.340 ms 55.75 MiB (1%) 851585
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 351.494 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 19.696 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 135.498 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 3.175 s (5%) 318.583 ms 1.32 GiB (1%) 7273531
["JETAnalyzer{SoundPass}", "rand(Bool)"] 142.594 ms (5%) 58.56 MiB (1%) 876867
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 2.411 s (5%) 24.949 ms 53.75 MiB (1%) 790829
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 16.412 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 144.197 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 704.873 ms (5%) 78.501 ms 239.03 MiB (1%) 3587479
["OptAnalyzer", "rand(Bool)"] 35.622 ms (5%) 14.53 MiB (1%) 219439
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.413 s (5%) 106.717 ms 182.99 MiB (1%) 2686347
["OptAnalyzer", "sum(\"julia\")"] 22.330 ms (5%) 7.02 MiB (1%) 105402
["show(::IO, ::JETCallResult)", "report_call"] 1.964 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 13.900 μs (5%) 616 bytes (1%) 14

Benchmark Group List

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

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 6908 s 1 s 322 s 6341 s 0 s
 #2 2793 MHz 6202 s 2 s 259 s 7132 s 0 s
 Memory: 6.783607482910156 GB (4449.1328125 MB free)
 Uptime: 1363.77 sec
 Load Avg: 1.08 1.04 0.85
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 106
Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Stepping: 6
CPU MHz: 2793.438
BogoMIPS: 5586.87
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 96 KiB
L1i cache: 64 KiB
L2 cache: 2.5 MiB
L3 cache: 48 MiB
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
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
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 4 Jul 2022 - 10:20
  • Baseline: 4 Jul 2022 - 10:30
  • Package commits:
  • Target: ed6c9d
  • Baseline: ba7b0a
  • Julia commits:
  • Target: 05eb15
  • Baseline: 05eb15
  • 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
["JETAnalyzer{BasicPass}", "identity(nothing)"] 1.11 (5%) ❌ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.92 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 3035 s 2 s 213 s 4028 s 0 s
 #2 2793 MHz 4293 s 1 s 186 s 2815 s 0 s
 Memory: 6.783607482910156 GB (4398.0703125 MB free)
 Uptime: 733.67 sec
 Load Avg: 1.0 0.97 0.63
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 8024 s 2 s 306 s 4713 s 0 s
 #2 2793 MHz 5116 s 1 s 259 s 7675 s 0 s
 Memory: 6.783607482910156 GB (4399.31640625 MB free)
 Uptime: 1310.62 sec
 Load Avg: 1.0 1.02 0.85
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 4 Jul 2022 - 10:20
  • Package commit: ed6c9d
  • Julia commit: 05eb15
  • 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
["JETAnalyzer{BasicPass} first-time", "package loading"] 288.519 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 5.631 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 5.443 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 55.994 ms (5%) 4.99 MiB (1%) 83333
["JETAnalyzer{BasicPass} top-level", "self analysis"] 14.248 s (5%) 1.387 s 2.40 GiB (1%) 37566428
["JETAnalyzer{BasicPass} top-level", "simple"] 19.409 ms (5%) 8.73 MiB (1%) 130988
["JETAnalyzer{BasicPass}", "identity(nothing)"] 149.099 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.753 s (5%) 237.065 ms 370.62 MiB (1%) 5555025
["JETAnalyzer{BasicPass}", "rand(Bool)"] 169.226 ms (5%) 26.753 ms 55.82 MiB (1%) 851578
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 353.700 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 19.779 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 141.400 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 3.314 s (5%) 353.458 ms 1.32 GiB (1%) 7274228
["JETAnalyzer{SoundPass}", "rand(Bool)"] 145.863 ms (5%) 58.62 MiB (1%) 876860
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 2.522 s (5%) 51.211 ms 53.76 MiB (1%) 790875
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 16.727 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 148.600 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 714.265 ms (5%) 80.813 ms 238.84 MiB (1%) 3574597
["OptAnalyzer", "rand(Bool)"] 36.048 ms (5%) 14.52 MiB (1%) 218913
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.490 s (5%) 110.354 ms 183.57 MiB (1%) 2694916
["OptAnalyzer", "sum(\"julia\")"] 22.815 ms (5%) 7.02 MiB (1%) 105125
["show(::IO, ::JETCallResult)", "report_call"] 1.982 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 13.800 μs (5%) 616 bytes (1%) 14

Benchmark Group List

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

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 3035 s 2 s 213 s 4028 s 0 s
 #2 2793 MHz 4293 s 1 s 186 s 2815 s 0 s
 Memory: 6.783607482910156 GB (4398.0703125 MB free)
 Uptime: 733.67 sec
 Load Avg: 1.0 0.97 0.63
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 4 Jul 2022 - 10:30
  • Package commit: ba7b0a
  • Julia commit: 05eb15
  • 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
["JETAnalyzer{BasicPass} first-time", "package loading"] 288.439 ms (5%) 664 bytes (1%) 19
["JETAnalyzer{BasicPass} first-time", "rand(Bool) (first time)"] 5.624 s (5%) 928 bytes (1%) 20
["JETAnalyzer{BasicPass} first-time", "sum(\"julia\") (first time)"] 5.419 s (5%) 936 bytes (1%) 20
["JETAnalyzer{BasicPass} top-level", "demo"] 55.754 ms (5%) 4.99 MiB (1%) 83339
["JETAnalyzer{BasicPass} top-level", "self analysis"] 14.238 s (5%) 1.549 s 2.40 GiB (1%) 37567076
["JETAnalyzer{BasicPass} top-level", "simple"] 19.264 ms (5%) 8.73 MiB (1%) 130988
["JETAnalyzer{BasicPass}", "identity(nothing)"] 134.000 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 1.724 s (5%) 227.298 ms 370.62 MiB (1%) 5555134
["JETAnalyzer{BasicPass}", "rand(Bool)"] 164.210 ms (5%) 25.577 ms 55.82 MiB (1%) 851587
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 346.900 μs (5%) 72.41 KiB (1%) 1055
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 19.151 ms (5%) 8.55 MiB (1%) 128379
["JETAnalyzer{SoundPass}", "identity(nothing)"] 138.000 μs (5%) 27.49 KiB (1%) 392
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 3.181 s (5%) 317.783 ms 1.32 GiB (1%) 7273985
["JETAnalyzer{SoundPass}", "rand(Bool)"] 141.865 ms (5%) 58.62 MiB (1%) 876869
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 2.446 s (5%) 49.395 ms 53.75 MiB (1%) 790829
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 16.427 ms (5%) 8.63 MiB (1%) 129700
["OptAnalyzer", "identity(nothing)"] 153.900 μs (5%) 28.18 KiB (1%) 405
["OptAnalyzer", "println(QuoteNode(nothing))"] 702.515 ms (5%) 75.540 ms 239.04 MiB (1%) 3587561
["OptAnalyzer", "rand(Bool)"] 36.274 ms (5%) 14.53 MiB (1%) 219439
["OptAnalyzer", "sum(\"julia\") (cached)"] 4.435 s (5%) 91.643 ms 183.02 MiB (1%) 2686654
["OptAnalyzer", "sum(\"julia\")"] 22.586 ms (5%) 7.02 MiB (1%) 105402
["show(::IO, ::JETCallResult)", "report_call"] 2.070 ms (5%) 302.15 KiB (1%) 5149
["show(::IO, ::JETCallResult)", "report_opt"] 15.000 μs (5%) 616 bytes (1%) 14

Benchmark Group List

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

  • ["JETAnalyzer{BasicPass} first-time"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.9.0-DEV.875
Commit 05eb1530bbf (2022-07-01 22:42 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 20.04.4 LTS
 uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 8024 s 2 s 306 s 4713 s 0 s
 #2 2793 MHz 5116 s 1 s 259 s 7675 s 0 s
 Memory: 6.783607482910156 GB (4399.31640625 MB free)
 Uptime: 1310.62 sec
 Load Avg: 1.0 1.02 0.85
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-14.0.5 (ORCJIT, icelake-server)
 Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 106
Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Stepping: 6
CPU MHz: 2793.439
BogoMIPS: 5586.87
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 96 KiB
L1i cache: 64 KiB
L2 cache: 2.5 MiB
L3 cache: 48 MiB
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
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
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OptAnalyzer should not report duplicated error from inlined callees
2 participants