1. 05 2月, 2021 3 次提交
  2. 02 2月, 2021 8 次提交
  3. 23 1月, 2021 3 次提交
    • 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
    • M
      feat(mge/functional): add python wrapper to resize opr · 4aaae995
      Megvii Engine Team 提交于
      GitOrigin-RevId: b7cc6dd829531d750c6d61c9dc316d7999d82cfc
      4aaae995
    • M
      feat(mge/functional): add matinv · df976782
      Megvii Engine Team 提交于
      GitOrigin-RevId: d4fa8a82778abec33d2791f0a867d12482fad51a
      df976782
  4. 21 1月, 2021 6 次提交
  5. 15 1月, 2021 7 次提交
  6. 11 1月, 2021 13 次提交