mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 18:37:46 +08:00
Zebin: Remove actual_kernel_start_offset from execEnv
This change is needed to bump zeInfo version beyond 1.6 - Version 1.6: Remove actual_kernel_start_offset from execution environment. Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5c0115488d
commit
0a4ab48e0b
@@ -130,7 +130,6 @@ static constexpr ConstStringRef perThreadMemoryBuffers("per_thread_memory_buffer
|
||||
static constexpr ConstStringRef experimentalProperties("experimental_properties");
|
||||
|
||||
namespace ExecutionEnv {
|
||||
static constexpr ConstStringRef actualKernelStartOffset("actual_kernel_start_offset");
|
||||
static constexpr ConstStringRef barrierCount("barrier_count");
|
||||
static constexpr ConstStringRef disableMidThreadPreemption("disable_mid_thread_preemption");
|
||||
static constexpr ConstStringRef grfCount("grf_count");
|
||||
@@ -317,12 +316,10 @@ static constexpr WorkgroupWalkOrderDimensionsT workgroupWalkOrderDimensions = {0
|
||||
} // namespace Defaults
|
||||
|
||||
static constexpr ConstStringRef required[] = {
|
||||
Tags::Kernel::ExecutionEnv::actualKernelStartOffset,
|
||||
Tags::Kernel::ExecutionEnv::grfCount,
|
||||
Tags::Kernel::ExecutionEnv::simdSize};
|
||||
|
||||
struct ExecutionEnvBaseT {
|
||||
ActualKernelStartOffsetT actualKernelStartOffset = -1;
|
||||
BarrierCountT barrierCount = Defaults::barrierCount;
|
||||
DisableMidThreadPreemptionT disableMidThreadPreemption = Defaults::disableMidThreadPreemption;
|
||||
GrfCountT grfCount = -1;
|
||||
|
||||
Reference in New Issue
Block a user