1983 Commits (cf2ae2eb64f3003dd2c43f2b655c8ce55b163faf)
 

Author SHA1 Message Date
  Megvii Engine Team 26ac2b00fe fix(cmake): opt cmake script: support list option and config ninja max jobs 3 years ago
  Megvii Engine Team af80d365be fix(cmake/windows): fix cmake install failed on Windows 3 years ago
  Megvii Engine Team 8e4c3c5313 feat(imperative/opr): fix extern c opr mace example md 3 years ago
  Megvii Engine Team 27f2ecc436 feat(imperative/opr): add extern c opr and support dump 3 years ago
  Megvii Engine Team 91264f3797 fix(traced_module): fix __getattr__ of TracedModuleBuilder 3 years ago
  Megvii Engine Team 526c82c858 feat(traced_module): delete value of node when it will not be used by any expr 3 years ago
  Megvii Engine Team db9ca19633 refactor(traced_module): refactor some testcases and examples 3 years ago
  Megvii Engine Team 6ce1483bc9 fix(utils/network): fix replace var in different networks 3 years ago
  Megvii Engine Team 73d25779ae fix(ops): check index layout for IndexingOneHot 3 years ago
  Megvii Engine Team 1019865071 feat(module): add tensors and named_tensors 3 years ago
  Megvii Engine Team bd817f3af2 perf(syncbn): fallback to bn when sync is not required 3 years ago
  Megvii Engine Team ffcb4dacd9 style(mge): change the pad opr doc and format 3 years ago
  Megvii Engine Team 43cb305e53 feat(mge): add imperative pad 3 years ago
  Megvii Engine Team 567586a037 feat(mgb): fastrun algo profile deduplication 3 years ago
  Megvii Engine Team 8110bb219a fix(cmake/env): fix a bug about env set in cmake build mode 3 years ago
  Megvii Engine Team 0a665ea452 feat(mge/device): enable to get cuda compute capability 3 years ago
  Megvii Engine Team 722aecd437 feat(mgb): support fp16 nhwc backward 3 years ago
  Megvii Engine Team 7a9f2ed95e perf(functional/split): add python binding for Split opr 3 years ago
  Megvii Engine Team ab309eb5fc feat(mgb/opr): let Split support empty IO 3 years ago
  Megvii Engine Team a829270489 fix(mge/tracing): replace detach as fast path copy 3 years ago
  Megvii Engine Team 8485eff12c docs(mge/functional): add docs for megengine.functional.sub 3 years ago
  Megvii Engine Team 32ad926559 feat(mge): improve presentation of async errors 3 years ago
  Megvii Engine Team e6a8b0256e fix(mge): ignore errors caused by earlier async errors 3 years ago
  Megvii Engine Team 0708bc780c fix(dnn/cuda): disallow implicit dtype conversion in cublaslt matmul algos 3 years ago
  Megvii Engine Team 3f01112ac2 build(require): update pytest-sphinx version requirement 3 years ago
  Megvii Engine Team ee790cb62c fix(imperative/python): fix warp_perspective doc and arange dtype 3 years ago
  Megvii Engine Team c5f8b58385 docs(docstring): transfer to google style 3 years ago
  Megvii Engine Team 76ce81e828 fix(mge): fix F.nn.dropout train and inference bugs 3 years ago
  Megvii Engine Team 5431929ec7 feat(functional): let advance indexing support empty tensor and add more tests 3 years ago
  Megvii Engine Team 703b783c24 feat(mgb/opr): let Indexing(Set)MultiAxisVec support empty input 3 years ago
  Megvii Engine Team a430c912fa feat(mgb/opr): let CondTake support empty input 3 years ago
  Megvii Engine Team 432fdb7e6a feat(mgb/opr): let SetSubtensor support empty IO 3 years ago
  Megvii Engine Team e954b8f998 feat(mgb/opr): let Subtensor support empty IO 3 years ago
  Megvii Engine Team 1e83ab638e feat(dnn): add channelwise conv for fp16 nchw88 3 years ago
  Megvii Engine Team 28c066ee4f fix(cmake/llvm): fix llvm build if env install llvm-12-dev 3 years ago
  Megvii Engine Team 7b855dc64a fix(dnn/cuda): fix compilation for windows bazel 3 years ago
  Megvii Engine Team 3abe0b2462 fix(mgb): fix rocm pooling 3 years ago
  Megvii Engine Team f9722af3df fix(src/json): fix parsing error when inf is dumped as a Number 3 years ago
  Megvii Engine Team 16678bb998 fix(dnn): fix_short_cutlass_name_gemm 3 years ago
  huangxinda 6f455ae906 feat(mge/third_party): update cutlass version 3 years ago
  zhanghaolong 7a0d9626f0 opt(cpuifno): move cpuinfo from pytorch to MegEngine 3 years ago
  Megvii Engine Team 4c13bc7e1b feat(dnn/cuda): add nhwc int8 deconv 3 years ago
  Megvii Engine Team 11f022ff7c feat(dnn/cuda): add nhwc int8 imma conv and conv fuse typecvt 3 years ago
  Megvii Engine Team 03e80759b6 feat(mge/distributed): add hybird parallel Opr 3 years ago
  Megvii Engine Team 61a5df321e refactor(third-party/cpuinfo): opt cpuinfo repo 3 years ago
  Megvii Engine Team a4f0e58180 fix(mgb/extern_c_opr): throw exception when extern c opr loader was created 3 years ago
  Megvii Engine Team e5217db9f9 feat(traced_module): move traced_module out of the experimental folder 3 years ago
  Megvii Engine Team 6d1a4f20e7 feat(traced_module): support tracing submodules in list/dict 3 years ago
  Megvii Engine Team a3f9073c2c feat(traced_module): update graph transform and add _module_name 3 years ago
  Megvii Engine Team b3d0affab1 feat(traced_module): support trace custom qat module 3 years ago