-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All ecosystem consumers have switched to the string-based API.
- Loading branch information
Showing
5 changed files
with
26 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
//Module passes | ||
#ifdef MODULE_PASS | ||
MODULE_PASS("CPUFeatures", CPUFeaturesPass, CPUFeaturesPass()) | ||
MODULE_PASS("RemoveNI", RemoveNIPass, RemoveNIPass()) | ||
MODULE_PASS("JuliaMultiVersioning", MultiVersioningPass, MultiVersioningPass()) | ||
MODULE_PASS("RemoveJuliaAddrspaces", RemoveJuliaAddrspacesPass, RemoveJuliaAddrspacesPass()) | ||
MODULE_PASS("RemoveAddrspaces", RemoveAddrspacesPass, RemoveAddrspacesPass()) | ||
MODULE_PASS("LowerPTLSPass", LowerPTLSPass, LowerPTLSPass()) | ||
MODULE_PASS("CPUFeatures", CPUFeaturesPass()) | ||
MODULE_PASS("RemoveNI", RemoveNIPass()) | ||
MODULE_PASS("JuliaMultiVersioning", MultiVersioningPass()) | ||
MODULE_PASS("RemoveJuliaAddrspaces", RemoveJuliaAddrspacesPass()) | ||
MODULE_PASS("RemoveAddrspaces", RemoveAddrspacesPass()) | ||
MODULE_PASS("LowerPTLSPass", LowerPTLSPass()) | ||
#endif | ||
|
||
//Function passes | ||
#ifdef FUNCTION_PASS | ||
FUNCTION_PASS("DemoteFloat16", DemoteFloat16Pass, DemoteFloat16Pass()) | ||
FUNCTION_PASS("LateLowerGCFrame", LateLowerGCPass, LateLowerGCPass()) | ||
FUNCTION_PASS("AllocOpt", AllocOptPass, AllocOptPass()) | ||
FUNCTION_PASS("PropagateJuliaAddrspaces", PropagateJuliaAddrspacesPass, PropagateJuliaAddrspacesPass()) | ||
FUNCTION_PASS("LowerExcHandlers", LowerExcHandlersPass, LowerExcHandlersPass()) | ||
FUNCTION_PASS("GCInvariantVerifier", GCInvariantVerifierPass, GCInvariantVerifierPass()) | ||
FUNCTION_PASS("FinalLowerGC", FinalLowerGCPass, FinalLowerGCPass()) | ||
FUNCTION_PASS("DemoteFloat16", DemoteFloat16Pass()) | ||
FUNCTION_PASS("LateLowerGCFrame", LateLowerGCPass()) | ||
FUNCTION_PASS("AllocOpt", AllocOptPass()) | ||
FUNCTION_PASS("PropagateJuliaAddrspaces", PropagateJuliaAddrspacesPass()) | ||
FUNCTION_PASS("LowerExcHandlers", LowerExcHandlersPass()) | ||
FUNCTION_PASS("GCInvariantVerifier", GCInvariantVerifierPass()) | ||
FUNCTION_PASS("FinalLowerGC", FinalLowerGCPass()) | ||
#endif | ||
|
||
//Loop passes | ||
#ifdef LOOP_PASS | ||
LOOP_PASS("JuliaLICM", JuliaLICMPass, JuliaLICMPass()) | ||
LOOP_PASS("LowerSIMDLoop", LowerSIMDLoopPass, LowerSIMDLoopPass()) | ||
LOOP_PASS("JuliaLICM", JuliaLICMPass()) | ||
LOOP_PASS("LowerSIMDLoop", LowerSIMDLoopPass()) | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31f7df6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Executing the daily package evaluation, I will reply here when finished:
@nanosoldier
runtests(isdaily = true)
31f7df6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.
31f7df6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nanosoldier
runbenchmarks(ALL, isdaily = true)
31f7df6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here.
31f7df6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is a lot of optimizer and inference slow downs