Skip to content

Commit

Permalink
Remove default options for Intel Xe Max
Browse files Browse the repository at this point in the history
  • Loading branch information
omarkahmed committed Aug 5, 2024
1 parent a30fcbc commit e7a8e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccsd/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ ifdef USE_IMAX_OPENMP_TRPDRV

OBJ_OPTIMIZE += ccsd_trpdrv_omp_reduce_f.o

FOPTIONS += -O3 -fiopenmp -fopenmp-targets=spir64="-mllvm -vpo-paropt-opt-data-sharing-for-reduction=false -mllvm -vpo-paropt-atomic-free-reduction-par-global=false" -switch offload_modvars -mllvm -vpo-paropt-atomic-free-reduction-slm=true -qmkl -mllvm -vpo-paropt-dispatch-codegen-version=1 -switch -use-host-usm-for-implicit-reduction-map
FOPTIONS += -O3 -fiopenmp -fopenmp-targets=spir64="-mllvm -vpo-paropt-atomic-free-reduction-par-global=false" -switch offload_modvars -mllvm -vpo-paropt-atomic-free-reduction-slm=true -qmkl

DEFINES += -DMKL_ILP64

Expand Down

0 comments on commit e7a8e04

Please sign in to comment.