SG++-Doxygen-Documentation
|
#include <iostream>
#include <chrono>
#include <random>
#include <thread>
#include "sgpp/base/opencl/OCLClonedBufferMultiPlatform.hpp"
#include "sgpp/base/opencl/OCLManagerMultiPlatform.hpp"
#include "sgpp/base/opencl/OCLOperationConfiguration.hpp"
#include "sgpp/base/opencl/OCLStretchedBufferMultiPlatform.hpp"
#include "sgpp/base/opencl/OCLClonedBuffer.hpp"
#include "sgpp/base/opencl/OCLManager.hpp"
#include "sgpp/base/opencl/OCLStretchedBuffer.hpp"
Functions | |
void | doStuff (std::shared_ptr< sgpp::base::OCLManagerMultiPlatform > manager, double *values, size_t valueSize) |
void | doStuffOld (std::shared_ptr< sgpp::base::OCLManager > manager, double *values, size_t valueSize) |
int | main (int argc, char **argv) |
void doStuff | ( | std::shared_ptr< sgpp::base::OCLManagerMultiPlatform > | manager, |
double * | values, | ||
size_t | valueSize | ||
) |
References sgpp::base::OCLStretchedBufferMultiPlatform::freeBuffer(), and sgpp::base::OCLStretchedBufferMultiPlatform::initializeBuffer().
Referenced by main().
void doStuffOld | ( | std::shared_ptr< sgpp::base::OCLManager > | manager, |
double * | values, | ||
size_t | valueSize | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
References doStuff(), and python.statsfileInfo::i.