Commit Graph

1280 Commits

Author SHA1 Message Date
Dun Liang 495d78ad20 fix windows encoding bugs 2022-03-09 18:23:42 +08:00
Dun Liang 53b377ee7d fix windows encoding error, thanks liduan for reporting this bug 2022-03-08 16:40:24 +08:00
Dun Liang 61ea95b76f polish windows notebook 2022-03-08 15:14:37 +08:00
Dun Liang f796ad0d7f fix some jupyter related bugs 2022-03-07 17:15:17 +08:00
Zheng-Ning Liu ca2ec40a59
fix: cumsum not available on CPU 2022-03-02 18:05:35 +08:00
lzhengning 9c04a01143 fix: improve compatibility of Windows and python 10 2022-02-26 14:48:53 +08:00
Dun Liang c5acaa2474 polish example 2022-02-24 21:21:04 +08:00
Dun Liang 120057640c customize code op compilation flags 2022-02-24 21:08:29 +08:00
Xiang-Li Li 83e4f53af5
Update contrib.py
update concat docs
2022-02-24 18:18:16 +08:00
Xiang-Li Li 43d3a47964
Update __init__.pyi
polish docs of arg_reduce
2022-02-24 17:11:57 +08:00
Zheng-Ning Liu 0c8b2e3bb9
Update compiler.py
fix-bug: explicitly set log_v when querying cuda to avoid wrong output of jittor_utils.
2022-02-23 21:32:32 +08:00
Xiang-Li Li 4383886feb
Update misc.py
polish cub_cumsum to support ‘range’  item assignment'
2022-02-22 22:34:14 +08:00
lzhengning 8c0f66c638 polish nvcc_flags 2022-02-18 14:55:00 +08:00
yang guo ye e9aca0444c
Update nn.py
fix typo
2022-01-30 11:59:38 +08:00
Dun Liang 5d191e6247 add nvcc_path check 2022-01-18 16:32:23 +08:00
Dun Liang 6a372f5f4f polish reindex reduce fuse op 2022-01-12 16:43:39 +08:00
Dun Liang 70ccdb1f17 polish loop var pass 2022-01-11 21:03:37 +08:00
Dun Liang 6d1b5e42bc polish fuser 2022-01-11 17:25:00 +08:00
Dun Liang 5b4576c4dd polish tensorcore of cublas in cuda 10 2022-01-10 14:35:30 +08:00
Dun Liang f36693c797 add bool setitem alias and vector_to_tuple 2022-01-10 12:36:28 +08:00
Dun Liang 0c35e1a29b update version 2022-01-04 17:30:37 +08:00
Dun Liang 8f6928315e Merge branch 'master' of github.com:Jittor/jittor 2022-01-04 17:30:14 +08:00
Dun Liang 85ba4898cf add function version conv transpose 2022-01-04 17:29:58 +08:00
tupig-7 5fd65c72cb fix one bug in win10 jittor\src\misc\cpu_math.cc(47): error C2065: 'M_PI': undeclared identifier 2022-01-04 16:10:29 +08:00
liuruiyang98 ef86da29f1 Add init.trunc_normal_ 2022-01-04 16:09:57 +08:00
lidongyang 5c1164233e polish make_grid 2022-01-04 16:09:28 +08:00
Dun Liang f20fa98e44 add use_tensorcore flags 2021-12-30 20:59:48 +08:00
Dun Liang 7b9113f828 support tensorcore 2021-12-30 16:28:21 +08:00
li-xl 928f7ae5be Merge branch 'master' of github.com:jittor/jittor 2021-12-30 11:05:23 +08:00
Dun Liang d6b8349203 polish reindex fuse 2021-12-29 17:50:20 +08:00
Dun Liang 3a31e32a1a add disable lock flags 2021-12-28 12:59:43 +08:00
Dun Liang 8c44329def update version 2021-12-27 13:40:54 +08:00
Dun Liang 0d371ebbe4 add __setattr__ and __getattr__ 2021-12-27 13:40:19 +08:00
cxjyxx_me e19c9aef7a adapt ptrace missed 2021-12-27 10:52:55 +08:00
Dun Liang ac66897047 polish conv transpose group 2021-12-17 17:54:41 +08:00
Dun Liang 922c0d8246 remove some tests 2021-12-17 10:30:14 +08:00
Dun Liang 1f2b100be0 add mpi in py example 2021-12-16 17:37:16 +08:00
Dun Liang c82f5146c9 catch more out of memory error 2021-12-16 16:28:39 +08:00
Dun Liang 9013c70ddf update where document 2021-12-16 16:20:00 +08:00
Dun Liang bc083360e7 test array reindex fuse 2021-12-15 15:38:49 +08:00
Zheng-Ning Liu 03dd698e65
fix-doc: concat example 2021-12-15 10:20:58 +08:00
Dun Liang b913cd8254 polish atan2 2021-12-09 14:41:41 +08:00
Dun Liang 6bc17cb99c polish interpolate 2021-12-06 12:21:18 +08:00
lzhengning eae0357224 doc: fix the wrong example of arg_reduce_op 2021-11-25 11:03:55 +08:00
Dun Liang 9af14f4f55 polish rnn grad 2021-11-22 13:29:04 +08:00
Dun Liang 1e1fe66a30 update version 2021-11-22 13:17:31 +08:00
Dun Liang 5cebf93e31 polish rnn grad 2021-11-22 13:16:48 +08:00
lzhengning 38694a1b6e fix: wrong grad of varslice like [::-1] 2021-11-21 16:50:45 +08:00
Zheng-Ning Liu 4bd0c4a2f6
fix: to_tensor applied on a jt.Var
Allow jt.transform.to_tensor applied on a jt.Var (do nothing but return the inputs).
2021-11-09 23:00:57 +08:00
Dun Liang b3ee4a54e4 polish cu key 2021-11-04 20:51:58 +08:00