Commit c2187897 authored by Paul's avatar Paul
Browse files

Add ops header

parent 0b88cc67
...@@ -56,6 +56,7 @@ static const char* const ck_gemm_kernel = R"__migraphx__( ...@@ -56,6 +56,7 @@ static const char* const ck_gemm_kernel = R"__migraphx__(
#include <args.hpp> #include <args.hpp>
#include <migraphx/kernels/ck_gemm.hpp> #include <migraphx/kernels/ck_gemm.hpp>
#include <migraphx/kernels/pointwise.hpp> #include <migraphx/kernels/pointwise.hpp>
#include <migraphx/kernels/ops.hpp>
#include <${include}> #include <${include}>
namespace migraphx { namespace migraphx {
......
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