Rocm 3.7 rccl (#18587)
* ROCm 3.5 miopen recipe * fixing flake8 issues * cmake variant fix * min support fix * variant possible values * ROCm 3.7 RCCL changes
This commit is contained in:
		| @@ -13,14 +13,15 @@ class Rccl(CMakePackage): | ||||
|     and reduce-scatter.""" | ||||
| 
 | ||||
|     homepage = "https://github.com/RadeonOpenCompute/rccl" | ||||
|     url      = "https://github.com/ROCmSoftwarePlatform/rccl/archive/rocm-3.5.0.tar.gz" | ||||
|     url      = "https://github.com/ROCmSoftwarePlatform/rccl/archive/rocm-3.7.0.tar.gz" | ||||
| 
 | ||||
|     maintainers = ['srekolam', 'arjun-raj-kuppala'] | ||||
| 
 | ||||
|     version('3.7.0', sha256='8273878ff71aac2e7adf5cc8562d2933034c6c6b3652f88fbe3cd4f2691036e3') | ||||
|     version('3.5.0', sha256='290b57a66758dce47d0bfff3f5f8317df24764e858af67f60ddcdcadb9337253') | ||||
| 
 | ||||
|     depends_on('cmake@3:', type='build') | ||||
|     for ver in ['3.5.0']: | ||||
|     for ver in ['3.5.0', '3.7.0']: | ||||
|         depends_on('rocm-cmake@' + ver, type='build', when='@' + ver) | ||||
|         depends_on('hip@' + ver, type='build', when='@' + ver) | ||||
|         depends_on('rocm-device-libs@' + ver, type='build', when='@' + ver) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ganesh Kumar
					Ganesh Kumar