mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
feature: Introduce SipClassType::externalLib
Related-To: NEO-13737 Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0e25970853
commit
dda7876d3a
@@ -75,6 +75,7 @@ class SipKernel : NEO::NonCopyableAndNonMovableClass {
|
||||
static std::string createHeaderFilename(const std::string &filename);
|
||||
|
||||
static bool initHexadecimalArraySipKernel(SipKernelType type, Device &device);
|
||||
static bool initSipKernelFromExternalLib(SipKernelType type, Device &device);
|
||||
static void selectSipClassType(std::string &fileName, Device &device);
|
||||
|
||||
const std::vector<char> stateSaveAreaHeader;
|
||||
|
||||
Reference in New Issue
Block a user