Fix USE_NUMA
Needed a BuildRequires: numactl-devel Signed-off-by: Tom Rix <trix@redhat.com>
This commit is contained in:
parent
2d9b5647c3
commit
2debc89ffd
1 changed files with 2 additions and 2 deletions
|
|
@ -327,9 +327,10 @@ BuildRequires: gcc-gfortran
|
||||||
BuildRequires: gloo-devel
|
BuildRequires: gloo-devel
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: libomp-devel
|
||||||
|
BuildRequires: numactl-devel
|
||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
BuildRequires: onnx-devel
|
BuildRequires: onnx-devel
|
||||||
BuildRequires: libomp-devel
|
|
||||||
%if %{with distributed}
|
%if %{with distributed}
|
||||||
%if %{with mpi}
|
%if %{with mpi}
|
||||||
BuildRequires: openmpi-devel
|
BuildRequires: openmpi-devel
|
||||||
|
|
@ -918,7 +919,6 @@ export USE_MAGMA=OFF
|
||||||
export USE_MEM_EFF_ATTENTION=OFF
|
export USE_MEM_EFF_ATTENTION=OFF
|
||||||
export USE_MKLDNN=OFF
|
export USE_MKLDNN=OFF
|
||||||
export USE_MPI=OFF
|
export USE_MPI=OFF
|
||||||
export USE_MKLDNN=OFF
|
|
||||||
export USE_NCCL=OFF
|
export USE_NCCL=OFF
|
||||||
export USE_NNPACK=OFF
|
export USE_NNPACK=OFF
|
||||||
export USE_NUMPY=ON
|
export USE_NUMPY=ON
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue