Megvii Engine Team
bb6030ff54
chore(release): bump version
4 years ago
Megvii Engine Team
ba5a43b818
fix(dnn/fallback): delete ConvBias* opr param of conv_bias algo
GitOrigin-RevId: ee5a6874fb
5 years ago
Megvii Engine Team
55844d3e24
fix(core): fix CPU compnode get_ram_status_byte free_memory error
GitOrigin-RevId: a6d4351840
5 years ago
Megvii Engine Team
672d4ad0e0
fix(jit): more testcases on the grad of JITExecutor
GitOrigin-RevId: c3bb405979
5 years ago
Megvii Engine Team
bc95e873ef
fix(jit): fix jit grad
a) fix shape mismatch when take grad of JITExecutor including Dimshuffle
b) avoid redundant computation in the grad of JITExecutor
c) not pass unused vars as inputs to the grad of JITExecutor to save device memory
d) traverse internal graph only once in JITExecutor ctor instead of traverse
whole graph in each call of setup_args()
e) expand the gradient graph into the origin graph if all inputs are const
GitOrigin-RevId: ba6a2b29e9
5 years ago
Megvii Engine Team
fc1ce273b7
fix(dnn/cuda): fix elemwise add cuda int8 bcast
GitOrigin-RevId: 568b60e8c9
4 years ago
Megvii Engine Team
57bc36575f
style(dnn/cuda): format cuda elemwise code
GitOrigin-RevId: 246755ce20
4 years ago
Megvii Engine Team
09eaa398d1
fix(mgb/dnn): fix case fallthrough compile error for gcc7
GitOrigin-RevId: ab6c9644da
4 years ago
Megvii Engine Team
b689b4ce5c
fix(mge/functional): add F.clamp to __all__ to fix docs
GitOrigin-RevId: 8857e2316b
4 years ago
Megvii Engine Team
4cf193ab97
fix(mgb/opr-mm): fix device id in TestOprIORemote.IdentityWithGopt
GitOrigin-RevId: 0184036b8b
4 years ago
Megvii Engine Team
c76789a5c9
feat(mge/imperative): add io remote wrapper
GitOrigin-RevId: 6dae8287d3
4 years ago
Megvii Engine Team
9006d76bea
fix(serialization): do not gate enum entries by macro
GitOrigin-RevId: aa27ecbf21
5 years ago
Megvii Engine Team
ad4928c995
fix(serialization): remove #include flatbuffers/flatbuffers.h in public header
Removes the need of Flatbuffers for (most) internal users.
GitOrigin-RevId: 6585e9c848
5 years ago
Megvii Engine Team
177c268898
feat(osx/python_whl): fix python pytest failedon osx
GitOrigin-RevId: 97d2b496bb
4 years ago
Megvii Engine Team
d35c609d83
feat(osx/python_whl): refine whl doc and macos whl env
GitOrigin-RevId: 1db6f845f6
4 years ago
Megvii Engine Team
4d541b72ce
feat(osx/python_whl): make macos HAPPY for build megbrain python package
GitOrigin-RevId: 7ffd9b9541
5 years ago
Megvii Engine Team
3bfb704e62
fix(mgb): fix windows host build type error
GitOrigin-RevId: 3b322cc4d4
4 years ago
Megvii Engine Team
ab3efab066
fix(mgb): add compute capability check
GitOrigin-RevId: fba819afb3
4 years ago
Megvii Engine Team
8070f40aa1
fix(mgb/gopt): fix gopt nchwxx convert elemwise and reshape
GitOrigin-RevId: 982dee36e1
4 years ago
Megvii Engine Team
b38e8225be
refactor(mgb/opr-mm): update megray communicator init interface and fix ci
GitOrigin-RevId: 55c59879f2
4 years ago
Megvii Engine Team
5e912eddbd
fix(mgb/opr-mm): fix grad func of reduce and gather
GitOrigin-RevId: 4687faef99
4 years ago
Megvii Engine Team
e3e981ccf0
test(mge/collective_comm): fix collective_comm test and add data parallel test
GitOrigin-RevId: 9209e77973
4 years ago
Megvii Engine Team
d3d9018f8d
feat(imperative/opr-mm): add broadcast
GitOrigin-RevId: 83640255c7
4 years ago
Megvii Engine Team
b2f05bf8d8
fix(mge/module): fix quantized fold weight value range limit for fused conv/bn modules
GitOrigin-RevId: 007c2f13b6
4 years ago
Megvii Engine Team
0df74604bd
fix(data): fix contiguous id
GitOrigin-RevId: 7f79cda0b5
4 years ago
Megvii Engine Team
fff2cdc7bb
feat(dnn/fallback): add winograd weight preprocess
GitOrigin-RevId: 4741298e44
5 years ago
Megvii Engine Team
d37229fa02
feat(dnn): optimize f23 and f63 nchw44 winograd
GitOrigin-RevId: 8569c9dfc6
5 years ago
Megvii Engine Team
d7c0dd45b9
build(ci/docker_env): add cuda version chek when build megbrain wheel,
must using CUDA-10.1 CUDNN-V7.6.3 TENSORRT-6.0.1.5
GitOrigin-RevId: 7e7bed3c93
5 years ago
Megvii Engine Team
3bd8ef3589
feat(mgb/compnode): add atlas compnode
GitOrigin-RevId: 19f3c33003
5 years ago
Megvii Engine Team
aa147b7426
fix(osx/python_module): fix build python module on osx
GitOrigin-RevId: 5dde1b4e81
5 years ago
Megvii Engine Team
1e576e321b
feat(dnn/aarch64-arm_common): add mat_idx warppespective for aarch64/arm_common/naive
GitOrigin-RevId: 9eb0cdda5c
5 years ago
Megvii Engine Team
714cb232bb
feat(dnn): add gemv supports in conv1x1 for NCHW44 and NCHW44_DOT(aarch64 binary size grows 2KB)
GitOrigin-RevId: f8b6d7a1b7
5 years ago
Megvii Engine Team
9cc669637e
refactor(sdk/extern-opr): add cpu threads config for MACE
GitOrigin-RevId: 350ca7d15a
5 years ago
Megvii Engine Team
f4694669b1
fix(dnn/arm): add target os and arch for cross compile
GitOrigin-RevId: a711aceb35
5 years ago
Megvii Engine Team
7c2782366b
feat(core): redact exception messages if logging is disabled
GitOrigin-RevId: 1d6bda2380
5 years ago
Megvii Engine Team
6137adc05a
feat(core): move more exceptions to base exception
mgb::cg::GraphError
mgb::NumRangeChecker::Error
mgb::VarSanityCheck::Error
GitOrigin-RevId: 4d79e3629c
5 years ago
Megvii Engine Team
49f02e71fc
chore(format): format megbrain/exception.h
GitOrigin-RevId: 744ed23b2d
5 years ago
Megvii Engine Team
9667d93cfe
feat(core): internal changes to exception types
See comments.
GitOrigin-RevId: ecd3c22faa
5 years ago
Megvii Engine Team
c8f3742f0e
fix(mge/doc): fix wrong doc for megengine doc
GitOrigin-RevId: a38dc8e102
5 years ago
Megvii Engine Team
b8b000db3b
feat(dnn/fallback): fix fallback interface of weight preprocess
GitOrigin-RevId: ca860f487e
5 years ago
Megvii Engine Team
cf3a55ce17
fix(mgb/opr-mm): remove PeerDesc from RemoteSend and RemoteRecv
GitOrigin-RevId: b7a7bbd0da
5 years ago
Megvii Engine Team
d53dab2fb2
fix(build): export target megengine
GitOrigin-RevId: 6daf6b2648
5 years ago
Megvii Engine Team
845f42a38b
fix(midout/naive/warp_perspective): fix Template Functions instantiation
GitOrigin-RevId: c487f3663d
5 years ago
Megvii Engine Team
5fb07c9964
fix(dnn/x86): fix cmake error for build x86 gtest
GitOrigin-RevId: 7613190733
5 years ago
Megvii Engine Team
763b57add7
fix(dnn/cuda): fix INTMAX overflow in warp_perspective_cuda
GitOrigin-RevId: d7354e74e2
5 years ago
Megvii Engine Team
2e6e570dfe
feat(dnn/fallback): add armv7 im2col mk4-dot int8 and
nchw44 float 3x3 s2 fuse packb speed up about 10%
GitOrigin-RevId: 3f864cef1d
5 years ago
Megvii Engine Team
457a1e010c
refactor(imperative): initial merge of xxx and megengine
GitOrigin-RevId: 48a48f5c7f
5 years ago
Megvii Engine Team
a808f807c6
feat(externcopr/nvidaopticalflow): fix output and fix cu context issue on
diff thread, nvof loader outptr share with mgb ptr, upgrade lastest nvof sdk
GitOrigin-RevId: 6e003c6428
5 years ago
Megvii Engine Team
1adb262ad4
fix(dnn/naive): fix midout for pooling
GitOrigin-RevId: 4edd99f3ec
5 years ago
Megvii Engine Team
32d7f25b19
fix(dnn/naive): fix midout for relayout_format
GitOrigin-RevId: 6ff9e2280e
5 years ago