Compute Library
 23.05
cl_cache.cpp File Reference

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 Main program creating an example that demostrates how to load precompiled kernels from a file. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Main program creating an example that demostrates how to load precompiled kernels from a file.

Parameters
[in]argcNumber of arguments
[in]argvArguments

Definition at line 153 of file cl_cache.cpp.

154 {
155  return utils::run_example<CLCacheExample>(argc, argv);
156 }