Workspace 6.21.5
|
#include "hpcdevicemanager.h"
#include <QDateTime>
#include <QFile>
#include <QFileInfo>
#include <QHash>
#include <QMutex>
#include <QStringList>
#include <QTextStream>
#include <QThread>
#include <QVector>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/logmanager.h"
#include "Workspace/Application/textlogger.h"
#include "heterogeneousparallelcomputingplugin.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::HPC |
Typedefs | |
typedef QHash< QString, BuiltOpenCLProgram > | BuiltOpenCLProgramLookup |
Functions | |
bool | checkOpenCLResult (cl_int errorCode, const QString &errorMsg) |
CSIRO_IMPORTSPEC QString | getOpenCLErrorString (cl_int errorCode) |