(dad7583)
Utility for offline compilation and linking of OpenCL kernels.
More...
Go to the source code of this file.
Utility for offline compilation and linking of OpenCL kernels.
- Author
- Nuno Fachada
- Date
- 2016
- Copyright
- GNU General Public License version 3 (GPLv3)
Definition in file ccl_c.c.
void ccl_c_args_parse |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
CCLErr ** |
err |
|
) |
| |
Parse and verify command line arguments.
- Parameters
-
[in] | argc | Number of command line arguments. |
[in] | argv | Command line arguments. |
[out] | err | Return location for a CCLErr object. |
Definition at line 188 of file ccl_c.c.
Show kernel information.
- Parameters
-
[in] | prg | Program containing kernel. |
[in] | dev | Device for which kernel was compiled. |
[in] | kernel | Kernel name. |
[out] | err | Return location for a CCLErr object. |
Definition at line 233 of file ccl_c.c.
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |