Skip to content

Commit

Permalink
Change default COMPILER to icx in makefile (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss authored Sep 16, 2024
1 parent 3416bc9 commit c27a8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/make/function_definitions/32e.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ifeq ($(filter mkl ref,$(BACKEND_CONFIG)),)
endif

COMPILERs = icc icx gnu clang vc
COMPILER ?= icc
COMPILER ?= icx
CPUs := sse2 sse42 avx2 avx512
CPUs.files := nrh neh hsw skx

Expand Down

0 comments on commit c27a8fc

Please sign in to comment.