Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
CUDAToolchain.h
Go to the documentation of this file.
1#ifndef PROTEUS_RUNTIME_FRONTEND_CUDATOOLCHAIN_H
2#define PROTEUS_RUNTIME_FRONTEND_CUDATOOLCHAIN_H
3
4#include <string>
5
6namespace proteus {
7
9 std::string Root;
10 std::string LibDevicePath;
11 std::string RuntimeLibDir;
12 std::string Origin;
13};
14
16
17} // namespace proteus
18
19#endif
Definition MemoryCache.h:27
const ResolvedCUDAToolchain & resolveCUDAToolchain()
Definition CUDAToolchain.cpp:245
Definition CUDAToolchain.h:8
std::string Origin
Definition CUDAToolchain.h:12
std::string LibDevicePath
Definition CUDAToolchain.h:10
std::string Root
Definition CUDAToolchain.h:9
std::string RuntimeLibDir
Definition CUDAToolchain.h:11