rocblas: remove unnecessary conflicts (#35232)

The gfx906:xnack- and gfx908:xnack- targets were introduced in ROCm 4.1
and replaced gfx906 and gfx908 as default build targets, but the library
can still be built for gfx906 and gfx908 if requested.
This commit is contained in:
Cory Bloor 2023-01-30 08:08:36 -07:00 committed by GitHub
parent 2dc020af31
commit 4f6ef3b698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,8 +114,6 @@ class Rocblas(CMakePackage):
# gfx906, gfx908,gfx803,gfx900 are valid for @:4.0.0
# gfx803,gfx900,gfx:xnack-,gfx908:xnack- are valid gpus for @4.1.0:4.2.0
# gfx803 till gfx1030 are valid gpus for @4.3.0:
conflicts("amdgpu_target=gfx906", when="@4.0.1:")
conflicts("amdgpu_target=gfx908", when="@4.0.1:")
conflicts("amdgpu_target=gfx906:xnack-", when="@:4.0.0")
conflicts("amdgpu_target=gfx908:xnack-", when="@:4.0.0")
conflicts("amdgpu_target=gfx90a:xnack+", when="@:4.2.1")