mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
refactor: store implicit args version in kernel
- adjust tests to work with implicitargs v0 and v1 Related-To: NEO-14115 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f5e37e725c
commit
34dad4d3de
@@ -513,6 +513,7 @@ class Kernel : public ReferenceTrackedObject<Kernel>, NEO::NonCopyableAndNonMova
|
||||
uint32_t slmTotalSize = 0u;
|
||||
uint32_t sshLocalSize = 0u;
|
||||
uint32_t crossThreadDataSize = 0u;
|
||||
uint32_t implicitArgsVersion = 0;
|
||||
|
||||
bool containsStatelessWrites = true;
|
||||
bool usingSharedObjArgs = false;
|
||||
|
||||
Reference in New Issue
Block a user