Adding support for rocmcc to cray-libsci package (#28601)

This commit is contained in:
luker 2022-02-10 03:50:33 -06:00 committed by GitHub
parent 130354b867
commit fa38af285c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,8 @@ class CrayLibsci(Package):
'cce': 'CRAY',
'intel': 'INTEL',
'clang': 'ALLINEA',
'aocc': 'AOCC'
'aocc': 'AOCC',
'rocmcc': 'AMD'
}
@property