1405 Commits (a405461c01e728437b66a5a2c1d6edb549b87483)
 

Author SHA1 Message Date
  Megvii Engine Team a405461c01 fix(mge/elemwise): fix problem that elemwise.mode is not comparable with string mode 4 years ago
  Megvii Engine Team 1aba1918a6 fix(imperative/ops): add check_dtype for Elemwise in infer_attrs 4 years ago
  Megvii Engine Team 53539fed01 fix(mge/quantization): fix a compute problem 4 years ago
  Megvii Engine Team 94b5e1b046 fix(mge/core): support non-Tensor args for `core.tensor.utils.get_device` 4 years ago
  Megvii Engine Team 609b37b9ed perf(fastrun): cache persistent cache 4 years ago
  Megvii Engine Team 0368eff688 fix(mgb): fix fastrun workspace limit 4 years ago
  Megvii Engine Team b6dc4c824d fix(tensor): del valid tensors when compnode finalizing 4 years ago
  Megvii Engine Team 1ecf2ab4ec fix(mge/autodiff): check tensors to be attached 4 years ago
  Megvii Engine Team 2c61b8bff4 feat(mge/functional): argmin and argmax support negtive axis 4 years ago
  Megvii Engine Team cb84efa74f fix(mge): fix dumping backward graph 4 years ago
  Megvii Engine Team bb94f2aa3d feat(mge/module): add __repr__ method for qat and quantized module 4 years ago
  Megvii Engine Team 5dbf3612b2 test(mge/optimizer): update optimizer test to make sure grad not change 4 years ago
  Megvii Engine Team e9d6361e33 fix(mge/optimizer): fix optimizer update step inplace add grad 4 years ago
  Megvii Engine Team a3e098c80c fix(mge/utils): fix network multiple outputs issue 4 years ago
  Megvii Engine Team ecb11202f5 fix(build): fix naive build 4 years ago
  Megvii Engine Team ce7913e326 fix(mge/imperative): fix proxy graph comp_node finalize 4 years ago
  Megvii Engine Team 0d332cf005 feat(imperative/opr): rebase rng refactoring to dev & add python module 4 years ago
  Megvii Engine Team 596dc982bb feat(imperative): add rng opdef 4 years ago
  Megvii Engine Team 471a29a5f7 feat(log): opt log, enable mgb sdk log at opt build 4 years ago
  Megvii Engine Team 800f119c2e feat(mge/tools): module_status-add-functions 4 years ago
  Megvii Engine Team 3ef4fbdc36 fix(mge/module): fix a mistaken in BN docs 4 years ago
  Megvii Engine Team 6d08be373a fix(data): fix the sampling scale in Lighting 4 years ago
  Megvii Engine Team aab6b37019 Revert "perf(opr): use pin mem for param_pack_concat" 4 years ago
  Megvii Engine Team 11de49b943 feat(mge/module): python wrapper for conv_transpose3d 4 years ago
  Megvii Engine Team c8f18163a2 refactor(mgb): simplify fast run proccess with storing algo desc instead of algo name 4 years ago
  Megvii Engine Team f4efab3bf6 feat(lite): add cmake build for rknn and mge in lite 4 years ago
  Megvii Engine Team 46988d4534 refactor(mgb): code refactor of fast run 4 years ago
  Megvii Engine Team a1e3834229 fix(mgb): fix attribute check compatibility when profiling and read_from_cache in fast run 4 years ago
  Megvii Engine Team 8109a05a5e fix(mgb/dnn): fix cub potential issues 4 years ago
  Megvii Engine Team 331995e7f6 refactor(imperative): alloc enum type class on heap 4 years ago
  Megvii Engine Team 3f5238fb38 feat(mgb/dnn): add accuracy shake checker 4 years ago
  Megvii Engine Team be6fb6b7c1 feat(mgb/dnn): add accuracy_depend_on_batch attribute 4 years ago
  Megvii Engine Team 1cadf9d8d7 fix(mgb): add usable-depend-on-shape attr 4 years ago
  Megvii Engine Team fbd578cc9e fix(externcopr): check loader imp dynmaic param 4 years ago
  Megvii Engine Team cfbd4f9bf1 fix(device): fix get_device_count for xpu 4 years ago
  Megvii Engine Team 3bfe87ecb5 perf(tensor): always copy to pinned memory before h2d 4 years ago
  Megvii Engine Team 45a031fec3 test(dist): remove redundant assert for reduce_sum and gather 4 years ago
  Megvii Engine Team 17ef140cc7 fix(rocm): enable var_releaser for rocm 4 years ago
  Megvii Engine Team 64a3314be9 perf(opr): use pin mem for param_pack_concat 4 years ago
  Megvii Engine Team 04b96602ae feat(opr-mm): add backend argument for remote send/recv 4 years ago
  Megvii Engine Team 0083f4c4f3 build(rocm): support rocm-3.9 4 years ago
  Megvii Engine Team d4eb389042 feat(distributed): auto detect device and backend when init group 4 years ago
  Megvii Engine Team d3154a45bc feat(distributed): support distributed opr for rocm 4 years ago
  Megvii Engine Team 928a57f83c build(rocm): partially support hcc compilation 4 years ago
  Megvii Engine Team 100a502764 fix(dnn): replace kernel launch syntax with macro for hcc 4 years ago
  Megvii Engine Team 07ab8cb6b6 feat(dnn): add param_pack for rocm 4 years ago
  Megvii Engine Team 6ac68090c8 refactor(mgb/opr): make trt batch flag only depend on inputs dimension 4 years ago
  Megvii Engine Team 00fa02a9b8 fix(mgb): fix attribute uncomplete filter when get_profile_result_from_cache in fast run 4 years ago
  Megvii Engine Team 9be7cb8924 test(mge/module): add module reset attribute test 4 years ago
  Megvii Engine Team 7a9d1f57cd fix(mge/module): fix module attribute update mistake 4 years ago