SCM Repository
Diff of /branches/pure-cfg/src/compiler/codegen/low-to-tree-fn.sml
Parent Directory
|
Revision Log
|
Patch
revision 895, Wed Apr 20 17:20:44 2011 UTC | revision 896, Wed Apr 20 17:21:05 2011 UTC | |
---|---|---|
# | Line 166 | Line 166 |
166 | | Op.LoadVoxels _ => false | | Op.LoadVoxels _ => false |
167 | | Op.Add(Ty.TensorTy(_::_::_)) => Target.inlineMatrixExp | | Op.Add(Ty.TensorTy(_::_::_)) => Target.inlineMatrixExp |
168 | | Op.Sub(Ty.TensorTy(_::_::_)) => Target.inlineMatrixExp | | Op.Sub(Ty.TensorTy(_::_::_)) => Target.inlineMatrixExp |
169 | | Op.Neg(Ty.TensorTy(_::_::_)) => Target.inlineMatrixExp | |
170 | | Op.Scale(Ty.TensorTy(_::_::_)) => Target.inlineMatrixExp | | Op.Scale(Ty.TensorTy(_::_::_)) => Target.inlineMatrixExp |
171 | | Op.MulMatMat _ => Target.inlineMatrixExp | | Op.MulMatMat _ => Target.inlineMatrixExp |
172 | | Op.Identity _ => Target.inlineMatrixExp | | Op.Identity _ => Target.inlineMatrixExp |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |