-
Notifications
You must be signed in to change notification settings - Fork 35
Add RocHPL tests #458
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
Add RocHPL tests #458
Conversation
|
cscs-ci run alps-beverin-uenv;MY_UENV=prgenv-gnu/25.07-6.3.3:v9 |
| class RocHPL(rfm.RegressionTest): | ||
| descr = 'AMD HPL (rocHPL) test' | ||
| valid_systems = ['+amdgpu +uenv'] | ||
| valid_prog_environs = ['+uenv +prgenv +rocm'] |
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.
@rasolca this should be enough to get HPL into the bencher CI runs:
| valid_prog_environs = ['+uenv +prgenv +rocm'] | |
| valid_prog_environs = ['+uenv +prgenv +rocm'] | |
| tags = {'bencher'} |
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.
I added the tag just for the medium and large test.
jgphpc
left a comment
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.
Tested with UENV=prgenv-gnu/25.07-6.3.3:v10 on beverin
┍━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━┯━━━━━━━━━┯━━━━━━━━┯━━━━━━━━━━━┑
│ name │ sysenv │ job_nodelist │ pvar │ punit │ pval │ presult │
┝━━━━━━━━━━━━━━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┿━━━━━━━━━━━━━━━━┿━━━━━━━━━━━━━┿━━━━━━━━━┿━━━━━━━━┿━━━━━━━━━━━┥
│ RocHPL_small │ beverin:mi300+prgenv-gnu_25.07-6.3.3_v10_default │ nid002928 │ size 38400 │ Gflop/s │ 23730 │ fail │
├───────────────┼──────────────────────────────────────────────────┼────────────────┼─────────────┼─────────┼────────┼───────────┤
│ RocHPL_small │ beverin:mi200+prgenv-gnu_25.07-6.3.3_v10_default │ nid002548 │ size 38400 │ Gflop/s │ 25370 │ pass │
├───────────────┼──────────────────────────────────────────────────┼────────────────┼─────────────┼─────────┼────────┼───────────┤
│ RocHPL_medium │ beverin:mi300+prgenv-gnu_25.07-6.3.3_v10_default │ nid002928 │ size 192000 │ Gflop/s │ 155500 │ pass │
├───────────────┼──────────────────────────────────────────────────┼────────────────┼─────────────┼─────────┼────────┼───────────┤
│ RocHPL_medium │ beverin:mi200+prgenv-gnu_25.07-6.3.3_v10_default │ nid002536 │ size 192000 │ Gflop/s │ 148300 │ pass │
├───────────────┼──────────────────────────────────────────────────┼────────────────┼─────────────┼─────────┼────────┼───────────┤
│ RocHPL_large │ beverin:mi300+prgenv-gnu_25.07-6.3.3_v10_default │ nid002926 │ size 218880 │ Gflop/s │ 35930 │ fail │
├───────────────┼──────────────────────────────────────────────────┼────────────────┼─────────────┼─────────┼────────┼───────────┤
│ RocHPL_large │ beverin:mi200+prgenv-gnu_25.07-6.3.3_v10_default │ nid002538 │ size 218880 │ Gflop/s │ 151400 │ pass │
┕━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━┷━━━━━━━━━┷━━━━━━━━┷━━━━━━━━━━━┙
Small changes needed
|
apply requested changes before we can merge |
Co-authored-by: Jean-guillaume Piccinali <[email protected]>
|
Thanks @jgphpc. I applied your changes. |
|
cscs-ci run alps-beverin-uenv;MY_UENV=prgenv-gnu/25.07-6.3.3:v10 |
|
cscs-ci run alps-beverin-uenv;MY_UENV=prgenv-gnu/25.07-6.3.3:v10 |
|
cscs-ci run alps-beverin-uenv;MY_UENV=prgenv-gnu/25.07-6.3.3:v10 |
|
cscs-ci run alps-beverin-uenv;MY_UENV=prgenv-gnu/25.07-6.3.3:v10 |
Added RocHPL test. (https://jira.cscs.ch/browse/SSA-772)