1. 18 5月, 2023 1 次提交
  2. 05 3月, 2023 2 次提交
  3. 14 11月, 2022 1 次提交
  4. 21 6月, 2022 1 次提交
  5. 11 6月, 2022 1 次提交
  6. 15 5月, 2022 1 次提交
  7. 06 5月, 2022 1 次提交
  8. 09 4月, 2022 1 次提交
  9. 01 4月, 2022 1 次提交
  10. 28 2月, 2022 1 次提交
  11. 24 2月, 2022 1 次提交
  12. 17 2月, 2022 2 次提交
  13. 18 1月, 2022 1 次提交
  14. 12 1月, 2022 1 次提交
    • J
      Update trt_define.h (#1251) · c7def5b6
      Jeremy-J-J 提交于
      * Update trt_define.h
      
      (1) add `#include <iostream>` to fix the bug `"string" is not a member of "std"`;
      (2) add `#include <string>` to fix the bug `"to_string" is not  member of "std"`;
      
      * Update trt_executor.cc
      
      Add cast data type casting to fix the bug `cannot convert from const char [] to char*`
      c7def5b6
  15. 27 12月, 2021 1 次提交
  16. 14 12月, 2021 1 次提交
  17. 17 11月, 2021 1 次提交
  18. 05 11月, 2021 1 次提交
  19. 02 11月, 2021 1 次提交
  20. 27 10月, 2021 1 次提交
  21. 21 10月, 2021 1 次提交
  22. 19 10月, 2021 1 次提交
  23. 11 10月, 2021 1 次提交
  24. 28 9月, 2021 1 次提交
  25. 23 9月, 2021 1 次提交
  26. 22 9月, 2021 1 次提交
  27. 17 9月, 2021 2 次提交
  28. 01 9月, 2021 1 次提交
  29. 30 8月, 2021 2 次提交
  30. 28 8月, 2021 1 次提交
  31. 27 8月, 2021 1 次提交
  32. 23 8月, 2021 3 次提交
  33. 20 8月, 2021 2 次提交
    • L
      Release/backend opendla (#1061) · d1279128
      Lei Wang 提交于
      * Organizing OpenDLA files, edit cmake to debug by step
      
      * link compiler libs
      
      * fix protobuf link error
      
      * consummation of TensorMap and PreRun
      
      * append pooling op disc, fix rtti issue
      
      * update the date type of ir_tensor
      
      * loadable data generate done
      
      * libruntime map success, but data mapping didnot work.
      
      * data mapping work, single channel worked correctly
      
      * pooling op mapping success
      
      * add log define
      
      * convolution op support
      
      * dump data function move to odla_dump
      
      * conv done
      
      * relu test done
      
      * fc op test done
      
      * test overchannel case
      
      * element wise op append
      
      * reback nvdla_layer_type to spec_ty
      
      * try new feature| cleancodetree
      
      * elementwise op test pass; simplify dataflow
      
      * optimize pass flow
      
      * fix intxx inverse to fp32 , int8 conv test done
      
      * resnet18 model test done
      
      * fix avg pool quantify err
      
      * concat op test done
      
      * deconv test failed, rubik engine must be enabled.
      
      * fix a bug, multiple input and output can be supportted
      
      * speed up opendla inference time
      
      * update debug define
      
      * append int8 group conv op; fix lowval fp support
      
      * remove include_derectories for debug
      
      * update
      
      * remove lib and include for release
      
      * updat ignore
      
      * format some text
      
      * reback ignore
      
      * update tutorial
      
      * update readme
      
      * format
      
      * reback scale
      
      * update lisence
      
      * append opendla to architeture.png
      Co-authored-by: NLei Wang <34334180+NjtechPrinceling@users.noreply.github.com>
      Co-authored-by: NBUG1989 <248857878@qq.com>
      Co-authored-by: NLeiWang1999 <LeiWang1999@users.noreply.github.com>
      d1279128
    • F
      Fix depthtospace_ref.c (#1055) · 252c690b
      FeiGeChuanShu 提交于
      * Update depthtospace_ref.c
      Co-authored-by: NFeiGeChuanShu <FeiGeChuanShu@users.noreply.github.com>
      252c690b