#include <unordered_map>
#include <llvm/ADT/StringRef.h>
#include "proteus/Error.h"
#include "proteus/GlobalVarInfo.hpp"
#include "proteus/UtilsHIP.h"
Go to the source code of this file.
|
| void * | proteus::resolveDeviceGlobalAddr (const void *Addr) |
| |
| hipError_t | proteus::launchKernelDirect (void *KernelFunc, dim3 GridDim, dim3 BlockDim, void **KernelArgs, uint64_t ShmemSize, hipStream_t Stream) |
| |
| CUfunction | proteus::getKernelFunctionFromImage (StringRef KernelName, const void *Image, bool RelinkGlobalsByCopy, const std::unordered_map< std::string, GlobalVarInfo > &VarNameToGlobalInfo) |
| |
| hipError_t | proteus::launchKernelFunction (hipFunction_t KernelFunc, dim3 GridDim, dim3 BlockDim, void **KernelArgs, uint64_t ShmemSize, hipStream_t Stream) |
| |
◆ HIP_SYMBOL
| #define HIP_SYMBOL |
( |
|
x | ) |
x |