GPUCompiler.jl
GPUCompiler.jl copied to clipboard
CI: Add Julia 1.7 jobs
Extend AMDGPU job timeout to 3 hours Make AMDGPU job success mandatory
Need to update AMDGPU to support GPUCompiler 0.14 and remove oneAPI 1.7 job.
Yeah the oneAPI machine at MIT has been down for weeks... (cc @vchuravy) I'm hoping to replace it with one I manage, but there's bugs in the Intel compiler on that platform...
Codecov Report
Merging #314 (672edb5) into master (1628800) will increase coverage by
11.29%. The diff coverage isn/a.
:exclamation: Current head 672edb5 differs from pull request most recent head 1e5d1e1. Consider uploading reports for the commit 1e5d1e1 to get more accurate results
@@ Coverage Diff @@
## master #314 +/- ##
===========================================
+ Coverage 75.23% 86.52% +11.29%
===========================================
Files 22 22
Lines 2253 2442 +189
===========================================
+ Hits 1695 2113 +418
+ Misses 558 329 -229
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/validation.jl | 96.29% <0.00%> (-0.87%) |
:arrow_down: |
| src/interface.jl | 85.00% <0.00%> (+1.30%) |
:arrow_up: |
| src/driver.jl | 91.57% <0.00%> (+2.81%) |
:arrow_up: |
| src/mcgen.jl | 97.36% <0.00%> (+5.26%) |
:arrow_up: |
| src/spirv.jl | 89.83% <0.00%> (+7.33%) |
:arrow_up: |
| src/debug.jl | 97.22% <0.00%> (+8.33%) |
:arrow_up: |
| src/irgen.jl | 94.99% <0.00%> (+8.38%) |
:arrow_up: |
| src/jlgen.jl | 80.57% <0.00%> (+10.68%) |
:arrow_up: |
| src/gcn.jl | 84.68% <0.00%> (+15.31%) |
:arrow_up: |
| src/ptx.jl | 85.61% <0.00%> (+19.24%) |
:arrow_up: |
| ... and 3 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 1628800...1e5d1e1. Read the comment docs.
oneAPI bot is back, so its 1.7 CI job can be re-enabled.
@jpsamaroo Can you revert 672edb5
Maybe rebase for Enzyme?
This seems stale, and has conflicts with master. Better start with a new PR once we upgrade CI?