-
Notifications
You must be signed in to change notification settings - Fork 237
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
[TUNA] FIN subtree updates JSON versioning #1376
Conversation
0e164bf66 setting json version (#37) f3f7fed18 Remove function redefinition (#36) e1de51a58 Performance DB de-serialize test (#34) 043cdcdaa Layout support in Fin (#33) 3a1d58236 Hotfix (#32) ee3f0d543 4.4 Tuning Bugfixes (#31) 832dbe234 Tunability Reporting (#27) a564a229f include gfx90a_110 (#28) git-subtree-dir: fin git-subtree-split: 0e164bf66280932586e25e15d09c60b02cbd6fc3
@@ -994,17 +994,25 @@ int ConvFin<Tgpu, Tref>::ProcessStep(const std::string& step_name) | |||
if(step_name == "copy_buf_from_device") | |||
return CopyFromDevice(); | |||
if(step_name == "applicability") | |||
{ |
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.
@alexandraBara why this change? Or why not change them all? :)
@alexandraBara Please check the CI |
Codecov Report
@@ Coverage Diff @@
## develop #1376 +/- ##
========================================
Coverage 50.67% 50.67%
========================================
Files 359 359
Lines 53765 53765
========================================
Hits 27248 27248
Misses 26517 26517 Continue to review full report at Codecov.
|
It should not have impacted CI while the pipeline keep stuck for other reasons. Restarted again and let's monitor it. |
Pulled in the most recent version of FIN https://github.com/ROCmSoftwarePlatform/fin: