mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Add handling for invalid kernel attribute
This commit adds handling for "invalid_kernel" kernel's attribute. This attribute is present when kernel is invalid e.g. could not be correctly compiled due to missing feature. Signed-off-by: Krystian Chmielewski <krystian.chmielewski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
18af46296d
commit
bb2967d2c6
@@ -9,6 +9,10 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace iOpenCL {
|
||||
struct SPatchKernelAttributesInfo;
|
||||
}
|
||||
|
||||
namespace NEO {
|
||||
struct KernelDescriptor;
|
||||
|
||||
@@ -17,5 +21,6 @@ struct KernelFromPatchtokens;
|
||||
}
|
||||
|
||||
void populateKernelDescriptor(KernelDescriptor &dst, const PatchTokenBinary::KernelFromPatchtokens &src, uint32_t gpuPointerSizeInBytes);
|
||||
void populateKernelDescriptor(KernelDescriptor &dst, const iOpenCL::SPatchKernelAttributesInfo &token);
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user