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
5 years ago
Xiao-Wei Chai CAO
d0d7485a6c
fix(mge/build): update cmake_minimum_required VERSION
Fixed according to the case mentioned in Issue #57 opened by @zjd1988 .
```
Policy "CMP0086" is not known to this version of CMake. Starting with CMake 3.14, UseSWIG passes option -module <module_name> to SWIG compiler if the file property SWIG_MODULE_NAME is specified. This policy provides compatibility with projects that expect the legacy behavior.
```
5 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
5 years ago
Megvii Engine Team
d35c609d83
feat(osx/python_whl): refine whl doc and macos whl env
GitOrigin-RevId: 1db6f845f6
5 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
5 years ago
Megvii Engine Team
ab3efab066
fix(mgb): add compute capability check
GitOrigin-RevId: fba819afb3
5 years ago
Megvii Engine Team
8070f40aa1
fix(mgb/gopt): fix gopt nchwxx convert elemwise and reshape
GitOrigin-RevId: 982dee36e1
5 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
5 years ago
Megvii Engine Team
d3d9018f8d
feat(imperative/opr-mm): add broadcast
GitOrigin-RevId: 83640255c7
5 years ago
Megvii Engine Team
b2f05bf8d8
fix(mge/module): fix quantized fold weight value range limit for fused conv/bn modules
GitOrigin-RevId: 007c2f13b6
5 years ago
Megvii Engine Team
0df74604bd
fix(data): fix contiguous id
GitOrigin-RevId: 7f79cda0b5
5 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
Megvii Engine Team
f856b17085
fix(mge/functional): reshape bias to (1, out_features) in linear
GitOrigin-RevId: a15880b7fc
5 years ago
Megvii Engine Team
486cbdea8b
fix(mgb/opt): nchw to nchw4 pass suppport ic less than 4
GitOrigin-RevId: a3c205f38f
5 years ago
Megvii Engine Team
1c3d1f8602
fix(dnn): fix Image2DPack4TensorFormat check
GitOrigin-RevId: b9a8ae4e1a
5 years ago
Megvii Engine Team
7886ff9af0
feat(dnn): add relayout_format for nchw to nchw4 and ic <=4
GitOrigin-RevId: 07f2ee6c5b
5 years ago
Megvii Engine Team
1630a635d1
fix(dnn/native): also fix native logic
GitOrigin-RevId: a80f090271
5 years ago
Megvii Engine Team
6078187e32
fix(dnn/cuda): fix indexing logic in psroi_pooling
a variable relating to indexing was not computed correctly
GitOrigin-RevId: 548c8f3f14
5 years ago
Megvii Engine Team
32d91d5e6b
fix(dnn/arm_common): fix and optimize workspacebundle copy when algo compute
GitOrigin-RevId: 801aedbd72
5 years ago