tvm
|
#include <tvm/runtime/c_runtime_api.h>
#include <tvm/runtime/memory/memory_manager.h>
#include <tvm/runtime/object.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | tvm::runtime::cuda_ipc::CUDAIPCMemoryObj |
The CUDA IPC (interprocess communication) memory object, which internally contains data pointers to CUDA IPC memory. It is be useful for efficient all-reduce implementation. More... | |
class | tvm::runtime::cuda_ipc::CUDAIPCMemory |
Managed reference to CUDAIPCMemoryObj. More... | |
Namespaces | |
tvm | |
Performance counters for profiling via the PAPI library. | |
tvm::runtime | |
tvm::runtime::cuda_ipc | |