Added ML Suite to ECP Proxy App Suite (#22728)

This commit is contained in:
Robert Pavel 2021-04-01 18:52:17 -06:00 committed by GitHub
parent 7e6048fef5
commit 3f7c111e29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,14 @@ class EcpProxyApps(BundlePackage):
variant('candle', default=False,
description='Also build CANDLE Benchmarks')
variant('ml', default=False,
description='Also build Machine Learning Suite')
# Added as part of ML Suite with 4.0
depends_on('minigan@1.0.0', when='+ml @4.0:')
depends_on('cradl@master', when='+ml @4.0:')
depends_on('cosmoflow-benchmark@master', when='+ml @4.0:')
depends_on('mlperf-deepcam@master', when='+ml @4.0:')
# Added with release 4.0
depends_on('miniamr@1.6.4', when='@4.0:')