#include <sys/types.h>#include <sys/mman.h>#include <sys/stat.h>#include <fcntl.h>#include <errno.h>#include <fstream>#include "Exception.h"#include "Util.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 14 of file unloadKernelMatrix.cpp.
References Exception::Assert(), and Exception::GetMessage().
1.5.1