mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
feature: bindless addressing mode support
- allow bindless kernels to execute - bindless addressing kernels are using private heaps mode - do not differentiate bindful and bindless surface state base addresses Related-To: NEO-7063 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9f7374da6e
commit
313fb84fda
@@ -125,6 +125,10 @@ DecodeError decodeSingleZebin(ProgramInfo &dst, const SingleDeviceBinary &src, s
|
||||
|
||||
for (auto &kernelInfo : dst.kernelInfos) {
|
||||
kernelInfo->kernelDescriptor.kernelMetadata.isGeneratedByIgc = isGeneratedByIgc;
|
||||
|
||||
if (KernelDescriptor::isBindlessAddressingKernel(kernelInfo->kernelDescriptor)) {
|
||||
kernelInfo->kernelDescriptor.initBindlessOffsetToSurfaceState();
|
||||
}
|
||||
}
|
||||
|
||||
prepareLinkerInputForZebin<numBits>(dst, elf);
|
||||
|
||||
Reference in New Issue
Block a user