From a3fc85f7443cfae0dfe71460f33343bce48e86d4 Mon Sep 17 00:00:00 2001 From: Omar Khalil Ahmed Date: Mon, 27 Nov 2023 05:43:47 -0800 Subject: [PATCH] Fixup to build for Intel Xe GPU OpenMP support --- src/config/makefile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/makefile.h b/src/config/makefile.h index ee6a9e8a9b..4bdd71006a 100644 --- a/src/config/makefile.h +++ b/src/config/makefile.h @@ -2440,7 +2440,7 @@ ifneq ($(TARGET),LINUX) ifdef USE_IFX FOPTIONS += -fiopenmp ifdef USE_OFFLOAD - FOPTIONS += -fopenmp-targets=spirv64 + FOPTIONS += -fopenmp-targets=spir64 ifdef USE_IMAX_OPENMP_TRPDRV DEFINES += -DUSE_IMAX_OPENMP_TRPDRV endif