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