mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-25 02:50:42 +00:00
Fix pybind
This commit is contained in:
parent
29e18e7dd5
commit
95fa78df38
1 changed files with 1 additions and 3 deletions
|
|
@ -138,9 +138,7 @@ struct OrtStatus {
|
|||
|
||||
#if defined(USE_CUDA) || defined(USE_ROCM)
|
||||
#ifdef USE_CUDA
|
||||
#include "core/providers/cuda/shared_inc/cuda_call.h"
|
||||
#include "core/providers/cuda/cuda_execution_provider.h"
|
||||
#include "core/providers/cuda/cuda_allocator.h"
|
||||
#include "core/providers/cuda/cuda_execution_provider_info.h"
|
||||
// TODO remove deprecated global config
|
||||
OrtCudnnConvAlgoSearch cudnn_conv_algo_search = OrtCudnnConvAlgoSearch::EXHAUSTIVE;
|
||||
// TODO remove deprecated global config
|
||||
|
|
|
|||
Loading…
Reference in a new issue