From 4b0086bca39b9b5c25fa8c850cf29b30a52259a7 Mon Sep 17 00:00:00 2001 From: foreman Date: Mon, 12 Jun 2017 17:31:11 -0400 Subject: [PATCH] P4 to Git Change 1421454 by yaxunl@yaxunl_stg_win50 on 2017/06/12 17:18:49 SWDEV-123891 - Bump up OpenCL SC_CLIENT_INTERFACE_MAJOR_VERSION from 1 to 4 Part 2/2 Affected files ... ... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/EGNI/scCompile89.cpp#3 edit ... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/SI/scCompileSI.cpp#6 edit ... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/backends/gpu/scwrapper/scState.cpp#6 edit ... //depot/stg/opencl/drivers/opencl/compiler/legacy-lib/complibdefs#7 edit ... //depot/stg/opencl/drivers/opencl/compiler/lib/complibdefs#50 edit ... //depot/stg/opencl/drivers/opencl/compiler/sclibdefs.opencl#15 edit [ROCm/clr commit: cd6158680156203dcd2f0dd474bdf58d14a9e601] --- projects/clr/rocclr/compiler/lib/complibdefs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/clr/rocclr/compiler/lib/complibdefs b/projects/clr/rocclr/compiler/lib/complibdefs index c7ab369879..e9904bfa49 100644 --- a/projects/clr/rocclr/compiler/lib/complibdefs +++ b/projects/clr/rocclr/compiler/lib/complibdefs @@ -101,5 +101,4 @@ ifneq (,$(wildcard $(COMPLIB_DEPTH)/loaders/elf/utils/blowfish/blowfish.h)) GCPPFLAGS += $(DEFSWITCH) HAVE_BLOWFISH_H endif -LCXXOPTS += -D SC_CLIENT_INTERFACE_MAJOR_VERSION=$(SC_CLIENT_INTERFACE_MAJOR_VERSION) -LCOPTS += -D SC_CLIENT_INTERFACE_MAJOR_VERSION=$(SC_CLIENT_INTERFACE_MAJOR_VERSION) +include $(OPENCL_DEPTH)/compiler/scinterfacedefs.opencl