"src/vscode:/vscode.git/clone" did not exist on "cb4e7a5a88465ed6847cd47ca32e8dde903c59db"
Commit 27c6f5d3 authored by turneram's avatar turneram
Browse files

Formatting

parent b806d730
...@@ -52,8 +52,7 @@ namespace migraphx { ...@@ -52,8 +52,7 @@ namespace migraphx {
// ck::Sequence<8, 8>, // ck::Sequence<8, 8>,
// ck::Sequence<8>>; // ck::Sequence<8>>;
__host__ __device__ void __host__ __device__ void ck_elementwise(void* /* a_p */, void* /* b_p */, void* /* c_p */)
ck_elementwise(void* /* a_p */, void* /* b_p */, void* /* c_p */)
{ {
// ck::index_t M = 1024; // ck::index_t M = 1024;
// std::array<const void*, 2> input = {a_p, // std::array<const void*, 2> input = {a_p,
......
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