Commit d4b83ad4 authored by Paul's avatar Paul
Browse files

Format

parent 063ba0c4
...@@ -43,7 +43,8 @@ struct pointwise_compiler : compiler<pointwise_compiler> ...@@ -43,7 +43,8 @@ struct pointwise_compiler : compiler<pointwise_compiler>
static std::size_t oversubscribe(const std::vector<shape>& inputs) static std::size_t oversubscribe(const std::vector<shape>& inputs)
{ {
// if(std::any_of(inputs.begin(), inputs.end(), [](const auto& s) { return s.broadcasted(); })) // if(std::any_of(inputs.begin(), inputs.end(), [](const auto& s) { return s.broadcasted();
// }))
// return 1; // return 1;
// else // else
return 4; return 4;
......
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