InfiniTensor/test/nnet
zhengly123 a1974aabcd
NNET supports TVM backend and kernels (#78)
* Add: mutator InfoGAN minimum test

* Add: cache and padding (bugs!!)

* Add: expression reader as a cmake target

* Fix: [Intermediate] NMutator::expressionToGraph

To be fix: matmul with implicit broadcast

* Add: matmul broadcast

* Fix: GraphObj ctor should use cloneTensor

* Fix: cuBLAS failure when codegen is enabled

* Add: Exception for checkCuError

* Fix: graph OpList ctor

* Add: expr simplication for TVM

* Add: TVM headers and CMake include paths

* Add: CMake config

* Add: PackedFunc (broken)

* Fix: remove cuCtxCreate which makes TVM fails

* Fix: membound_tvm

* Fix: test_memboundOp

* Add: PRelu Expr and AsTVMVisitor

* Add: Random generator

* Add: support TVM packed function

* Fix: specify runtime

* Add: CMake support of TVM

* Add: detailed output of Matmul

* Add: comments for Matmul

* Chore: format and comments

* Chore: GraphObj::selfCheck without assert control

* Fix: CMAKE_CXX_FLAGS in CMakeLists

* fix merge bug

* update api for mkl batchnorm test

* fix lotus env

* fig header bug

---------

Co-authored-by: Liyan Zheng <liyan-zheng@outlook.com>
Co-authored-by: huangshuhong <huangsh19@mails.tsinghua.edu.cn>
Co-authored-by: whjthu <haojie0429@gmail.com>
2023-04-18 00:26:36 +08:00
..
failed Add search engine (#64) 2023-02-12 18:27:52 +08:00
log Add: nnet code 2022-08-08 16:02:07 +08:00
readlog.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_Interpreter.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_OpSearch.cc Fix NNet tests after migration (#27) 2022-09-13 15:17:22 +08:00
test_Rule2VariableMerging.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_TConv2gemm.cc Fix NNet tests after migration (#27) 2022-09-13 15:17:22 +08:00
test_as_tvm.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_compareFormulas.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_conv2conv.cc Fix NNet tests after migration (#27) 2022-09-13 15:17:22 +08:00
test_conv2gemm.cc Fix NNet tests after migration (#27) 2022-09-13 15:17:22 +08:00
test_dlt.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_exprHash.cc Fix NNet tests after migration (#27) 2022-09-13 15:17:22 +08:00
test_g2bmm.cc Fix NNet tests after migration (#27) 2022-09-13 15:17:22 +08:00
test_guidedDLT.cc Fix NNet tests after migration (#27) 2022-09-13 15:17:22 +08:00
test_matchConv.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_matchElementWise.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_matchMatmul.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_matchReshape.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_memboundOp.cc NNET supports TVM backend and kernels (#78) 2023-04-18 00:26:36 +08:00
test_mergeStage.cc NNET supports TVM backend and kernels (#78) 2023-04-18 00:26:36 +08:00
test_mutator.cc NNET supports TVM backend and kernels (#78) 2023-04-18 00:26:36 +08:00
test_oobChecker.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_rangeMagnify.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_relaxation.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_serializer.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_simplify.cc Add: nnet code 2022-08-08 16:02:07 +08:00
test_subset.cc Add: nnet code 2022-08-08 16:02:07 +08:00