Skip to content

Commit

Permalink
[SYSTEMML-540] Performance improvement of sparse convolution and
Browse files Browse the repository at this point in the history
maxpooling functions
  • Loading branch information
Niketan Pansare committed Aug 11, 2016
1 parent 96d0219 commit 4feb98f
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 93 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ private int getScalarInput(ExecutionContext ec, ArrayList<CPOperand> aL,
.getLongValue();
}

// TODO: optimize "Sparse operations" once we are happy with the performance of single node Lenet script on dense MNIST dataset
@Override
public void processInstruction(ExecutionContext ec)
throws DMLRuntimeException {
Expand Down
Loading

0 comments on commit 4feb98f

Please sign in to comment.