Skip to content

rusticl/program: skip linking compiled binaries

Applications can do their own caching, but are in any case required to properly "compiler" the binaries via clBuildProgram or clCompileProgram + clLinkPrograms.

In any case, there is no point building something if we already have the result.

Merge request reports