forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broadcast add and subtract grad (apache#2465)
- Loading branch information
1 parent
02631f6
commit 3818b0a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule HalideIR
updated
4 files
+1 −1 | Makefile | |
+1 −1 | src/base/Util.h | |
+40 −40 | src/ir/IR.cpp | |
+3 −3 | src/tvm/node/node.cpp |
Submodule dlpack
updated
3 files
+57 −0 | CMakeLists.txt | |
+4 −0 | cmake/template/Config.cmake.in | |
+17 −3 | include/dlpack/dlpack.h |