"src/include/blockwise_4d_tensor_op.hpp" did not exist on "8c923db423ab4ca0a7ac10310cff3528b38bb520"
Unverified Commit 4ae80d98 authored by Artur Wojcik's avatar Artur Wojcik Committed by GitHub
Browse files

add missing <array> header file (#2440)

parent 585cbf2c
......@@ -31,6 +31,7 @@
#include <migraphx/dyn_output.hpp>
#include <migraphx/op/normalize_attribute.hpp>
#include <migraphx/normalize_attributes.hpp>
#include <array>
namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment