177 Commits (bb6030ff54b9ee73e8d50d6986df58aa2e701960)

Author SHA1 Message Date
  Megvii Engine Team bb6030ff54 chore(release): bump version 4 years ago
  Megvii Engine Team b689b4ce5c fix(mge/functional): add F.clamp to __all__ to fix docs 4 years ago
  Megvii Engine Team 177c268898 feat(osx/python_whl): fix python pytest failedon osx 4 years ago
  Megvii Engine Team 4d541b72ce feat(osx/python_whl): make macos HAPPY for build megbrain python package 5 years ago
  Megvii Engine Team b2f05bf8d8 fix(mge/module): fix quantized fold weight value range limit for fused conv/bn modules 4 years ago
  Megvii Engine Team 0df74604bd fix(data): fix contiguous id 4 years ago
  Megvii Engine Team 3bd8ef3589 feat(mgb/compnode): add atlas compnode 5 years ago
  Megvii Engine Team aa147b7426 fix(osx/python_module): fix build python module on osx 5 years ago
  Megvii Engine Team c8f3742f0e fix(mge/doc): fix wrong doc for megengine doc 5 years ago
  Megvii Engine Team cf3a55ce17 fix(mgb/opr-mm): remove PeerDesc from RemoteSend and RemoteRecv 5 years ago
  Megvii Engine Team f856b17085 fix(mge/functional): reshape bias to (1, out_features) in linear 5 years ago
  Megvii Engine Team caf77d000e feat(mge/module): add quantize dtype load support for module load_state_dict 5 years ago
  Megvii Engine Team ef437f69aa fix(mge/data/dataloader): add refcount in _PlasmaStoreManager 5 years ago
  Megvii Engine Team 2b3a88d011 feat(mge/distributed): add parameter replica_mode 5 years ago
  Megvii Engine Team 6972fc7d75 feat(opr/standalone): import NMSKeep from MegSkull contrib 5 years ago
  Megvii Engine Team 5fa444c39a refactor(mge/quantization): add `narrow_range` to control quant dtype's lower bound 5 years ago
  Megvii Engine Team 6d367454cf feat(mge/opr-mm): add param local_grad for collective_comm opr 5 years ago
  Megvii Engine Team 4ace67ff44 test(mge/distributed): check gpu num for multi gpu test 5 years ago
  Xu Xinran b532284cc2 chore(version): bump version. 5 years ago
  Megvii Engine Team af3de7e136 fix(jit): fix jit doc and add NCHW44_DOT 5 years ago
  Megvii Engine Team 7b8a99517c feat(mge/utils): export _internal.plugin to mge.utils 5 years ago
  Megvii Engine Team 6ed791bc86 feat(mge/quant): add TQT quant method 5 years ago
  Megvii Engine Team 328fb36f17 feat(mgb/opr-mm): add Scatter, Gather, AllToAll oprs 5 years ago
  Megvii Engine Team 786afef461 feat(build): install CMake config module and pkg-config descriptor 5 years ago
  Megvii Engine Team cc4e1dfd7c feat(mgb/compnode): expose mem_status and try_coalesce_all_free_memory to python 5 years ago
  Megvii Engine Team 7aeb4f6ca7 fix(mge/optimizer): use static key to avoid mem leak 5 years ago
  Megvii Engine Team ca52a93e9f fix(mge/quant): fix init value of histogram observer 5 years ago
  Megvii Engine Team 38f7cbd9aa fix(mge/module): fix redundant recursion in `train()` 5 years ago
  Megvii Engine Team 5c2323529d test(mge/quantization): add `quantize_disabled` related test 5 years ago
  Megvii Engine Team ab91302515 feat(mge/quantization): add `quantize_disabled` attribute in Module 5 years ago
  Megvii Engine Team 08ac685e3a feat(mge/functional): add logsumexp 5 years ago
  Megvii Engine Team 01092feb9b feat(mgb): add PackAllReducePass 5 years ago
  Megvii Engine Team c7e6c658fd refactor(mge/distribute): use is_root (and rank) in stead of rank and root at collective comm 5 years ago
  Megvii Engine Team b8d8886e35 refactor(mge/tensor): combine Dict and TensorDict 5 years ago
  Megvii Engine Team 7751a0676e docs(mge/tensor): add advanced index related docs 5 years ago
  Megvii Engine Team 6742a58b7e fix(quant): observer do not use cond_take 5 years ago
  Megvii Engine Team 35bc0e1f60 fix(mge/function): do not deeply copy saved tensor in Function 5 years ago
  Megvii Engine Team 62753c4d30 fix(mge/sdk): fix comp_node bug in dump_with_testcast_mge 5 years ago
  Megvii Engine Team adfa468899 fix(mge/functional): fix scatter doctest failed for GPU platform issue 5 years ago
  Megvii Engine Team d7bb62cfa1 refactor(mgb): move mm_handler from python module into opr-mm 5 years ago
  Megvii Engine Team 84068a6bb1 fix(mge/data): fix typos in voc and objects365 5 years ago
  Megvii Engine Team d2f5874a52 fix(mge/module): fix non-str key error of dict in module 5 years ago
  Megvii Engine Team 30b3d3aa3e fix(dnn/gopt): add convolution nchw44-dot format gopt 5 years ago
  Megvii Engine Team 6d0d5e5a75 fix(mge/redis_server): fix bug for external connection 5 years ago
  Megvii Engine Team 15d1bd4d1f fix(mge/quantization): use list rather than generator to modify submodules 5 years ago
  Megvii Engine Team 7b2c5a7383 fix(mge/quantization): fix histogram observer load and store issue 5 years ago
  Megvii Engine Team e6820b91e8 feat(mge/module): add conv and conv_relu quantization module 5 years ago
  Megvii Engine Team 40412e2688 feat(mge/module): add sync bn 5 years ago
  Megvii Engine Team caf1fac251 refactor(mge/quantization): split `QATModule` and refactor convert api 5 years ago
  Megvii Engine Team d19a637959 fix(python_module): hold GIL during _get_serialized_dtype 5 years ago