mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
refactor: add getter to read kernel argument values
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f91cde2a5b
commit
4c47364dfd
@@ -233,6 +233,10 @@ struct KernelImp : Kernel {
|
||||
}
|
||||
uint8_t getRequiredSlmAlignment(uint32_t argIndex) const;
|
||||
|
||||
const std::vector<KernelArgInfo> &getKernelArgInfos() const {
|
||||
return kernelArgInfos;
|
||||
}
|
||||
|
||||
protected:
|
||||
KernelImp() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user