![]() |
Clover Git
OpenCL 1.1 software implementation
|
CPU Device. More...
#include "device.h"#include "buffer.h"#include "kernel.h"#include "program.h"#include "worker.h"#include "builtins.h"#include <core/config.h>#include "../propertylist.h"#include "../commandqueue.h"#include "../events.h"#include "../memobject.h"#include "../kernel.h"#include "../program.h"#include <cstring>#include <cstdlib>#include <unistd.h>#include <iostream>#include <fstream>#include <sstream>
Include dependency graph for device.cpp:Go to the source code of this file.
Defines | |
| #define | TYPE_MAX(type) ((((type)1 << ((sizeof(type) * 8) - 1)) - 1) * 2 + 1) |
CPU Device.
Definition in file device.cpp.
| #define TYPE_MAX | ( | type | ) | ((((type)1 << ((sizeof(type) * 8) - 1)) - 1) * 2 + 1) |
Definition at line 301 of file device.cpp.
Referenced by Coal::CPUDevice::info().
1.7.3