mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
ROCM fix
This commit is contained in:
parent
d74b1e8717
commit
0853a58cfa
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
|||
#include "core/providers/common.h"
|
||||
#include "core/providers/cpu/tensor/onehot.h"
|
||||
#include "core/providers/cpu/tensor/gather_elements.h"
|
||||
|
||||
template <typename T>
|
||||
using DeleteOnUnloadPtr = std::unique_ptr<T>;
|
||||
|
||||
#else
|
||||
#define SHARED_PROVIDER 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue