1#ifndef PROTEUS_FRONTEND_DISPATCHER_HOST_CUDA_H
2#define PROTEUS_FRONTEND_DISPATCHER_HOST_CUDA_H
11class DispatcherHostCUDA :
public DispatcherHost {
13 static DispatcherHostCUDA &instance() {
14 static DispatcherHostCUDA D;
18 StringRef getDeviceArch()
const override {
19 return JitEngineDeviceCUDA::instance().getDeviceArch();
23 DispatcherHostCUDA() { TargetModel = TargetModelType::HOST_CUDA; }
Definition MemoryCache.h:26