Graph Framework
|
Cpu context for cpus. More...
#include <fstream>
#include <cstdlib>
#include <cstring>
#include <thread>
#include <unordered_set>
#include "llvm/Support/VirtualFileSystem.h"
#include "clang/Frontend/TextDiagnosticPrinter.h"
#include "clang/Frontend/CompilerInvocation.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/CodeGen/CodeGenAction.h"
#include "clang/Lex/PreprocessorOptions.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/ExecutionEngine/Orc/LLJIT.h"
#include "llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h"
#include "llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/TargetParser/Host.h"
#include "llvm/ExecutionEngine/Orc/ThreadSafeModule.h"
#include "random.hpp"
Go to the source code of this file.
Classes | |
class | gpu::cpu_context< T, SAFE_MATH > |
Class representing a cpu context. More... | |
Namespaces | |
namespace | gpu |
Name space for GPU backends. | |
Functions | |
LLVM_ATTRIBUTE_USED void | linkComponents () |
This just exposes the functions so the debugger links. | |
llvm::SmallVector< const char *, 8 > | gpu::split_string (char *string) |
Split a string by the space delimiter. | |
Cpu context for cpus.
Defines context for cpu.