Commit Graph

443 Commits

Author SHA1 Message Date
li-xl 84c10c7a06 fix setitem 2020-10-16 20:43:37 +08:00
Dun Liang d31cdab30f setitem polish 2020-10-16 20:02:46 +08:00
Dun Liang db30ead79e code op with output 2020-10-16 15:02:04 +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 8d64d98a35 jit_prepare for array op 2020-10-12 18:01:14 +08:00
Dun Liang c792b23f48 version 1.2 2020-10-10 16:38:21 +08:00
Dun Liang d533f3960b better print and negtive dim with size() 2020-09-27 12:13:28 +08:00
zhouwy19 5c4bc2e4f7 Merge branch 'master' of https://github.com/Jittor/jittor into zwy2 2020-09-25 17:16:35 +08:00
zhouwy19 a3ed6ace15 Merge branch 'master' of https://github.com/Jittor/jittor 2020-09-25 15:40:53 +08:00
zhouwy19 b7811e32a0 refine pow 2020-09-25 15:40:04 +08:00
Dun Liang 7a6e1e2069 update version 2020-09-25 14:15:19 +08:00
Dun Liang d6b9e32428 auto diff hook optimizer and rand 2020-09-25 14:14:28 +08:00
zhouwy19 dd7f4ec325 Merge branch 'master' of https://github.com/Jittor/jittor into zwy2 2020-09-21 23:02:14 +08:00
Dun Liang e93810879c add AutoDiff 2020-09-19 13:44:55 +08:00
zhouwy19 20ca5dfe83 Merge branch 'master' of https://github.com/Jittor/jittor into HEAD 2020-09-17 12:14:26 +08:00
zhouwy19 606cf12511 jittor for senzhe 2020-09-17 12:14:18 +08:00
Dun Liang ee4dbe4c11 tiny update 2020-09-16 14:49:12 +08:00
Dun Liang e3d1fafa87 fix update queue and conv transpose 2020-09-16 14:27:13 +08:00
Dun Liang f3e99b96bc fix multiple different gpu archs compile error 2020-09-13 14:42:52 +08:00
Gword b5d8898a77
Merge pull request #138 from Jittor/densenet
Densenet
2020-09-10 17:58:49 +08:00
Gword de787b4cc9 skip test densenet 2020-09-10 17:23:09 +08:00
Dun Liang 839f354daf add new cuda search path 2020-09-09 20:27:43 +08:00
Dun Liang e079a8813e Merge remote-tracking branch 'lzhengning/master' into zwy_doc 2020-09-09 15:18:13 +08:00
Dun Liang fc5ee8573e fix sidx<0 in atomic tuner 2020-09-08 21:17:16 +08:00
Dun Liang 336de7c698 fix init value of atomic tuner && fix launch warp 2020-09-08 20:47:18 +08:00
Gword 6b471e5c8e fix densenet bug 2020-09-08 20:36:17 +08:00
lzhengning 6c39c3be1f Fixed error when flattening a 1D array.
In the following code, end_dim is also flattened. So it is okay when end_dim = start_dim.
2020-09-08 14:54:57 +08:00
Dun Liang 0068580ecb test densenet in models 2020-09-07 16:20:46 +08:00
Dun Liang 4892e65b6f Merge branch 'densenet' of https://github.com/Jittor/jittor into densenet 2020-09-07 15:45:23 +08:00
Dun Liang e78ef3fc71 parallel compiler & normal random 2020-09-06 21:58:03 +08:00
Gword f32bc4ae49 densenet & lr_scheduler 2020-09-03 17:58:39 +08:00
Dun Liang 3989c7f19a add progress for core compiling 2020-08-30 21:23:57 +08:00
Dun Liang f1a40bc826 improve import speed 2020-08-30 16:30:30 +08:00
Gword 03aefb620a Merge branch 'master' of https://github.com/Jittor/jittor into attention 2020-08-28 20:49:00 +08:00
Gword 7b41ab678f attention op & Sequential with OrderedDict 2020-08-28 20:48:10 +08:00
Dun Liang 5ce1a1d6e8 fix executor multioutput liveness 2020-08-27 22:35:12 +08:00
zhouwy19 fb890eba8c add hflip 2020-08-25 15:59:02 +08:00
zhouwy19 e49a1cefc9 fix ConvTranspose weight init bug 2020-08-23 21:13:06 +08:00
Dun Liang 7e1678c7ea fix zero dim broadcast 2020-08-17 20:20:31 +08:00
Dun Liang f75c26ab55 fix unique parameters 2020-08-17 19:08:51 +08:00
Dun Liang 2dc161a00e fix float mod 2020-08-17 14:08:31 +08:00
Jittor 4b26d65d96
Merge pull request #130 from Jittor/zwy2
add misc & linalg doc
2020-08-15 20:47:33 +08:00
Dun Liang b79e6e1c5a fix ci 2020-08-14 17:37:10 +08:00
zhowuy19 843b983e90 BCELoss add weight 2020-08-14 17:32:42 +08:00
Dun Liang f3ec2e956c fix array dtype 2020-08-14 17:01:11 +08:00
Dun Liang fb90824178 Merge branch 'master' of https://github.com/Jittor/jittor into zwy2 2020-08-14 13:51:17 +08:00
Dun Liang 1ad00d4580 better error control && fix doc && fix free buffer 2020-08-14 13:49:33 +08:00
Dun Liang f9e290160b Merge branch 'master' into zwy2 2020-08-13 20:57:36 +08:00
Gword 27e3361c74
Merge pull request #125 from Exusial/master
new linalg pr
2020-08-13 02:13:49 -05:00
Dun Liang ec7164e533 tiny fix cu 2020-08-13 14:04:35 +08:00
Exusial 5b470a382f cholesky_test edited 2020-08-11 21:13:15 +08:00
Dun Liang 535523063f change eager_execution -> lazy_execution 2020-08-11 20:58:44 +08:00
Dun Liang c7c8513786 fix matmul 2020-08-11 20:51:53 +08:00
Dun Liang e25a8ac28d fix numpy code op test 2020-08-11 20:47:28 +08:00
Dun Liang eda31dcacf some fix 2020-08-11 20:30:26 +08:00
Dun Liang 45aba7c99e
Merge branch 'master' into master 2020-08-11 20:03:25 +08:00
zhouwy19 e0f8acc066 Merge branch 'zwy2' of https://github.com/Jittor/jittor 2020-08-11 17:18:38 +08:00
zhouwy19 011ae404b8 Merge branch 'master' of https://github.com/Jittor/jittor 2020-08-11 17:17:11 +08:00
zhouwy19 614a17ef8f add make_grid & unbind 2020-08-11 17:16:32 +08:00
Dun Liang ed65ba76e6 update version 2020-08-11 16:59:05 +08:00
Dun Liang 6547d34c50 fix ci bug 2020-08-11 16:55:22 +08:00
zhouwy19 57978afea0 Merge branch 'master' of https://github.com/Jittor/jittor into zwy_doc 2020-08-11 16:38:41 +08:00
zhouwy19 d66606a205 change GroupNorm 2020-08-11 16:36:08 +08:00
Dun Liang a13a400761 add is_training 2020-08-10 21:05:10 +08:00
Dun Liang 80cebbb389 Merge branch 'zwy2' of https://github.com/Jittor/jittor 2020-08-07 12:24:11 +08:00
Dun Liang 353a0ae675 fix numpy scalar to jittor array 2020-08-03 21:34:09 +08:00
Dun Liang e23e587fd4 fix daemon bug 2020-08-03 15:16:47 +08:00
Exusial dc46a025d5 new version 2020-08-01 09:39:32 +08:00
Exusial 48ca47e274
Add files via upload 2020-08-01 08:49:45 +08:00
Exusial 212b2a8564
Add files via upload 2020-08-01 08:48:53 +08:00
Dun Liang d5d5fc8ea9 fix cupy bug 2020-07-31 22:08:05 +08:00
Dun Liang f296712c37 add cuda bmm test 2020-07-31 21:14:07 +08:00
Dun Liang 84d9434ecf polish matmul 2020-07-31 21:02:01 +08:00
Gword f5fbfbd271 numpy_code test with jt.Function 2020-07-31 15:28:43 +08:00
Gword ad447fefdf Merge branch 'master' of https://github.com/Jittor/jittor into numpy_code 2020-07-31 12:53:59 +08:00
zhouwy19 87b1933447 add cross & normalize 2020-07-31 09:34:49 +08:00
zhouwy19 1e32486f59 update groupnorm 2020-07-31 08:48:08 +08:00
zhouwy19 cad1845e68 update matmul & ConstantPad2d 2020-07-30 23:33:31 +08:00
zhouwy19 90a1422b3c repeat chunk stack flip Softplus GN grid_sample 2020-07-30 23:07:35 +08:00
zhouwy19 f434f64cd2 update code op help doc & test file 2020-07-30 19:22:30 +08:00
Dun Liang eae3fffcf1 add eager execution 2020-07-30 15:33:51 +08:00
Dun Liang a62b45d6ca add negtive dim support 2020-07-29 16:58:42 +08:00
Dun Liang d83389117f fix multi output code op not use segfault 2020-07-27 22:26:37 +08:00
Dun Liang 431ab5c70f fix bool setitem and reshape NanoVector 2020-07-27 16:03:16 +08:00
Exusial ab7e0c59ed
Add files via upload 2020-07-27 11:23:19 +08:00
Exusial ca6ef08cc3
Add files via upload 2020-07-27 11:21:46 +08:00
Exusial daa5070795
Add files via upload 2020-07-24 23:21:21 +08:00
Exusial 7012e99b0a
Add files via upload 2020-07-24 23:20:05 +08:00
Exusial 03bf4ec2ef
Delete test_eigh.py 2020-07-24 23:19:44 +08:00
Exusial bd733709ac
Delete test_svd.py 2020-07-24 23:18:36 +08:00
Exusial ff69bbdbd3
Add files via upload 2020-07-24 23:18:05 +08:00
Exusial b0545e1484
Add files via upload 2020-07-24 22:03:05 +08:00
Exusial 80cc4a4ac9
Add files via upload 2020-07-24 22:02:02 +08:00
Gword 1e0f1383d2 merge 2020-07-24 21:22:51 +08:00
Gword b80f03b1ee numpy_code op with cupy 2020-07-24 21:19:50 +08:00
Exusial 705bed16fd
Add files via upload 2020-07-24 20:43:28 +08:00
Exusial ae82e1bc6e
Add files via upload 2020-07-24 20:42:22 +08:00
Meng-Hao f7d893306a update matmul_transpose 2020-07-24 09:40:06 +08:00
Exusial 57039705c1
Delete svd_test.py 2020-07-23 19:12:25 +08:00
Exusial d369b2bfb5
Add files via upload 2020-07-23 19:08:16 +08:00
Exusial 9bc3ed2a55
Add files via upload 2020-07-23 18:08:23 +08:00
Exusial 59994795f1
Add files via upload 2020-07-23 17:26:08 +08:00
Exusial e7fc0d9405
Add files via upload 2020-07-23 17:23:05 +08:00
Exusial 7136b48a70
Add files via upload 2020-07-23 15:50:52 +08:00
Dun Liang fb873bc50e add __launch_bounds__ for cuda kernel 2020-07-23 13:28:01 +08:00
Dun Liang 8bb698c225 fix copy op 2020-07-23 10:38:36 +08:00
Dun Liang ad320ed2cf update version 2020-07-22 22:41:17 +08:00
Dun Liang 42a2abfe50 copy, empty and default 32bit 2020-07-22 22:40:49 +08:00
Dun Liang 29238b8cfb update bmm 2020-07-19 13:42:53 +08:00
Dun Liang c49ebb1327 Merge branch 'gmh' of https://github.com/Jittor/jittor 2020-07-19 13:40:37 +08:00
Dun Liang 4726cb2382 fix compile error 2020-07-18 15:58:01 +08:00
Dun Liang c28d606f5a version 1.1.6.0 2020-07-18 10:28:10 +08:00
Dun Liang 3037b5ee64 cuda 10.1 docker 2020-07-15 17:39:51 +08:00
Dun Liang 3fca6fa321 WIP: concat 2020-07-15 14:47:40 +08:00
Dun Liang 802cf56162 add version string 2020-07-15 14:34:25 +08:00
Dun Liang bec2e710af add changelog 2020-07-15 10:51:48 +08:00
Dun Liang 060686fafd fix memleak 2020-07-14 22:42:05 +08:00
Dun Liang a60c73ea39 polish interface 2020-07-14 22:42:05 +08:00
Dun Liang c6fc9c05ca tune interface 2020-07-14 22:42:05 +08:00
Dun Liang eab8bcc049 fix function grad 2020-07-14 22:42:05 +08:00
Dun Liang f2bf93ae56 Function customized backward and no grad 2020-07-14 22:42:04 +08:00
Gword ef918ccbf7 merge 2020-07-14 14:51:35 +08:00
Gword 96883622c6 update 2020-07-13 22:09:56 +08:00
Gword a6caacf54e update 2020-07-13 21:17:33 +08:00
Meng-Hao a4bb6318e1 update bmm 2020-07-12 17:41:46 +08:00
Meng-Hao c1c29deaa9 Merge branch 'master' of https://github.com/Jittor/jittor 2020-07-12 17:36:25 +08:00
Meng-Hao a859396aa8 update bmm 2020-07-12 17:33:41 +08:00
Meng-Hao 395733f85a update bmm 2020-07-12 17:29:10 +08:00
zhouwy19 0f0b08e30d fix unsqueeze 2020-07-06 22:25:03 +08:00
zhouwy19 8022cd9c3d fix unsqueeze 2020-07-06 22:15:42 +08:00
Gword dfa1a4d999 numpy code op test 2020-07-06 16:51:21 +08:00
Gword ff6c59f385 Merge branch 'master' of https://github.com/Jittor/jittor into numpy_code 2020-07-03 11:44:24 +08:00
Gword fae73d9ca1 test numpy code op 2020-07-03 11:44:19 +08:00
Dun Liang 0a5bd61bf4 unique type 2020-07-02 15:21:57 +08:00
Dun Liang adf7ef85d9 error msg polish 2020-07-01 15:47:00 +08:00
Dun Liang 2db484a3df check c stype in core 2020-07-01 15:44:32 +08:00
Dun Liang 3f452fe966 publish 2020-06-30 16:44:14 +08:00
Dun Liang 1e9d29c2ae fix async fetch with update queue 2020-06-30 12:02:35 +08:00
MenghaoGuo 225a8f4944
Merge pull request #79 from Jittor/gmh
add bmm function
2020-06-26 11:15:14 +08:00
Dun Liang 9bf24178c4 fix jt.zeros 2020-06-24 13:57:39 +08:00
Dun Liang 993f73cb4e fix contrib 2020-06-23 22:48:42 +08:00
Dun Liang 5de2aec717 add update queue 2020-06-20 20:46:30 +08:00
Dun Liang db275ed436 detach clone 2020-06-19 21:22:08 +08:00
Dun Liang 32abf3db0b fix dataset 2020-06-18 21:42:04 +08:00
Dun Liang adfa5dcdb5 remove comments 2020-06-17 19:03:15 +08:00
Dun Liang 9c84d0ee51 image open time hooker 2020-06-17 15:11:43 +08:00
Dun Liang dd18751c23 polish doc 2020-06-17 13:19:43 +08:00
Dun Liang 77169be9aa add document for display_worker_status 2020-06-17 13:19:43 +08:00
Dun Liang d9b76de87c dataset statistic 2020-06-17 13:19:43 +08:00