File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ The package also provides `mkl_fft.interfaces.numpy_fft` and `mkl_fft.interfaces
75
75
---
76
76
77
77
To build ` mkl_fft ` from sources on Linux with Intel® OneMKL:
78
- - create a virtual environemnt : ` python3 -m venv fft_env `
78
+ - create a virtual environment : ` python3 -m venv fft_env `
79
79
- activate the environment: ` source fft_env/bin/activate `
80
80
- install a recent version of OneMKL, if necessary
81
81
- execute ` source /path_to_oneapi/mkl/latest/env/vars.sh `
Original file line number Diff line number Diff line change 25
25
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
26
27
27
"""
28
- An interface for FFT module of Scipy (`scipy .fft`) that uses OneMKL FFT
28
+ An interface for FFT module of NumPy (`numpy .fft`) that uses OneMKL FFT
29
29
in the backend.
30
-
31
30
"""
32
31
33
32
__all__ = [
Original file line number Diff line number Diff line change 25
25
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
26
27
27
"""
28
- An interface for FFT module of Scipy (`scipy.fft`) that uses OneMKL FFT
28
+ An interface for FFT module of SciPy (`scipy.fft`) that uses OneMKL FFT
29
29
in the backend.
30
-
31
30
"""
32
31
33
32
import contextlib
You can’t perform that action at this time.
0 commit comments