Skip to content

Commit 75a4545

Browse files
vtavanaantonwolfy
andauthored
Apply suggestions from code review
Co-authored-by: Anton <[email protected]>
1 parent 54572f6 commit 75a4545

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkl_fft/interfaces/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ mkl.verbose(1)
7272
# True
7373

7474
with scipy.fft.set_backend(mkl_backend, only=True):
75-
mkl_res = scipy.fft.fft2(x, workers=4) # Calls `mkl_fft` backend
75+
mkl_res = scipy.fft.fft2(x, workers=4) # Calls `mkl_fft` backend
7676
# MKL_VERBOSE oneMKL 2024.0 Update 2 Patch 2 Product build 20240823 for Intel(R) 64 architecture Intel(R) Advanced Vector Extensions 512 (Intel(R) AVX-512) with support for INT8, BF16, FP16 (limited) instructions, and Intel(R) Advanced Matrix Extensions (Intel(R) AMX) with INT8 and BF16, Lnx 2.00GHz intel_thread
7777
# MKL_VERBOSE FFT(drfo7:8:8x8:1:1,input_strides:{0,8,1},output_strides:{0,8,1},bScale:0.0178571,tLim:1,unaligned_output,desc:0x557affb60d40) 36.11us CNR:OFF Dyn:1 FastMM:1 TID:0 NThr:4
7878

mkl_fft/tests/test_interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,5 @@ def test_axes(func):
172172
@pytest.mark.parametrize(
173173
"func", ["fftshift", "ifftshift", "fftfreq", "rfftfreq"]
174174
)
175-
def test_interfac_helper_functions(interface, func):
175+
def test_interface_helper_functions(interface, func):
176176
assert hasattr(interface, func)

0 commit comments

Comments
 (0)