1. 19 7月, 2021 1 次提交
    • M
      feat(cmake/debug): misc for build · 62bd6c82
      Megvii Engine Team 提交于
      * add asan build option
      * fix cpuinfo build opt level
      * fix host release build with out debug info
      * opt "fix lite bazel/cmake symbols MR"
      * other misc build opt
      
      GitOrigin-RevId: 6ca286e195cbe7ecf36e34317a2dab81b7b13a5e
      62bd6c82
  2. 21 6月, 2021 4 次提交
  3. 03 6月, 2021 3 次提交
  4. 25 5月, 2021 2 次提交
  5. 19 4月, 2021 1 次提交
  6. 08 4月, 2021 2 次提交
  7. 29 3月, 2021 1 次提交
  8. 23 3月, 2021 2 次提交
  9. 22 3月, 2021 10 次提交
  10. 23 1月, 2021 1 次提交
    • M
      fix(cmake/whl): reduce wheel size · ae8b38f6
      Megvii Engine Team 提交于
      as some reason: some version of trt/cudnn need
      -Wl,--whole-archive attribute to fix cuda issue,
      target A(CMAKE OBJECT,eg megbrain/megdnn): -Wl,--whole-archive depend on trt/cudnn
      target B(SHARED LIBS,eg libmegengine.so) --> A with `PUBLIC` depends
      target C(SHARED LIBS,eg _impertive.so) --> B with `PUBLIC` depends,
      then ld will force link fatbin section into C, which will be undesired
      
      what`s more, attribute PUBLIC/PRIVATE do not take effect
      to OBJECT library(megbrain/megdnn)
      
      what`s more, megengine/megengine_export have to PUBLIC for
      mgb/imperative target, as SRC/include depends
      
      so we pull cudalib depend from megbrain/megdnn to
      megengine/megengine_export on linux os, to finall
      target at windows os, for example lar on windows
      
      GitOrigin-RevId: b278a69e1cdcc17cfd22da80247af3fe30f6d4e8
      ae8b38f6
  11. 15 1月, 2021 1 次提交
  12. 11 1月, 2021 1 次提交
  13. 13 11月, 2020 2 次提交
  14. 26 10月, 2020 1 次提交
  15. 13 10月, 2020 2 次提交
  16. 17 9月, 2020 4 次提交
  17. 16 9月, 2020 2 次提交