1074 Commits (e0fffa5286da293601b8220f330872931d075cf5)
 

Author SHA1 Message Date
  Megvii Engine Team 243a05b410 fix(mge): fix cpp trace function release 4 years ago
  Megvii Engine Team 9fb5581f1d refactor(mge): add specialized grad rule support 4 years ago
  Megvii Engine Team 645fc6f0c8 test(mge/autodiff): add test for weird error 4 years ago
  Megvii Engine Team 60c7d62a4c refactor(imperative): remove multidispatch, raw_tensor, register 4 years ago
  Megvii Engine Team b5e46ae92f feat(mge): restore Function 4 years ago
  Megvii Engine Team dc2507453b feat(mge): add python custom op 4 years ago
  Megvii Engine Team 60c44b084c refactor(mge): refactor to prepare for custom grad rules 4 years ago
  Megvii Engine Team 61f65cd495 test(mge): fix megbrain_graph/cgtools test 4 years ago
  Megvii Engine Team ae47fd4e2a fix(mge): fix none return value for attrs, add test_correctness 4 years ago
  Megvii Engine Team 97d12b3e05 refactor(mge/imperative): fix compilation for Python 3.5 4 years ago
  Megvii Engine Team 87f4b46e3f perf(mge/imperative): move convert_inputs from python to C++ 4 years ago
  Megvii Engine Team b310f2615b feat(mge/imperative): implement trace and dump under new core implementation 4 years ago
  Megvii Engine Team 14d8b709e1 perf(mge/imperative): add mini graph to partially replace proxy graph 4 years ago
  Megvii Engine Team c294b9d18b refactor(mge/tensor): remove old implementation 4 years ago
  Megvii Engine Team 15e8e7df76 refactor(mge/imperative): migrate to new core implementation 4 years ago
  Megvii Engine Team 34c705fcbf refactor(mge/imperative): move detach into C++ 4 years ago
  Megvii Engine Team 147cef52a0 refactor(mge/imperative): implement new tensor system 4 years ago
  Megvii Engine Team 7f48625fd7 chore(third_party): add range-v3 as third_party dependency 4 years ago
  Megvii Engine Team 184e1311fa fix(mgb/opr): move NVOF opr's shape inference to execute part 4 years ago
  Megvii Engine Team d168cea4a7 feat(opr): add param(axis) for GetVarShape 4 years ago
  Megvii Engine Team e9c036ccba fix(mge/imperative): fix op specializations and tuple hash 4 years ago
  Megvii Engine Team b5ec83c53f test(mge/autodiff): validate grad is set to None when no dependency 4 years ago
  Megvii Engine Team 577366a203 feat(mge/imperative): basic impl of python c extension for opdef 4 years ago
  Megvii Engine Team 9d928e7f83 refactor(mge/distributed): sync interpreter for distribtued launcher 4 years ago
  Megvii Engine Team 4e9be159f7 feat(mgb/gopt): add opt pass for fusing convolution and reformat 4 years ago
  Megvii Engine Team c3a4b2225d feat(dnn/cuda): add cutlass impls for fused convolution reformat operation 4 years ago
  Megvii Engine Team 5f44203d7b feat(dnn/cuda): add a cutlass impl for fusing convolution and dimshuffle 4 years ago
  Megvii Engine Team 61f917fb8e feat(dnn/cuda): add impl for fusing warp perspective and dimshuffle 4 years ago
  Megvii Engine Team 15dd5e1a0f fix(mgb/core): fix memory management release cambricon var issue 4 years ago
  Megvii Engine Team 38ea5f1ba0 fix(mgb/jit): lower FuncOp to GPUFuncOp directly 4 years ago
  Megvii Engine Team 4cfedc164a build(imperative): clean develop before build imperative and mgb 4 years ago
  Megvii Engine Team 9a79342d35 refactor(mge/virtualdep): remove virtualdep opdef 4 years ago
  Megvii Engine Team 88b402ef62 feat(mge/trace): tracing use id to set priority 4 years ago
  Megvii Engine Team d2910f7ef5 fix(mgb/jit): add bind_shape feature to MLIRCompiler 4 years ago
  Megvii Engine Team 9de1ea6a48 perf(imperative): add apply_on_physical_tensor for Elemwise 4 years ago
  Megvii Engine Team 469d0808f5 fix(asan/thread): fix asan issue 4 years ago
  Megvii Engine Team eb826422c4 fix(dnn): forbid pooling window size smaller than padding 4 years ago
  Megvii Engine Team a78c11099b fix(imperative): add param(axis) for GetVarShape 4 years ago
  Megvii Engine Team cde9727a4f fix(mge/quantization): fix `qat.conv_bn` parameter issue 4 years ago
  Megvii Engine Team 94796060b6 test(mge/quantization): qat module, quantized op and module 4 years ago
  Megvii Engine Team ab9f44f15c feat(mge/quantization): add support for easyquant 4 years ago
  Megvii Engine Team fc0fcd2f7f chore(winograd): remove winograd transform code 4 years ago
  Megvii Engine Team d1adc9a22f fix(dnn): fix opencl algo search 4 years ago
  Megvii Engine Team 368c18607f fix(mgb/jit): find cuda include path correctly 4 years ago
  Megvii Engine Team b04e0466bb feat(megbrain): add alias name to model serialization 4 years ago
  Megvii Engine Team cf53d9e0f8 fix(mgb/tensor): do tensor overlap check only when d2d and h2h 4 years ago
  Megvii Engine Team 7e2b2dbffc fix(dnn/test): delete large size in ARM_COMMON.FP32_GEVM 4 years ago
  Megvii Engine Team 69e3e32240 feat(imperative): auto generated opdef header and python binding 4 years ago
  Megvii Engine Team 0398a7867f fix(build/windows/cuda/llvm): fix windows bazel build with cuda 4 years ago
  Megvii Engine Team b9c37112a2 refactor(mge/distributed): skip barrier when running with single node 4 years ago