mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
This change adds support for new "buffer_address" arg type, which adds buffer address information for stateful-only argument. This will prevent from generating stateless version of a kernel argument if all its accesses are to be promoted to the stateful ones. - Change default value of accessedUsingStatelessAddressingMode flag. Signed-off-by: Kacper Nowak <kacper.nowak@intel.com> Related-To: NEO-7048