mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 14:33:04 +08:00
refactor: create new members for storing spill and private memory in scratch
rename private scratch space into scratch space slot 1 as it can be generic Related-To: NEO-9944 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
de480e792f
commit
a697a3f718
@@ -38,7 +38,7 @@ class DispatchInfoBuilderFixture : public ContextFixture, public ClDeviceFixture
|
||||
pKernelInfo->kernelDescriptor.kernelAttributes.simdSize = 32;
|
||||
pKernelInfo->kernelDescriptor.kernelAttributes.numGrfRequired = GrfConfig::defaultGrfNumber;
|
||||
|
||||
pKernelInfo->setPerThreadScratchSize(1024, 0);
|
||||
pKernelInfo->kernelDescriptor.kernelAttributes.perThreadScratchSize[0] = 1024;
|
||||
pKernelInfo->setPrintfSurface(sizeof(uintptr_t), 0);
|
||||
|
||||
pKernelInfo->addArgBuffer(0, 0x10, sizeof(void *));
|
||||
|
||||
Reference in New Issue
Block a user