Enable hipblaslt
Remove gfx10,gfx11 - koji taking too long to build. Signed-off-by: Tom Rix <trix@amd.com>
This commit is contained in:
parent
da9c85c23d
commit
548a9ad819
1 changed files with 3 additions and 30 deletions
|
|
@ -23,20 +23,13 @@
|
|||
%bcond_with test
|
||||
|
||||
%ifarch x86_64
|
||||
# ROCm support came in F40
|
||||
%if 0%{?fedora} > 39
|
||||
%bcond_without rocm
|
||||
%else
|
||||
%bcond_with rocm
|
||||
%endif
|
||||
%endif
|
||||
# hipblaslt is in development
|
||||
%bcond_with hipblaslt
|
||||
# Which families gpu build for
|
||||
%global rocm_gpu_list gfx9 gfx10 gfx11
|
||||
%bcond_without hipblaslt
|
||||
%bcond_without magma
|
||||
%global rocm_default_gpu default
|
||||
%bcond_without rocm_loop
|
||||
%global rocm_default_gpu default
|
||||
%global rocm_gpu_list gfx9
|
||||
|
||||
# Caffe2 support came in F41
|
||||
%if 0%{?fedora} > 40
|
||||
|
|
@ -439,18 +432,6 @@ Summary: %{name} for ROCm gfx9
|
|||
%description -n python3-%{pypi_name}-rocm-gfx9
|
||||
%{summary}
|
||||
|
||||
%package -n python3-%{pypi_name}-rocm-gfx10
|
||||
Summary: %{name} for ROCm gfx10
|
||||
|
||||
%description -n python3-%{pypi_name}-rocm-gfx10
|
||||
%{summary}
|
||||
|
||||
%package -n python3-%{pypi_name}-rocm-gfx11
|
||||
Summary: %{name} for ROCm gfx11
|
||||
|
||||
%description -n python3-%{pypi_name}-rocm-gfx11
|
||||
%{summary}
|
||||
|
||||
%if %{with test}
|
||||
%package -n python3-%{pypi_name}-test
|
||||
Summary: Tests for %{name}
|
||||
|
|
@ -977,14 +958,6 @@ done
|
|||
%{_libdir}/rocm/gfx9/bin/*
|
||||
%{_libdir}/rocm/gfx9/lib64/*
|
||||
|
||||
%files -n python3-%{pypi_name}-rocm-gfx10
|
||||
%{_libdir}/rocm/gfx10/bin/*
|
||||
%{_libdir}/rocm/gfx10/lib64/*
|
||||
|
||||
%files -n python3-%{pypi_name}-rocm-gfx11
|
||||
%{_libdir}/rocm/gfx11/bin/*
|
||||
%{_libdir}/rocm/gfx11/lib64/*
|
||||
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue