Commit Graph

70 Commits

Author SHA1 Message Date
Dun Liang 123e915bb3 support cuda win 2021-09-26 15:35:18 +08:00
Dun Liang d85af13024 polish initialize order 2021-09-16 13:51:28 +08:00
Dun Liang c3938e14bf msvc support 2021-09-15 17:34:50 +08:00
Dun Liang 4e38190483 Merge branch 'master' of https://github.com/Jittor/jittor 2021-08-17 13:35:18 +08:00
Dun Liang 4fd355202c add naive windows support 2021-08-15 19:58:18 +08:00
Zheng-Ning Liu 43b150a6c8
Update auto_diff.py
fixed: symbol not found when running "from jittor_utils import auto_diff; import jittor as jt"
2021-07-30 15:52:52 +08:00
Dun Liang 08eeb67de5 fix g++-10 line error 2021-07-29 20:02:14 +08:00
Dun Liang e3181e706f fix console error 2021-07-22 22:14:51 +08:00
Dun Liang cf6299009e polish auto diff with backward name 2021-07-19 16:30:05 +08:00
Dun Liang 62bbdcd7d9 Merge branch 'auto_diff' of https://github.com/lzhengning/jittor 2021-07-19 11:22:00 +08:00
lzhengning b61065e8b3 Polish auto_diff.py
- Use the layer name as file name to be cached.
- Now it can compare input and output of layers with the same name, even if the networks are not identical.
- Add a convenient way to provide identical input data (save_input, load_input).
2021-07-17 13:58:31 +08:00
Dun Liang 7cd5f93f19 show jit utils error 2021-06-25 23:44:50 +08:00
Dun Liang 1acf6492f4 DISABLE_MULTIPROCESSING flags 2021-06-22 17:01:50 +08:00
lzhengning 5fd890afa2 avoid unknown cc 2021-06-18 16:58:30 +08:00
lzhengning 556f0cfb1e avoid import error when no torch installed 2021-06-18 15:56:13 +08:00
lzhengning df0ea12d7e Merge branch 'master' into macOS 2021-06-18 10:30:57 +08:00
Dun Liang 9c0f3cfdf4 polish cifar 2021-06-16 20:22:12 +08:00
Jittor ebb07a1efa support M1 chip 2021-06-11 20:27:16 +08:00
lzhengning ed7f0d6c9d pretend clang to be g++ 2021-06-11 14:27:59 +08:00
lzhengning 72c22c1216 change default cc on mac to clang 2021-06-11 14:03:53 +08:00
lzhengning 42da3afd36 improve Linux compatibility 2021-06-10 21:40:27 +08:00
lzhengning 3fdda2f91d passed most test cases 2021-06-09 21:01:32 +08:00
lzhengning 5935f77fbb Merge branch 'master' into macOS 2021-06-09 20:40:43 +08:00
Dun Liang 1931f2fb41 update cuda md5 2021-06-04 14:25:51 +08:00
lzhengning 23106e0606 Merge branch 'master' into macOS 2021-06-04 13:26:29 +08:00
lzhengning cf171bf577 support macOS 2021-06-04 13:26:24 +08:00
Dun Liang 7981efd3f1 auto cuda install boost 2021-05-29 21:35:09 +08:00
Dun Liang 07eb4a7a0e auto cuda downloader 2021-05-28 15:46:05 +08:00
Dun Liang f895d2f2e4 remove pybind11 dep 2021-05-12 20:46:31 +08:00
cxjyxx_me 1e82016bfa fix connection bug 2021-05-05 15:20:25 +08:00
Dun Liang f612e9f2c6 remove sleep 2021-05-05 14:54:04 +08:00
Dun Liang e63186e209 add student queue 2021-05-04 22:30:37 +08:00
Dun Liang 862d564d85 add distribution for rl 2021-04-29 23:04:02 +08:00
Dun Liang fba55c7e31 polish pool interface 2021-04-15 14:33:51 +08:00
Dun Liang 5b8d2fe13c install python-dev hint 2021-02-01 16:34:24 +08:00
Dun Liang 2476a471d4 fix cudnn 8 cuda 11 link problem 2021-01-19 15:21:49 +08:00
Dun Liang 4471aff46e add jt console support 2021-01-15 23:04:24 +08:00
Dun Liang 3f858b76e1 update 2020 -> 2021 2021-01-07 16:25:00 +08:00
Dun Liang 37b70ddf2c change header 2020-12-23 22:11:19 +08:00
Dun Liang 03e8253a36 update auto_diff 2020-12-22 21:58:52 +08:00
Dun Liang 1b6970f7dc add requires_grad 2020-12-21 22:41:45 +08:00
li-xl cb52493db9 Merge branch 'master' of https://github.com/jittor/jittor 2020-11-03 17:06:20 +08:00
li-xl 06eb505eea add bmm_transpose and pad and merge_loop_flags 2020-11-03 17:04:25 +08:00
Dun Liang 5713130b03 signal handler for ctrl-c 2020-11-03 12:36:04 +08:00
Dun Liang 143bb01d8e optimize ring buffer and copy free array op 2020-11-02 17:11:29 +08:00
Dun Liang 563c6fa22a slice start==stop 2020-10-14 17:58:36 +08:00
Dun Liang 0f97f26b89 improve import speed 2020-10-14 12:40:21 +08:00
Dun Liang c792b23f48 version 1.2 2020-10-10 16:38:21 +08:00
Dun Liang d6b9e32428 auto diff hook optimizer and rand 2020-09-25 14:14:28 +08:00
Dun Liang c07d85dade multiple hook for auto diff 2020-09-19 14:10:56 +08:00