We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab736da commit 5fe42dfCopy full SHA for 5fe42df
Makefile
@@ -4,9 +4,9 @@
4
5
SOURCES = fft_bench.c
6
7
-CC = icc
+CC = icx
8
CFLAGS = -m64 -fPIC -fp-model strict -O3 -g -fomit-frame-pointer \
9
- -DNDEBUG -qopenmp -xSSE4.2 -axCORE-AVX2,COMMON-AVX512 \
+ -DNDEBUG -qopenmp -xSSE4.2 -xCORE-AVX2 -xCORE-AVX512 -xCOMMON-AVX512 \
10
-lmkl_rt -Wall -pedantic
11
12
ifneq ($(CONDA_PREFIX),)
0 commit comments