Commit 5b77f782 authored by Paul's avatar Paul
Browse files

Format

parent 6af37d7c
...@@ -269,7 +269,7 @@ struct ck_gemm_compiler : compiler<ck_gemm_compiler> ...@@ -269,7 +269,7 @@ struct ck_gemm_compiler : compiler<ck_gemm_compiler>
static bool standard_batch(const shape& s) static bool standard_batch(const shape& s)
{ {
if (s.lens().size() < 3) if(s.lens().size() < 3)
return true; return true;
std::vector<std::size_t> lens(s.lens().begin(), s.lens().end() - 2); std::vector<std::size_t> lens(s.lens().begin(), s.lens().end() - 2);
std::vector<std::size_t> strides(s.strides().begin(), s.strides().end() - 2); std::vector<std::size_t> strides(s.strides().begin(), s.strides().end() - 2);
......
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