Tron Zhang
d5d9e92336
remove submodule akg
2020-07-02 11:23:52 +08:00
tronzhang
109a21d520
Adapt change of module akg
2020-06-21 18:19:30 +08:00
gong chen
13a2d6d49e
Init GraphKernel.
...
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
2020-06-13 18:02:51 +08:00
jonyguo
698c88f306
update sqlite patch
2020-05-25 11:06:57 +08:00
xulei2020
5edadf1542
add jieba c++ code
2020-05-21 14:47:16 +08:00
xulei2020
da8e095bd3
add jieba c++ code
2020-05-21 10:47:02 +08:00
xulei2020
163b6b7ea7
add jieba c++ code
2020-05-20 15:55:12 +08:00
caifubi
7d07e17f5a
Support Common Hccl Op
...
1.Support Broadcast op
2.Support communication op as graph output
3.Optimize Communication op memory alocation
4.support hccl multi-group
2020-05-18 14:48:34 +08:00
xiefangqi
c937bad53f
minddata support voc
2020-05-15 13:24:03 +08:00
zhoufeng
b681cec8f2
cmake refactor
2020-04-26 20:51:18 +08:00
zhoufeng
e0c3ec6c79
check gcc version, check patch is found or not
2020-04-26 11:02:20 +08:00
zhoufeng
97a6fc77a1
only pack vc runtime v14.0
2020-04-25 14:46:42 +08:00
zhoufeng
8a988ce0d1
add vc runtime dll to package
2020-04-23 11:11:54 +08:00
mindspore-ci-bot
53b3d187b9
!543 modify build for gpu tvm
...
Merge pull request !543 from dengwentao/fix_tvm
2020-04-22 09:07:38 +08:00
dengwentao
08968c2744
modify tvm build
2020-04-21 20:54:40 +08:00
mindspore-ci-bot
ac83d09651
!489 Fix __FILE__ macro when symbolic links exist in the path to code directory
...
Merge pull request !489 from yanghaoran/master
2020-04-20 22:02:36 +08:00
lupengcheng
4b2f546730
回退 'Pull Request !263 : optimize cmake for tvm '
2020-04-20 17:14:47 +08:00
yanghaoran
4f0034353e
add realpath to acquire real cmake dir despite usage of symbolic links
2020-04-20 17:01:10 +08:00
mindspore-ci-bot
76c700fb35
!432 Support for patching and compiling sqlite on windows
...
Merge pull request !432 from ZhouFeng/windows-sqlite-patch
2020-04-18 16:52:00 +08:00
zhoufeng
638b119099
windows sqlite patch
2020-04-18 15:10:16 +08:00
mindspore-ci-bot
d1da509b45
!263 optimize cmake for tvm
...
Merge pull request !263 from dengwentao/tvm
2020-04-18 14:25:51 +08:00
dengwentao
f4164169fa
modify gpu tvm cmake
2020-04-18 11:45:39 +08:00
mindspore-ci-bot
f69a668d98
!350 change tuple output to make tuple
...
Merge pull request !350 from lianliguang/chang-tuple-output-to-make-tuple
2020-04-17 19:22:41 +08:00
lianliguang
00e4306518
convert all tuple output to maketuple
2020-04-17 17:31:42 +08:00
mindspore-ci-bot
2f4cd8b85e
!408 Fix compiles fail with cmake version greater than 3.17 on windows
...
Merge pull request !408 from ZhouFeng/cmake317-windows
2020-04-17 14:22:37 +08:00
chenjianping
523fde0e25
eliminate securec warning
2020-04-17 02:33:37 +00:00
zhoufeng
c72bafaec9
fix compiles fail with cmake version greater than 3.17 on windows
2020-04-17 10:05:59 +08:00
chenjianping
c8da1cf8e9
support building on windows|support package
2020-04-16 13:44:20 +00:00
zhoufeng
108ac9cda7
fix package path
2020-04-16 09:22:47 +08:00
chenjianping
b6493af6b7
fix gpu init fail
2020-04-15 14:18:50 +00:00
mindspore-ci-bot
3511391f35
!359 Fix tvm copy path
...
Merge pull request !359 from ZhouFeng/fix-tvm-copy-path
2020-04-15 21:29:55 +08:00
zhoufeng
a66b0c1e11
fix tvm copy path
2020-04-15 19:48:47 +08:00
mindspore-ci-bot
b2b3e24a8e
!329 [MS]support building on windows 10
...
Merge pull request !329 from chenjianping/building-on-windows-2
2020-04-15 19:10:50 +08:00
chenjianping
1286767d0e
support building on windows
2020-04-15 09:36:48 +00:00
zhoufeng
4a9f497283
move akg out
2020-04-15 17:03:48 +08:00
zhoufeng
a1a2182b8a
modify whl file name to be same as package name
2020-04-15 09:48:04 +08:00
zhoufeng
2dd60b4ce3
pack via cpack
2020-04-14 20:56:36 +08:00
chenzomi
65a49a21e5
fix complite error while using .so with clang on macos
2020-04-13 21:23:12 +08:00
dengwentao
b5ca2a3e30
:modify protobuf cmake
2020-04-11 11:46:23 +08:00
yanghaoran
576f65ad48
add custom environment variable ASCEND_CUSTOM_PATH for customized Ascend software installation
2020-04-09 19:07:01 +08:00
mindspore-ci-bot
bcd25af0df
!144 Compile command supports "-z" (minddata) and "-M on" (gpu) by default in build.sh
...
Merge pull request !144 from ZhouFeng/default-build-command
2020-04-09 12:00:14 +08:00
zhoufeng
f385f2a48b
default build command
...
"-z" (minddata) and "-M on" (gpu) by default in build.sh
2020-04-09 10:50:22 +08:00
mindspore-ci-bot
fe4c815d1c
!151 updata mkl-dnn link and md5
...
Merge pull request !151 from dengwentao/mkldnn_cmake
2020-04-07 21:22:08 +08:00
dengwentao
2303719352
updata mkl-dnn link and md5
2020-04-07 16:27:44 +08:00
jjfeing
b94556e9a6
adapt graphengine upgrade
2020-04-07 09:11:45 +08:00
jjfeing
8ece432ae9
tr5 run package update
2020-04-03 10:02:39 +08:00
Wei Luning
73ba399364
remove ge depend in cpu
2020-04-02 19:38:42 +08:00
dengwentao
bffa031dbc
change MS LIB CACHE setting
2020-04-01 15:24:49 +08:00
zhunaipan
930a1fb0a8
initial version
...
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
2020-03-27 22:54:54 +08:00