307 Commits (d57a071271c8e9c1857ae69796d73e6d0ccf0ca8)

Author SHA1 Message Date
  Megvii Engine Team 98b5ee78c1 feat(mge/dnn): add lamb optimizer 4 years ago
  Megvii Engine Team 02bfb8f8b9 feat(lite): add and fix some feature for load and run fitting mode 4 years ago
  Megvii Engine Team 80e1f38bea fix(gtest): fix ci error report stack-use-after-scope 4 years ago
  Megvii Engine Team c2e9860feb chore(license): remove all license in file header 4 years ago
  Megvii Engine Team bde2efa3b5 feat(lite/load_and_run): support put and get model redis cache 4 years ago
  Megvii Engine Team 48526abb79 fix(mgb): fix concat cd4 tensor check size invalid 4 years ago
  Megvii Engine Team c87d998e59 feat(mgb): add interface to support opencl IO zero copy when inference 4 years ago
  Megvii Engine Team a0e531180d fix(src/comp_node): fix calling cuda driver api 4 years ago
  Megvii Engine Team e2f5156b69 refactor(megbrain): save fastrun result to algorithm cache 4 years ago
  Megvii Engine Team 7dc347697a feat(dnn/cuda): add typecvt uint16 4 years ago
  Megvii Engine Team b92866d2c2 fix(build): fix build depends dirty file issue 4 years ago
  Megvii Engine Team 27d4c4b36c refactor(stats): use static inline variable declaration 4 years ago
  Megvii Engine Team 787a22a9d6 perf(tensor): implement __new__ in cpp 4 years ago
  Megvii Engine Team 99df4a7996 fix(dtype): dtype scalar set_retain_dtype supports bool 4 years ago
  Megvii Engine Team 7bf5b0ee1e test(imperative): check env values after each pytest 4 years ago
  Megvii Engine Team 409c988163 fix(imperative): add matmul apply_on_varnode 4 years ago
  Megvii Engine Team b9cbc10120 feat(lite): add pack model 4 years ago
  Megvii Engine Team 7927e98fd6 perf(mge): speed up PixelShuffle 4 years ago
  Megvii Engine Team 1c2a323e78 feat(mge): add warning message when mismatched cuda sm is detected 4 years ago
  Megvii Engine Team 877bda4180 perf(mge): improve cross stream memory borrowing 4 years ago
  Megvii Engine Team c2435d1561 perf(imperative): specialize adaptive pooling 4 years ago
  Megvii Engine Team c0b267fff6 refactor(cuda-stub): opt cuda-stub log 4 years ago
  Megvii Engine Team 3949d425fb feat(core): always show MegEngine version and git commit id 4 years ago
  Megvii Engine Team 2a900a69cb perf(imperative): improve reduce op performance 4 years ago
  Megvii Engine Team 273c0e8745 fix(autodiff): fix some bugs in relation to 2nd order grad 4 years ago
  Megvii Engine Team 12a3ef8d01 refactor(fastrun): decouple fastrun from computing graph 4 years ago
  Megvii Engine Team 1709b3940b perf(mge/functional): speed up Broadcast and Reshape 4 years ago
  Megvii Engine Team 3e206d899b perf(mge/functional): speed up Split 4 years ago
  Megvii Engine Team e400b7ffe5 perf(imperative): enable memory forwarding for imperative 4 years ago
  Megvii Engine Team 0cb60d646d feat(imperative): add output_descs for apply_on_physical_tensor 4 years ago
  Megvii Engine Team c55fda9a7c fix(fastrun): don't kill profiling worker 4 years ago
  Megvii Engine Team aa587446fc feat(subgraph): support shape inference for CompiledOp 4 years ago
  Megvii Engine Team 95ac055538 feat(dnn,mgb,imperative): add diag opr implement 4 years ago
  Megvii Engine Team cbbca5fb10 feat(mge): add softmax op use cudnn api 4 years ago
  Megvii Engine Team 2faa6ea5a9 Merge pull request #213 from kxz18:rnn 4 years ago
  Megvii Engine Team 4b0ecb5deb fix(ops/recv): use std::vector to store shape to support scalar 4 years ago
  Megvii Engine Team 1999307015 feat(mgb/opr): add dropout kernel 4 years ago
  Megvii Engine Team a93741815b feat(mgb/opr): add layernorm forward and backward kernel 4 years ago
  Megvii Engine Team 6011f51001 style(all): fix clang-format for MGB_DEFINE inside another macro 4 years ago
  Megvii Engine Team 7231257efc fix(imperative/fastrun): fix worksapce limit for cpu compnode 4 years ago
  Megvii Engine Team 8624ec224b fix(mgb): fix param merge bug that caused the weight statistics error 4 years ago
  Megvii Engine Team cf1db2616e fix(fastrun): replace py_redis with cpp_redis to avoid deadlock 4 years ago
  Megvii Engine Team ce119ef5a5 fix(lite): fix lite error when record level is 2 4 years ago
  kxz@thumt102-1 8f48da7ffe feat(mgb/opr): add cell level rnn/lstm and sequence level rnn/lstm 4 years ago
  Megvii Engine Team 2881934cb8 feat(dnn/check_non_finite): addmul scale to check_non_finite opr 4 years ago
  Megvii Engine Team b8ccc6a211 fix(mgb): fix loss execution policy after opr shallow copy 4 years ago
  Megvii Engine Team 501eadc1db fix(mgb): fix copybara mc20 4 years ago
  Megvii Engine Team 2b8e7940b6 fix(lite/cambricon): fix cambricon models which have multiple comp node 4 years ago
  Megvii Engine Team 0c3699ff55 test(imperative/python): fix testcase for magicmind runtime module 4 years ago
  Megvii Engine Team f398c8e619 feat(imperative): add magicmind runtime opr 4 years ago