mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
remove un-needed header file. (#7193)
Co-authored-by: Weixing Zhang <wezhan@microsoft.com>
This commit is contained in:
parent
5a6d477625
commit
17f91ff410
1 changed files with 0 additions and 4 deletions
|
|
@ -4,10 +4,6 @@
|
|||
// Public wrappers around internal ort interfaces (currently)
|
||||
// In the future the internal implementations could derive from these to remove the need for the wrapper implementations
|
||||
|
||||
#ifdef USE_TENSORRT
|
||||
#include <cuda_runtime.h>
|
||||
#endif
|
||||
|
||||
#define PROVIDER_DISALLOW_ALL(TypeName) \
|
||||
TypeName() = delete; \
|
||||
TypeName(const TypeName&) = delete; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue