InfiniTensor/test/core
zhangyunze 9b10a74788
支持fp16 dtype (#96)
* add conv_half kernel

* Conv Kernel FP16

* dcj:
replace "DataType::Float32" with "op->getDType()" to support more DataType

* feat: support Float16 dtype

* fix: set default clang-format to 14 version

* fix: 按照review意见修改

* fix: add data convert to convfp16 kernel test

* test: add conv_fp16 kernel test

---------

Co-authored-by: zhangyue207 <zhangyue@qiyuanlab.com>
Co-authored-by: kilinchange <kilinchange@163.com>
2023-08-02 16:38:16 +08:00
..
python.py feat: 创建 pyinfinitensor 前端 2023-02-13 09:19:05 +08:00
test_graph.cc ADD: add mkl runtime for intel cpu , and add mkl kernel for matmul/conv/convtransposed. (#61) 2023-03-27 21:28:49 +08:00
test_graph_handler.cc 支持fp16 dtype (#96) 2023-08-02 16:38:16 +08:00
test_graph_replace.cc Dev for 202303ddl (#66) 2023-04-18 15:10:33 +08:00
test_hash.cc NNET supports TVM backend and kernels (#78) 2023-04-18 00:26:36 +08:00
test_search.cc ADD: add mkl runtime for intel cpu , and add mkl kernel for matmul/conv/convtransposed. (#61) 2023-03-27 21:28:49 +08:00
test_tensor_save.cc Dev for 202303ddl (#66) 2023-04-18 15:10:33 +08:00
test_verify.cc Verify wanghailu 0902 (#22) 2022-09-05 15:45:52 +08:00