Add missing OpenMP flag to Intel CPU builds
This commit is contained in:
parent
f99f8d35d9
commit
5d697fdfe9
@ -80,7 +80,7 @@ OMP_CLANG_NVIDIA = -DOMP_TARGET_GPU -fopenmp=libomp -fopenmp-targets=nvptx64-nvi
|
||||
OMP_GNU_NVIDIA = -DOMP_TARGET_GPU -fopenmp -foffload=nvptx-none
|
||||
OMP_GNU_AMD = -DOMP_TARGET_GPU -fopenmp -foffload=amdgcn-amdhsa
|
||||
|
||||
OMP_INTEL_CPU = -xHOST -qopt-streaming-stores=always
|
||||
OMP_INTEL_CPU = -xHOST -qopt-streaming-stores=always -qopenmp
|
||||
OMP_INTEL_INTEL_GPU = -DOMP_TARGET_GPU -qnextgen -fiopenmp -fopenmp-targets=spir64
|
||||
|
||||
OMP_AOMP_GPU = -DOMP_TARGET_GPU -fopenmp -fopenmp-targets=amdgcn-amd-amdhsa -Xopenmp-target=amdgcn-amd-amdhsa -march=gfx906
|
||||
|
||||
Loading…
Reference in New Issue
Block a user