"tests/pipelines/flux/test_pipeline_flux.py" did not exist on "50d21f7c6a04e25075946bb95b69baebd3c2eaa2"
Commit fea58a7b authored by turneram's avatar turneram
Browse files

Formatting

parent 8c1ad9e6
......@@ -25,7 +25,6 @@
#include <migraphx/make_op.hpp>
#include <migraphx/gpu/context.hpp>
#include <migraphx/gpu/compile_gen.hpp>
#include <migraphx/gpu/compile_hip_code_object.hpp>
......
......@@ -110,7 +110,6 @@ __device__ void ck_elementwise(const T& a_t, const U& b_t, const V& c_t)
1>;
auto op = Add{};
GridwiseBinEltwise::Run(a_t.data(), b_t.data(), c_t.data(), a_desc, a_desc, a_desc, op);
}
} // 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