Test fix for ROCM provider

This commit is contained in:
Ryan Hill 2021-04-14 19:37:53 -07:00
parent 80cae23393
commit fa57721808

View file

@ -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