mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
Remove now duplicated symbol (#16458)
### Description Change #16161 broke rocm by duplicating this symbol. This removes the duplicate to unblock the tests.
This commit is contained in:
parent
5c125b4366
commit
d5b606d50d
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
// Licensed under the MIT License.
|
||||
|
||||
#include "core/session/onnxruntime_c_api.h"
|
||||
#if !defined(USE_ROCM)
|
||||
|
||||
namespace onnxruntime {
|
||||
struct Provider;
|
||||
|
|
@ -15,3 +16,5 @@ ORT_API(onnxruntime::Provider*, GetProvider) {
|
|||
return reinterpret_cast<onnxruntime::Provider*>(onnxruntime::GetProvider());
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue