diff --git a/shared/source/gen11/hw_info_ehl.cpp b/shared/source/gen11/hw_info_ehl.cpp index 4351800e54..ec691c0f0f 100644 --- a/shared/source/gen11/hw_info_ehl.cpp +++ b/shared/source/gen11/hw_info_ehl.cpp @@ -64,7 +64,6 @@ const RuntimeCapabilityTable EHL::capabilityTable{ false, // ftrRenderCompressedImages true, // ftr64KBpages true, // instrumentationEnabled - true, // forceStatelessCompilationFor32Bit "lp", // platformType "", // deviceName true, // sourceLevelDebuggerSupported diff --git a/shared/source/gen11/hw_info_icllp.cpp b/shared/source/gen11/hw_info_icllp.cpp index 452b124bcd..2d24c6a36c 100644 --- a/shared/source/gen11/hw_info_icllp.cpp +++ b/shared/source/gen11/hw_info_icllp.cpp @@ -65,7 +65,6 @@ const RuntimeCapabilityTable ICLLP::capabilityTable{ false, // ftrRenderCompressedImages false, // ftr64KBpages true, // instrumentationEnabled - true, // forceStatelessCompilationFor32Bit "lp", // platformType "", // deviceName true, // sourceLevelDebuggerSupported diff --git a/shared/source/gen11/hw_info_lkf.cpp b/shared/source/gen11/hw_info_lkf.cpp index 25532899ea..4eb8abcbc0 100644 --- a/shared/source/gen11/hw_info_lkf.cpp +++ b/shared/source/gen11/hw_info_lkf.cpp @@ -64,7 +64,6 @@ const RuntimeCapabilityTable LKF::capabilityTable{ false, // ftrRenderCompressedImages true, // ftr64KBpages true, // instrumentationEnabled - true, // forceStatelessCompilationFor32Bit "lp", // platformType "", // deviceName true, // sourceLevelDebuggerSupported diff --git a/shared/source/gen12lp/hw_info_adlp.cpp b/shared/source/gen12lp/hw_info_adlp.cpp index 257f03e78a..62f7350389 100644 --- a/shared/source/gen12lp/hw_info_adlp.cpp +++ b/shared/source/gen12lp/hw_info_adlp.cpp @@ -61,7 +61,6 @@ const RuntimeCapabilityTable ADLP::capabilityTable{ false, // ftrRenderCompressedBuffers false, // ftrRenderCompressedImages true, // instrumentationEnabled - true, // forceStatelessCompilationFor32Bit true, // ftr64KBpages "lp", // platformType "", // deviceName diff --git a/shared/source/gen12lp/hw_info_adls.cpp b/shared/source/gen12lp/hw_info_adls.cpp index ef3159c503..58d5da52d2 100644 --- a/shared/source/gen12lp/hw_info_adls.cpp +++ b/shared/source/gen12lp/hw_info_adls.cpp @@ -61,7 +61,6 @@ const RuntimeCapabilityTable ADLS::capabilityTable{ false, // ftrRenderCompressedBuffers false, // ftrRenderCompressedImages true, // instrumentationEnabled - true, // forceStatelessCompilationFor32Bit true, // ftr64KBpages "lp", // platformType "", // deviceName diff --git a/shared/source/gen12lp/hw_info_dg1.cpp b/shared/source/gen12lp/hw_info_dg1.cpp index 4c8e3e9a92..e58ef52e92 100644 --- a/shared/source/gen12lp/hw_info_dg1.cpp +++ b/shared/source/gen12lp/hw_info_dg1.cpp @@ -70,7 +70,6 @@ const RuntimeCapabilityTable DG1::capabilityTable{ false, // ftrRenderCompressedImages true, // ftr64KBpages true, // instrumentationEnabled - true, // forceStatelessCompilationFor32Bit "lp", // platformType "", // deviceName true, // sourceLevelDebuggerSupported diff --git a/shared/source/gen12lp/hw_info_rkl.cpp b/shared/source/gen12lp/hw_info_rkl.cpp index abe7ac6b5c..68250d2e85 100644 --- a/shared/source/gen12lp/hw_info_rkl.cpp +++ b/shared/source/gen12lp/hw_info_rkl.cpp @@ -62,7 +62,6 @@ const RuntimeCapabilityTable RKL::capabilityTable{ false, // ftrRenderCompressedImages true, // ftr64KBpages true, // instrumentationEnabled - true, // forceStatelessCompilationFor32Bit "lp", // platformType "", // deviceName true, // sourceLevelDebuggerSupported diff --git a/shared/source/gen12lp/hw_info_tgllp.cpp b/shared/source/gen12lp/hw_info_tgllp.cpp index a718c73893..043d0ef065 100644 --- a/shared/source/gen12lp/hw_info_tgllp.cpp +++ b/shared/source/gen12lp/hw_info_tgllp.cpp @@ -65,7 +65,6 @@ const RuntimeCapabilityTable TGLLP::capabilityTable{ false, // ftrRenderCompressedBuffers false, // ftrRenderCompressedImages true, // instrumentationEnabled - true, // forceStatelessCompilationFor32Bit true, // ftr64KBpages "lp", // platformType "", // deviceName diff --git a/shared/source/gen8/hw_info_bdw.cpp b/shared/source/gen8/hw_info_bdw.cpp index 08b9c2b3b2..f2190abe8c 100644 --- a/shared/source/gen8/hw_info_bdw.cpp +++ b/shared/source/gen8/hw_info_bdw.cpp @@ -69,7 +69,6 @@ const RuntimeCapabilityTable BDW::capabilityTable{ false, // ftrRenderCompressedImages false, // ftr64KBpages true, // instrumentationEnabled - true, // forceStatelessCompilationFor32Bit "core", // platformType "", // deviceName false, // sourceLevelDebuggerSupported diff --git a/shared/source/gen9/hw_info_bxt.cpp b/shared/source/gen9/hw_info_bxt.cpp index 6ebfe98297..5d9f7b66a4 100644 --- a/shared/source/gen9/hw_info_bxt.cpp +++ b/shared/source/gen9/hw_info_bxt.cpp @@ -66,7 +66,6 @@ const RuntimeCapabilityTable BXT::capabilityTable{ false, // ftrRenderCompressedImages false, // ftr64KBpages true, // instrumentationEnabled - false, // forceStatelessCompilationFor32Bit "lp", // platformType "", // deviceName true, // sourceLevelDebuggerSupported diff --git a/shared/source/gen9/hw_info_cfl.cpp b/shared/source/gen9/hw_info_cfl.cpp index 3ad47ebc49..f2fa73c9a3 100644 --- a/shared/source/gen9/hw_info_cfl.cpp +++ b/shared/source/gen9/hw_info_cfl.cpp @@ -61,7 +61,6 @@ const RuntimeCapabilityTable CFL::capabilityTable{ false, // ftrRenderCompressedImages true, // ftr64KBpages true, // instrumentationEnabled - true, // forceStatelessCompilationFor32Bit "core", // platformType "", // deviceName true, // sourceLevelDebuggerSupported diff --git a/shared/source/gen9/hw_info_glk.cpp b/shared/source/gen9/hw_info_glk.cpp index 8d0e3cc4cd..10a000bcf1 100644 --- a/shared/source/gen9/hw_info_glk.cpp +++ b/shared/source/gen9/hw_info_glk.cpp @@ -61,7 +61,6 @@ const RuntimeCapabilityTable GLK::capabilityTable{ false, // ftrRenderCompressedImages false, // ftr64KBpages true, // instrumentationEnabled - false, // forceStatelessCompilationFor32Bit "lp", // platformType "", // deviceName true, // sourceLevelDebuggerSupported diff --git a/shared/source/gen9/hw_info_kbl.cpp b/shared/source/gen9/hw_info_kbl.cpp index d27c31cdec..ce9f462cbb 100644 --- a/shared/source/gen9/hw_info_kbl.cpp +++ b/shared/source/gen9/hw_info_kbl.cpp @@ -61,7 +61,6 @@ const RuntimeCapabilityTable KBL::capabilityTable{ false, // ftrRenderCompressedImages true, // ftr64KBpages true, // instrumentationEnabled - true, // forceStatelessCompilationFor32Bit "core", // platformType "", // deviceName true, // sourceLevelDebuggerSupported diff --git a/shared/source/gen9/hw_info_skl.cpp b/shared/source/gen9/hw_info_skl.cpp index 6f65675ea5..59b46a41ce 100644 --- a/shared/source/gen9/hw_info_skl.cpp +++ b/shared/source/gen9/hw_info_skl.cpp @@ -69,7 +69,6 @@ const RuntimeCapabilityTable SKL::capabilityTable{ false, // ftrRenderCompressedImages true, // ftr64KBpages true, // instrumentationEnabled - true, // forceStatelessCompilationFor32Bit "core", // platformType "", // deviceName true, // sourceLevelDebuggerSupported diff --git a/shared/source/helpers/hw_info.h b/shared/source/helpers/hw_info.h index b91a83799f..f3c2df9a73 100644 --- a/shared/source/helpers/hw_info.h +++ b/shared/source/helpers/hw_info.h @@ -49,7 +49,6 @@ struct RuntimeCapabilityTable { bool ftrRenderCompressedImages; bool ftr64KBpages; bool instrumentationEnabled; - bool forceStatelessCompilationFor32Bit; const char *platformType; const char *deviceName; bool debuggerSupported; diff --git a/shared/source/xe_hp_core/hw_info_xe_hp_sdv.cpp b/shared/source/xe_hp_core/hw_info_xe_hp_sdv.cpp index 8cbc4fe216..a71a620f84 100644 --- a/shared/source/xe_hp_core/hw_info_xe_hp_sdv.cpp +++ b/shared/source/xe_hp_core/hw_info_xe_hp_sdv.cpp @@ -66,7 +66,6 @@ const RuntimeCapabilityTable XE_HP_SDV::capabilityTable{ false, // ftrRenderCompressedImages true, // ftr64KBpages true, // instrumentationEnabled - true, // forceStatelessCompilationFor32Bit "core", // platformType "", // deviceName true, // sourceLevelDebuggerSupported