![]() |
Clover Git
OpenCL 1.1 software implementation
|
#include "compiler.h"#include <iostream>#include <fstream>
Include dependency graph for clcompiler.cpp:Go to the source code of this file.
Functions | |
| static void | usage (const char *progName) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 39 of file clcompiler.cpp.
References Coal::Compiler::compile(), and usage().
Referenced by Coal::CPUKernelWorkGroup::barrier().
| static void usage | ( | const char * | progName | ) | [static] |
Definition at line 34 of file clcompiler.cpp.
Referenced by main().
1.7.3