mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-21 19:18:55 +00:00
Missing namespace
This commit is contained in:
parent
f4bb6f5c32
commit
3022ed54d7
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ struct ProviderInfo_CUDA {
|
|||
virtual void CUDAExecutionProviderInfo__FromProviderOptions(const onnxruntime::ProviderOptions& options, onnxruntime::CUDAExecutionProviderInfo& info) = 0;
|
||||
|
||||
#if defined(USE_CUDA) && defined(ORT_USE_NCCL) && defined(USE_NCCL_P2P)
|
||||
virtual cuda::INcclService& GetINcclService() = 0;
|
||||
virtual onnxruntime::cuda::INcclService& GetINcclService() = 0;
|
||||
#endif
|
||||
|
||||
virtual std::shared_ptr<onnxruntime::IExecutionProviderFactory> CreateExecutionProviderFactory(const onnxruntime::CUDAExecutionProviderInfo& info) = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue