mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
feature: Adding support to clCreateProgramWithIL
Related-To: NEO-15701 Signed-off-by: Aleksandra Nizio <aleksandra.nizio@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7aa5349ba1
commit
2b8acba2f1
@@ -276,6 +276,7 @@ class Program : public BaseObject<_cl_program> {
|
||||
Zebin::Debug::Segments getZebinSegments(uint32_t rootDeviceIndex);
|
||||
MOCKABLE_VIRTUAL void callPopulateZebinExtendedArgsMetadataOnce(uint32_t rootDeviceIndex);
|
||||
MOCKABLE_VIRTUAL void callGenerateDefaultExtendedArgsMetadataOnce(uint32_t rootDeviceIndex);
|
||||
MOCKABLE_VIRTUAL cl_int createFromILExt(Context *context, const void *il, size_t length);
|
||||
|
||||
protected:
|
||||
MOCKABLE_VIRTUAL cl_int createProgramFromBinary(const void *pBinary, size_t binarySize, ClDevice &clDevice);
|
||||
@@ -388,6 +389,7 @@ class Program : public BaseObject<_cl_program> {
|
||||
std::string decodeErrors;
|
||||
std::string decodeWarnings;
|
||||
} decodedSingleDeviceBinary;
|
||||
IGC::CodeType::CodeType_t intermediateRepresentation = IGC::CodeType::invalid;
|
||||
};
|
||||
|
||||
static_assert(NEO::NonCopyableAndNonMovable<Program>);
|
||||
|
||||
Reference in New Issue
Block a user