Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <cstdio>
#include <cstdlib>
#include <fstream>
#include <streambuf>
#include <iostream>
#include <queue>
#include <vector>
#include <random>
#include "libclwrapper.h"
#include "kernels/silentarmy.h"
#include "../primitives/block.h"
Go to the source code of this file.
Macros | |
#define | _CRT_SECURE_NO_WARNINGS |
#define | CL_MAP_WRITE_INVALIDATE_REGION CL_MAP_WRITE |
#define | CL_MEM_HOST_READ_ONLY 0 |
#define | CL_LOG(_contents) cout << "[OPENCL]:" << _contents << endl |
#define | CL_QUERIED_DEVICE_TYPES (CL_DEVICE_TYPE_GPU | CL_DEVICE_TYPE_ACCELERATOR) |
#define _CRT_SECURE_NO_WARNINGS |
Definition at line 2 of file libclwrapper.cpp.
#define CL_LOG | ( | _contents | ) | cout << "[OPENCL]:" << _contents << endl |
Definition at line 54 of file libclwrapper.cpp.
#define CL_MAP_WRITE_INVALIDATE_REGION CL_MAP_WRITE |
Definition at line 20 of file libclwrapper.cpp.
#define CL_MEM_HOST_READ_ONLY 0 |
Definition at line 21 of file libclwrapper.cpp.
#define CL_QUERIED_DEVICE_TYPES (CL_DEVICE_TYPE_GPU | CL_DEVICE_TYPE_ACCELERATOR) |
Definition at line 58 of file libclwrapper.cpp.