mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
Support CL_INVALID_PROGRAM_EXECUTABLE in clCreateKernel
Change-Id: I7ff5b988d0e6187931ea4ad35a7aaeb92e37907a
This commit is contained in:
committed by
sys_ocldev
parent
8d80a84ac0
commit
20aa362a7d
@@ -154,6 +154,10 @@ class Program : public BaseObject<_cl_program> {
|
||||
cl_int getBuildInfo(cl_device_id device, cl_program_build_info paramName,
|
||||
size_t paramValueSize, void *paramValue, size_t *paramValueSizeRet) const;
|
||||
|
||||
cl_build_status getBuildStatus() const {
|
||||
return buildStatus;
|
||||
}
|
||||
|
||||
Context &getContext() const {
|
||||
return *context;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user