AMD ROCm 4.1.0 release: Bump up the version of migraphx recipe (#22889)
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
This commit is contained in:
parent
dca4893c11
commit
f76952572f
@ -15,6 +15,7 @@ class Migraphx(CMakePackage):
|
||||
|
||||
maintainers = ['srekolam', 'arjun-raj-kuppala']
|
||||
|
||||
version('4.1.0', sha256='f9b1d2e25cdbaf5d0bfb07d4c8ccef0abaa291757c4bce296c3b5b9488174045')
|
||||
version('4.0.0', sha256='b8b845249626e9169353dbfa2530db468972a7569b248c8118ff19e029a12e55')
|
||||
version('3.10.0', sha256='eda22b9af286afb7806e6b5d5ebb0d612dce87c9bad64ba5176fda1c2ed9c9b7')
|
||||
version('3.9.0', sha256='7649689e06522302c07b39abb88bdcc3d4de18a7559d4f6a9e238e92b2074032')
|
||||
@ -39,18 +40,17 @@ def url_for_version(self, version):
|
||||
depends_on('protobuf', type='link')
|
||||
depends_on('blaze', type='build')
|
||||
depends_on('nlohmann-json', type='link')
|
||||
depends_on('py-pybind11', type='build')
|
||||
depends_on('msgpack-c', type='link')
|
||||
depends_on('half@1.12.0', type='link')
|
||||
depends_on('py-pybind11', type='build')
|
||||
depends_on('py-pybind11@2.6:', type='build', when='@4.1.0:')
|
||||
|
||||
for ver in ['3.5.0', '3.7.0', '3.8.0', '3.9.0', '3.10.0', '4.0.0']:
|
||||
for ver in ['3.5.0', '3.7.0', '3.8.0', '3.9.0', '3.10.0', '4.0.0', '4.1.0']:
|
||||
depends_on('hip@' + ver, type='build', when='@' + ver)
|
||||
depends_on('rocm-cmake@' + ver, type='build', when='@' + ver)
|
||||
depends_on('llvm-amdgpu@' + ver, type='build', when='@' + ver)
|
||||
depends_on('rocblas@' + ver, type='link', when='@' + ver)
|
||||
depends_on('miopen-hip@' + ver, type='link', when='@' + ver)
|
||||
if ver in ['3.9.0', '3.10.0', '4.0.0']:
|
||||
depends_on('nlohmann-json')
|
||||
|
||||
def cmake_args(self):
|
||||
args = [
|
||||
|
Loading…
Reference in New Issue
Block a user