GPUCompiler.jl icon indicating copy to clipboard operation
GPUCompiler.jl copied to clipboard

Update New PassManager Pipeline

Open vchuravy opened this issue 1 year ago • 1 comments

I compared Julia's native PM with the definitions here while looking at https://github.com/JuliaGPU/CUDA.jl/issues/2313

The generated IR in the issue seems equivalent, but the result of the optimization pipeline differs.

vchuravy avatar Apr 05 '24 00:04 vchuravy

Codecov Report

Attention: Patch coverage is 94.11765% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 82.83%. Comparing base (3c1bc65) to head (0a73ecb). Report is 10 commits behind head on master.

Files Patch % Lines
src/optim.jl 94.11% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #559      +/-   ##
==========================================
+ Coverage   82.39%   82.83%   +0.44%     
==========================================
  Files          24       24              
  Lines        3334     3572     +238     
==========================================
+ Hits         2747     2959     +212     
- Misses        587      613      +26     

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

codecov[bot] avatar Apr 05 '24 01:04 codecov[bot]

cc: @pchintalapudi @gbaraldi for your pipeline expertise.

vchuravy avatar Apr 09 '24 14:04 vchuravy