154 Commits (bf6cbc1df71dbd0f5bb2fb806611c802325faa13)

Author SHA1 Message Date
  Megvii Engine Team e258812f12 feat(dnn): add bool dtype 5 years ago
  Megvii Engine Team 734c498d27 perf(mgb/core): improve DevMemAlloc when it has single stream 5 years ago
  Megvii Engine Team 39bd66fc63 fix(mgb): fix TensorRT missing cudaSetDevice 5 years ago
  Megvii Engine Team ab9dfbcefc test(mgb): fix tensorrt tests missing cudaSetDevice 5 years ago
  Megvii Engine Team b43fb1a97c perf(mgb): add CUDA host memory allocator 5 years ago
  Megvii Engine Team 2afceb4187 fix(mgb/atlas): use dyn output alloc if enable dynamic batchsize 5 years ago
  Megvii Engine Team 6bcc6faec8 feat(mge/imperative/opr): modify batch_norm to support frozen BN 5 years ago
  Megvii Engine Team 54d18115b6 fix(imperative): fix grad of BatchNorm 5 years ago
  Megvii Engine Team 80c4705317 perf(mgb): use midout in megbrain to reduce binary size 5 years ago
  Megvii Engine Team 4348960c40 fix(mge/gopt): fix fp16 compute mode 5 years ago
  Megvii Engine Team 9f4060b050 fix(mgb/gopt): add ShuffleShuffleRemovePass assert 5 years ago
  Megvii Engine Team 9b0978597c chore(core): remove index_sequence polyfill for pre-C++14 5 years ago
  Megvii Engine Team 074645d82e feat(core): add array_skip 5 years ago
  Megvii Engine Team 2faab90bd0 feat(core): add a naive if_constexpr for C++14 5 years ago
  Megvii Engine Team 8f42fe0d92 feat(core): import a std::apply polyfill 5 years ago
  Megvii Engine Team be5dde9da8 fix(mgb/opr-mm): fix group manager sync error 5 years ago
  Megvii Engine Team 2dc9190055 fix(fastrun/persistent_cache): fix fastrun crash 5 years ago
  Megvii Engine Team c1fb3c8c1a fix(mgb/gopt): fix ConvertF32ToF16Pass endpoints 5 years ago
  Megvii Engine Team 618faf6497 feat(mgb/profiler): dump static infer info 5 years ago
  Megvii Engine Team 5c224c71f0 refactor(mge/imperative): drop ComputingGraphImpl in proxy graph 5 years ago
  Megvii Engine Team 5e7d2a91c2 refactor(mgb): add TensorND::proxy_to_default_cpu 5 years ago
  Megvii Engine Team 9e9e8ca0fe fix(mgb): fix some compile errors 5 years ago
  Megvii Engine Team d782edf80f refactor(mgb): decouple node insertion from ComputingGraphImpl 5 years ago
  Megvii Engine Team d42cf4cd65 refactor(mgb): replace static_cast<ComputingGraphImpl*> with a checked version 5 years ago
  Megvii Engine Team 55844d3e24 fix(core): fix CPU compnode get_ram_status_byte free_memory error 5 years ago
  Megvii Engine Team 672d4ad0e0 fix(jit): more testcases on the grad of JITExecutor 5 years ago
  Megvii Engine Team bc95e873ef fix(jit): fix jit grad 5 years ago
  Megvii Engine Team 4cf193ab97 fix(mgb/opr-mm): fix device id in TestOprIORemote.IdentityWithGopt 5 years ago
  Megvii Engine Team c76789a5c9 feat(mge/imperative): add io remote wrapper 5 years ago
  Megvii Engine Team 9006d76bea fix(serialization): do not gate enum entries by macro 5 years ago
  Megvii Engine Team ad4928c995 fix(serialization): remove #include flatbuffers/flatbuffers.h in public header 5 years ago
  Megvii Engine Team 177c268898 feat(osx/python_whl): fix python pytest failedon osx 5 years ago
  Megvii Engine Team 4d541b72ce feat(osx/python_whl): make macos HAPPY for build megbrain python package 5 years ago
  Megvii Engine Team ab3efab066 fix(mgb): add compute capability check 5 years ago
  Megvii Engine Team 8070f40aa1 fix(mgb/gopt): fix gopt nchwxx convert elemwise and reshape 5 years ago
  Megvii Engine Team b38e8225be refactor(mgb/opr-mm): update megray communicator init interface and fix ci 5 years ago
  Megvii Engine Team 5e912eddbd fix(mgb/opr-mm): fix grad func of reduce and gather 5 years ago
  Megvii Engine Team e3e981ccf0 test(mge/collective_comm): fix collective_comm test and add data parallel test 5 years ago
  Megvii Engine Team d3d9018f8d feat(imperative/opr-mm): add broadcast 5 years ago
  Megvii Engine Team 3bd8ef3589 feat(mgb/compnode): add atlas compnode 5 years ago
  Megvii Engine Team 7c2782366b feat(core): redact exception messages if logging is disabled 5 years ago
  Megvii Engine Team 6137adc05a feat(core): move more exceptions to base exception 5 years ago
  Megvii Engine Team 49f02e71fc chore(format): format megbrain/exception.h 5 years ago
  Megvii Engine Team 9667d93cfe feat(core): internal changes to exception types 5 years ago
  Megvii Engine Team cf3a55ce17 fix(mgb/opr-mm): remove PeerDesc from RemoteSend and RemoteRecv 5 years ago
  Megvii Engine Team d53dab2fb2 fix(build): export target megengine 5 years ago
  Megvii Engine Team a808f807c6 feat(externcopr/nvidaopticalflow): fix output and fix cu context issue on 5 years ago
  Megvii Engine Team 486cbdea8b fix(mgb/opt): nchw to nchw4 pass suppport ic less than 4 5 years ago
  Megvii Engine Team cb5c5fd5dc feat(mgb/opt): add nchw->nchw4 for tensorrt replace pass 5 years ago
  Megvii Engine Team 2e70cf1dd0 feat(mgb/opt): add nchw->nchw4 in tensorcore pass 5 years ago