mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-01 03:45:06 +00:00
Test fix for ROCM provider
This commit is contained in:
parent
80cae23393
commit
fa57721808
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
// switching providers to be runnable as shared libraries. The interfaces will become more tightly integrated into the core code.
|
||||
|
||||
#pragma once
|
||||
#ifndef USE_ROCM
|
||||
#define SHARED_PROVIDER 1
|
||||
|
||||
#include <vector>
|
||||
|
|
@ -298,3 +299,5 @@ constexpr ONNXTensorElementDataType GetONNXTensorElementDataType<uint64_t>() { r
|
|||
|
||||
#define LOGS_DEFAULT(severity) \
|
||||
LOGS_DEFAULT_CATEGORY(severity, ::onnxruntime::logging::Category::onnxruntime)
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue