Megvii Engine Team
cdf7baa245
feat(python): support python 3.10
GitOrigin-RevId: a338ad5c68
2 years ago
Megvii Engine Team
841bfe9272
fix(build): make develep happy
GitOrigin-RevId: ab6e6bc825
2 years ago
Megvii Engine Team
6fac92dd9d
feat(whl): force import megbrain before import megengine
GitOrigin-RevId: dc48c56b8a
2 years ago
is-shidian
8cf1de4a77
fix pyenv python version,pyenv install,file location,file name,and compat for x86_64 and arm64
2 years ago
Megvii Engine Team
f0f6f5fe5c
build(mge/whl): package libnvrtc-builtins.so.11.x
GitOrigin-RevId: 607af27256
2 years ago
Megvii Engine Team
76cd4a5207
feat(mgb): add cu114 wheel
GitOrigin-RevId: 013c1cfa50
2 years ago
Megvii Engine Team
33b27be8fc
fix(mgb/build): fix trt8 build error
GitOrigin-RevId: 14acc064e0
2 years ago
Megvii Engine Team
198ee0686f
feat(mgb/trt): update tensorRT toolchain to 8
GitOrigin-RevId: d7cbb722b8
2 years ago
Megvii Engine Team
8fed114a51
fix(build): disable cupti temporarily
GitOrigin-RevId: d53cac6c1e
2 years ago
Megvii Engine Team
7badcb72b6
build(wheel): copy libcupti.so
GitOrigin-RevId: bba5bf336f
2 years ago
Megvii Engine Team
83fb1622a4
build(wheel): copy libcupti.so
GitOrigin-RevId: 8ff807012d
2 years ago
Megvii Engine Team
7a7af8d748
fix(scripts): fix error of building whl with py310
GitOrigin-RevId: e25dad310d
3 years ago
Megvii Engine Team
d7ddd43f34
feat(imperative): support python3.9 and fix some tests
GitOrigin-RevId: 87e56f9667
3 years ago
Megvii Engine Team
14813d13c0
fix(whl): fix whl broken: patchelf on big (> 4G) file will
make elf section broken, as a workaround, do strip firstly,
then do patchelf.
GitOrigin-RevId: c7fb7e25a6
3 years ago
Megvii Engine Team
1783b8977a
feat(profiler): integrate cupti backend
GitOrigin-RevId: dec8be1908
3 years ago
Megvii Engine Team
6aa42e6e4f
Merge pull request #439 from Qsingle:fix_python36_pip_url
GitOrigin-RevId: 186ae708a1
3 years ago
Qsingle
f319d84275
fix(scripts): update the pip url for python36
fix the cmake error for cudnn8 and tensorrt
fix cmake error;
3 years ago
Megvii Engine Team
7a63f1cdb4
docs(readme): opt cmake build md
GitOrigin-RevId: b90c8e090f
3 years ago
Megvii Engine Team
275b63114d
fix(imperative): fix use collections error from python3.10
GitOrigin-RevId: 5dd019b336
3 years ago
Megvii Engine Team
3ddc32d3e3
feat(android/whl): support android whl
GitOrigin-RevId: 05df16b494
3 years ago
Megvii Engine Team
a72e0cb568
feat(imperative,src): add jit builder for custom op
GitOrigin-RevId: 3bb0b46311
3 years ago
Megvii Engine Team
cb8ebb54c5
fix(mgb): whl use gcc8
GitOrigin-RevId: d8306839c2
3 years ago
Megvii Engine Team
695d24f245
ci(scripts): add JetsonNano cu102 build option
GitOrigin-RevId: f724259caa
3 years ago
Megvii Engine Team
84baf3df1b
feat(mgb): add tensorrt plugin support
GitOrigin-RevId: 5428b4f665
3 years ago
Megvii Engine Team
ec59a5bc66
fix(build): fix ninja dry run
GitOrigin-RevId: 89f4db7e77
3 years ago
Megvii Engine Team
25ec2530ba
feat(whl/api/lar): enable megengine dll on Windows
1: reduce python whl package size
2: unify api link logic on all OS
3: add option: MGE_WINDOWS_BUILD_WITH_STATIC_CRT
--- default OFF
--- if build CRT(vc runtime) with STATIC with megengine.dll
some CRT api will crash, for example, flush, so if you
build with static megengine, and do not want to install CRT
you can set MGE_WINDOWS_BUILD_WITH_STATIC_CRT TRUE
--- how to install CRT:
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-160
install VC_redist.x64.exe
4: rename megengine_export to megengine_shared(only export needed symbols ),
caused by runtime symbols conflict with pytorch
GitOrigin-RevId: 93d8d80f29
3 years ago
Megvii Engine Team
93f70a9539
feat(src): add MGB_CUSTOM_OP macro
GitOrigin-RevId: beddcf9745
3 years ago
Megvii Engine Team
fb15b3012c
docs(readme): fix md relative path
GitOrigin-RevId: 27c830e530
3 years ago
Megvii Engine Team
4ef911361f
docs(readme): update build md
GitOrigin-RevId: 279a202eb2
3 years ago
Megvii Engine Team
3c6665f7c1
feat(lite/whl): merge lite whl to main package
GitOrigin-RevId: 27c7e50207
3 years ago
Megvii Engine Team
71230e9a00
feat(lite): open source for lite
GitOrigin-RevId: f442431381
3 years ago
Megvii Engine Team
66c18f6054
fix(ci): fix bazel compile error in new macos
GitOrigin-RevId: d22cc87fec
3 years ago
Tricster
6b843ccd93
fix(mge): macos whl build
From GITHUB 168
COPYBARA_INTEGRATE_REVIEW=https://api.github.com/repos/MegEngine/MegEngine/pulls/168 from Tricster <mediosrity@gmail.com> 5c775d02dd
Closes #168
GitOrigin-RevId: bceecb401b
4 years ago
Megvii Engine Team
3eb0505f9b
feat(imperative): add support for quantized conv transpose2d
GitOrigin-RevId: ffd6431299
3 years ago
Megvii Engine Team
125406e318
feat(cmake/windows/cuda): upgrade windows llvm to
lastest 12.0.1, for fit cutlass upgrade
GitOrigin-RevId: 23b9d779df
3 years ago
Megvii Engine Team
8dea6b3c68
build(dnn): compat for more windows env
GitOrigin-RevId: 5ec4be2888
3 years ago
Megvii Engine Team
1d86528162
ci(config): change pip mirror to pypi cache proxy
GitOrigin-RevId: cfc00b7df1
4 years ago
Megvii Engine Team
a9b60fbfb5
fix(ci/lite): reopen lite_test build by cmake
as some reason, lite_test need static link lite
when cuda enable on gcc7 and gcc8, if not
cask_trt::AbiInfo::~AbiInfo will double call at
atexit stage, which will lead double free at the
end of test, gcc9 do not have this issue, for
compat all CI env, we use static link!!!
GitOrigin-RevId: 1dc2115948
4 years ago
Megvii Engine Team
71cc814eaf
feat(ci): add aarch64 linux ci
GitOrigin-RevId: 2c0d3a8cc2
4 years ago
Megvii Engine Team
31a1f53817
feat(whl/opencl): enable OpenCL in python whl
GitOrigin-RevId: a1c34ef40b
4 years ago
Megvii Engine Team
b07f372835
feat(aarch64/whl): support aarch64 whl
GitOrigin-RevId: 656a27d62b
4 years ago
Megvii Engine Team
baa304003f
feat(build): change make to ninja
GitOrigin-RevId: ccff72e39a
4 years ago
Megvii Engine Team
33ab2454b9
fix(whl): support wheel version without sdk info,
which caused by python official PYPI do not support
LOCAL_VERSION; sync lite setup.py
GitOrigin-RevId: 7e35ceb5f1
4 years ago
Megvii Engine Team
04b1a45af4
fix(dnn): fix cudnn crash when finalize called after cudnn dtor
GitOrigin-RevId: b0ad639921
4 years ago
Megvii Engine Team
c85eefded4
fix(tree): fix copybara
GitOrigin-RevId: 4047219962
4 years ago
Megvii Engine Team
c6069d02d7
chore(scripts): remove manylinux2010 build enviroment
4 years ago
Megvii Engine Team
80f0064365
fix(cuda): show more when cuda env check fail
add cublas version check when build whl
GitOrigin-RevId: 6fcb0269e8
4 years ago
Megvii Engine Team
365e80b599
fix(build): fix cu111 cudnn rpath
GitOrigin-RevId: 11e3227be1
4 years ago
Megvii Engine Team
c89c673594
feat(lite): add windows lite whl scripts, enable megenginelite
pytest and enable cpp test in ci
GitOrigin-RevId: fa963616a6
4 years ago
Megvii Engine Team
4c6484b7f0
feat(lite): add macos lite whl scripts, enable megenginelite
pytest and enable cpp test in ci
GitOrigin-RevId: 5625a514ce
4 years ago