1649 Commits (f76a2cc2c6d96b1d563fefd3a46bd41f4ed2bc9b)
 

Author SHA1 Message Date
  Megvii Engine Team 379a28f9b0 feat(mgb): add load_and_run option 4 years ago
  Megvii Engine Team b06b589960 feat(mgb): get static graph memory info 4 years ago
  Megvii Engine Team 0cf4ff702e perf(dist): add fastpath for bcast params 4 years ago
  Megvii Engine Team 5e54821845 docs(syncbn): complete syncbn document 4 years ago
  Megvii Engine Team 3591ef1f6a fix(mgb): fix conv cudnnconvbackwarddata algo witch is not shake 4 years ago
  Megvii Engine Team e417798f9e fix(mge): correct pytype when calling apply from python 4 years ago
  Megvii Engine Team c4048519c6 chore(mge/version): change dev version to 1.5 4 years ago
  Megvii Engine Team 3352fe7003 refactor(dtr): import dtr as submodule 4 years ago
  Megvii Engine Team a7581986bc perf(dist): speed up bcast_val 4 years ago
  Megvii Engine Team 1525a02530 feat(mge/module): add python wrapper for unfold 4 years ago
  Megvii Engine Team d07ef83aa8 feat(mge/tools): add bash_completion for user to hint script 4 years ago
  Megvii Engine Team efc7f04fd3 refactor(mge/jit): using static global_enable for apply ctx insted of global variable 4 years ago
  Megvii Engine Team 750bde9513 refactor(mge/jit): remove is_compiled flag in cpp tensor 4 years ago
  Megvii Engine Team 4f240ec2d3 refactor(mge/jit): make trace return any kind of output 4 years ago
  Megvii Engine Team c6b552cf84 refactor(mge/functional): remove dependence to trace in functional implementations 4 years ago
  Megvii Engine Team 46d96478a1 feat(mge/tools): optimize statistical tools 4 years ago
  Megvii Engine Team 7f9d441cbb docs(mge/module): add note about weight shape in conv 4 years ago
  Megvii Engine Team 8be70d170c docs(misc): correct docstring format broadly 4 years ago
  Megvii Engine Team 53446bcea5 fix(imperative/dataset): fix VOC dataset 4 years ago
  Megvii Engine Team 8e5bf94857 fix(mge/utils): fix bug of VarNode inplace operations 4 years ago
  Megvii Engine Team 13b15fb08c feat(megbrain): add correlation opr 4 years ago
  Megvii Engine Team 1997b1a289 feat(dnn/cuda): add correlation kernel 4 years ago
  Megvii Engine Team 6d376623de fix(imperative/dataloader): collect garbage explicitly before starting a process in dataloader 4 years ago
  Megvii Engine Team 259894250b feat(imperative/autodiff): add grad clip 4 years ago
  Megvii Engine Team 601a33a84d refactor(mge/dtr): update dtr api 4 years ago
  Megvii Engine Team c269a690e5 fix(mge/dtr): filter bad ops 4 years ago
  Megvii Engine Team b230e14685 fix(mge/dump): fix dump_with_testcase_mge Varnode type mismatch 4 years ago
  Megvii Engine Team 9b69a02fb2 fix(imperative/tensor): init m_offset when constructing a Tensor with DeviceTensorND 4 years ago
  Megvii Engine Team acb000d07f fix(api_cache): fix serialization for conv_desc 4 years ago
  Megvii Engine Team c4032222fa fix(api_cache): lock api cache for thread safety 4 years ago
  Megvii Engine Team 5419a95d1e perf(cuda/conv): cache serval cudnn api 4 years ago
  Megvii Engine Team 19887942c8 feat(dnn/apicache): add generic apicache 4 years ago
  Megvii Engine Team 226f24fa8e test(mge/distributed): add gather scatter reduce broadcast grad test 4 years ago
  Megvii Engine Team aea5ac1363 fix(mge/distributed): fix gather scatter reduce broadcast autodiff 4 years ago
  Megvii Engine Team b1bf193e4d feat(functional/loss): add reduction choices to loss functions 4 years ago
  Megvii Engine Team 36b1ba052f fix(mgb/dnn): fix cudnn8.0.4 convbias with z 4 years ago
  Megvii Engine Team dadd508615 test(param_pack): more cases for param pack concat 4 years ago
  Megvii Engine Team 346d242051 fix(param_pack): impl param pack concat in imperative_rt 4 years ago
  Megvii Engine Team 579a3d7786 fix(mge/jit): error out if dump bn in training mode 4 years ago
  Megvii Engine Team 68da973eec fix(mge/network_visualize): fix warning 'span dist too large' 4 years ago
  Megvii Engine Team baa304003f feat(build): change make to ninja 4 years ago
  Megvii Engine Team e4af4225ec fix(cmake): fix cmake depends 4 years ago
  Megvii Engine Team 6bb6787d9a feat(mge): add a tool which can analyze the file generated by compare_binary_iodump.py 4 years ago
  Megvii Engine Team 43ef974842 feat(mgb): load_and_run can set both fastrun and reproducible 4 years ago
  Megvii Engine Team c3f8cf04fa feat(dnn): add conv_bwd_data and conv_bwd_filter accuracy shake check 4 years ago
  Megvii Engine Team 717b88e684 fix(mge/elemwise): fix problem that elemwise.mode is not comparable with string mode 4 years ago
  Megvii Engine Team 9c17cfc45d fix(imperative/ops): add check_dtype for Elemwise in infer_attrs 4 years ago
  Megvii Engine Team 05550bc5b1 fix(mge/quantization): fix a compute problem 4 years ago
  Megvii Engine Team 813dd2f1c0 fix(mge/core): support non-Tensor args for `core.tensor.utils.get_device` 4 years ago
  Megvii Engine Team 9f5bb42d78 perf(fastrun): cache persistent cache 4 years ago