"torchvision/vscode:/vscode.git/clone" did not exist on "12b551e7a7232d829df0f01ae9f6c56305571dfc"
Commit fea58a7b authored by turneram's avatar turneram
Browse files

Formatting

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