You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Change a check for a device compiler availability (#997)
Before this patch we checked for a device compiler in
ProgramManager::build, but this function is called for AOT compiled
programs as well as required by the OpenCL specification:
clBuildProgram must be called for program created using either
clCreateProgramWithSource or clCreateProgramWithBinary to build
the program executable for one or more devices associated with
program.
Signed-off-by: Andrew Savonichev <[email protected]>
0 commit comments