systemml git commit: [SYSTEMML-445] Removed batch_norm builtin functions

2018-08-30 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/gh-pages 14049d257 -> d38bf4ee9 [SYSTEMML-445] Removed batch_norm builtin functions - Removed batch_norm builtin functions to exploit codegen in CP. - Added rewrites for compiling efficient CuDNN operators. - Added rewrites for SGD update

[1/3] systemml git commit: [SYSTEMML-445] Removed batch_norm builtin functions

2018-08-30 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/master 81419ae6a -> 0f36780a8 http://git-wip-us.apache.org/repos/asf/systemml/blob/0f36780a/src/main/java/org/apache/sysml/runtime/instructions/gpu/DnnGPUInstruction.java --

[3/3] systemml git commit: [SYSTEMML-445] Removed batch_norm builtin functions

2018-08-30 Thread niketanpansare
[SYSTEMML-445] Removed batch_norm builtin functions - Removed batch_norm builtin functions to exploit codegen in CP. - Added rewrites for compiling efficient CuDNN operators. - Added rewrites for SGD update operations. - To simplify adding new GPU rewrites, added HopDagPatternMatcher that allows