Граф коммитов

17 Коммитов

Автор SHA1 Сообщение Дата
Lei Wang aff4f4c114
[Typo] An automatic github action solution for typo inspection. (#416)
* feat: new github action <check spelling> will automatically inspect typo @ push/pull request

* modified: gitignore + macos ignore, .DS_Store is a macos-specified cache file, should be removed

* typo fix: try my best to fix the typo

Co-authored-by: Lei Wang <34334180+NjtechPrinceling@users.noreply.github.com>
Co-authored-by: Wenxiang Hu <8460860+wenxcs@users.noreply.github.com>
2022-07-19 16:56:22 +08:00
Wenxiang Hu 53929d5336
Support python wheel distribution (#363)
* Support to distribute by wheel; New python entry point;

Co-authored-by: Wenxiang Hu <wenxh@microsoft.com>
Co-authored-by: Yi Yi <yiyi@microsoft.com>
Co-authored-by: siahuat0727 <tansiahuat@gmail.com>
2022-03-08 17:27:09 +08:00
Yo Yi 31f688f3b0
Avoid unnecessary rebuilds for `test.sh` (#322)
Due to the source binary in `nnfusion/build` shared by all the
docker containers, they could just install the tools into their
environment without rebuild the same source every time.

Simplify the commands in `build.sh` also.
2021-11-12 17:24:26 +08:00
siahuat0727 d9a0dfdb89
Update install dependencies (#330)
* Update install dependencies

* Build protobuf from source for Ubuntu 16.04 and Ubuntu 18.04

* Add Ubuntu 20.04 capability

* And numpy dependency

* Add Ubuntu 16.04 and 20.04 dockerfile
2021-10-27 16:19:27 +08:00
Wenxiang Hu 10213a5551
Add script & case for benchmark utility (#272)
* Add new feature for benchmark utility;
2021-05-24 10:48:25 +08:00
Yuqing a3573df2a8
add new hlsl cpp codegen (#203)
* add new hlsl cpp codegen; change langunitvec.unit_vec type from vector to deque

* depreacte -fhlsl_csharp_codegen; copy template to hlsl codegen folder

* add -fcustomized_mem_imp

* add free at last

* update templates Direct3DWinNN and Direct3DXBoxNN;eliminate code check for templates

* eliminate code check for templates

* update Direct3DXBoxNN.vcxproj

Co-authored-by: yuqing <yuqxia@microsoft.com>
2021-01-26 13:03:06 +08:00
lynex 7c9654085c
Update to enable parallel training via SuperScaler (#186)
* Update to enable parallel training via SuperScaler

* hearders update

* hearders update

* clean

* format fix

* remove dxcompute

* format fix

* NNFusion fixed by Ze Gao, mnist example added

* nit

* nit fix: python -> python3 for SuperScaler

* fix rocm tests
2020-12-25 16:11:37 +08:00
Wenxiang Hu ab3b85c0f4
Final pr before 0.2 release (#171)
* Move files;

* Add new dockerfile;
2020-12-16 13:15:40 +08:00
Yuanjie Ding d05b087d09
Fp16 kernel (#161)
* refactor and add some fp16

* fix compiling error

* changes for fp16

* add pass info to log

* update cudnn datatype mapping

* add fp16 header to header file

* vgg11 runnable

* code sytle applied

* meet master

* fp16 runnable

* fix macro newline

* check device type

* code stype

* fix ROCm unsupported LU's

* fix codesytle

Co-authored-by: Cjkkkk <shanbinke@gmail.com>
2020-12-14 16:40:14 +08:00
Wenxiang Hu e1047951b7
Validation Pipeline Fixes (#92)
* Fix rocm container;
* Fix pipeline's model download script;
2020-10-28 11:39:10 +08:00
Wenxiang Hu e76627a441
Fix script for building containers; Add open script for more devices; (#81) 2020-10-26 14:25:20 +08:00
Wenxiang Hu 646de0c681
Switch large frozen models to Azure Storage service (#80)
* Change models to azure storage;

* Change relative models path;

* Update az folder;
2020-10-26 14:18:14 +08:00
Ziming Miao a9d804a3cd
op type checker in onnx frontend & code style checker on thirdparty/ngraph (#71) 2020-10-20 14:56:40 +08:00
Ziming Miao 57862ffc18
add install libtorch script (#39) 2020-09-24 10:14:57 +08:00
Wenxiang Hu 8cb77873b6
Fix pipeline problems (#22)
Fixed those problems:

1. Change all error return code to 1, since other than 1 will be treated as succeded;
2. Set umask as 000 inside container to let vsagent be able to remove files;
3. Solve some merge conflict with internal repo;
2020-09-17 12:22:00 +08:00
Wenxiang Hu 276b59c57c
Replace git repo addr; (#5) 2020-09-05 18:31:42 +08:00
Wenxiang Hu 1b2c23b073 Initial Commit; 2020-09-05 09:49:54 +00:00