Commit Graph

2034 Commits

Author SHA1 Message Date
DongYang Li 30bb3dbf22 Merge pull request #625 from Exusial/master
fix duplicate definition in cudnnops
2024-12-19 16:29:32 +08:00
Yuxuan Han c3a6df6682 Merge pull request #12 from CSCG-Lab/splits
split silu,sigmoid,softmax
2024-12-19 10:18:26 +08:00
Exusial 144b7bc57d split silu,sigmoid,softmax 2024-12-19 10:17:06 +08:00
Yuxuan Han 4219d445a4 Merge pull request #11 from CSCG-Lab/splits
split relu,dropout,transpose,flashattention
2024-12-19 09:37:32 +08:00
Exusial bfe1ceb82b split relu,dropout,transpose,flashattention 2024-12-19 09:36:32 +08:00
hjc21 67f9b7ad61 fix unqualified call to 'std::move' 2024-12-18 17:09:24 +08:00
Exusial 9ce77dfb82 fix duplicate definition in cudnnops 2024-12-18 14:19:04 +08:00
CHEN Xinsheng 2a67644b0d fix lack of import 2024-12-17 19:44:35 +08:00
514flowey 4225804df2 Merge branch 'Jittor:master' into master 2024-12-16 22:25:47 +08:00
514flowey eefd57c0f4 Merge branch 'master' of github.com:514flowey/jittor 2024-12-16 22:20:20 +08:00
514flowey 9e7e479df2 Add Index Check for Get Item. Warning: It may slow down the speed, and has not passed a fully check! 2024-12-16 22:19:55 +08:00
Yuxuan Han fa89429a21 Merge pull request #10 from CSCG-Lab/splits
split where,scatter,floor
2024-12-14 10:37:15 +08:00
Exusial 8762352c64 split where,scatter,floor 2024-12-14 10:36:37 +08:00
MenghaoGuo ac78f57a7e Merge pull request #622 from plutoZZZZ/master
add cuda extern: Cusparse
2024-12-13 17:08:36 +08:00
Yuxuan Han 1554d416b0 Merge pull request #9 from CSCG-Lab/splits
split cumsum,gather,index
2024-12-13 14:32:01 +08:00
Exusial 064af9d543 split cumsum,gather,index 2024-12-13 14:31:29 +08:00
Yuxuan Han 5a30cd334f Merge pull request #8 from CSCG-Lab/splits
split maxpool,flip,concat
2024-12-12 19:52:31 +08:00
Exusial f8c8f7e8d7 split maxpool,flip,concat 2024-12-12 19:49:06 +08:00
Exusial 64e3ceb59e shut off sync expect reduce op 2024-12-12 17:02:51 +08:00
Exusial c3b1f380eb Merge branch 'main' of https://github.com/CSCG-Lab/JittorHW 2024-12-12 16:31:40 +08:00
Exusial 14af6f0980 Merge branch 'ddd' 2024-12-12 16:27:07 +08:00
Exusial 2b63a07aa0 udpate base. 2024-12-12 16:26:38 +08:00
Exusial c9c02508d4 Debug nan. 2024-12-12 14:49:18 +08:00
lusz a5fdfd1408 cusparse 2024-12-11 21:38:17 +08:00
lusz 2d93b36cbb cusparse 2024-12-11 21:33:33 +08:00
Exusial 722cb8e3fc add sync in broadcast_to when shape is [1] 2024-12-10 19:20:18 +08:00
Exusial da6acc6cc3 Add flags for sync. 2024-12-10 10:17:58 +08:00
Exusial d1b313bf1d add random 2024-12-09 17:18:27 +08:00
Exusial ce533cbeb3 fix setitem 2024-12-09 16:22:37 +08:00
Exusial 99413285cb modify getitem & setitem 2024-12-07 18:52:34 +08:00
邓一轩 1db9bc2993 splite matmul and bmm from acl_op 2024-12-07 11:16:49 +08:00
Exusial 420f94f283 update 2024-12-06 14:23:08 +08:00
Exusial 86331a8d8f add setitem & getitem op 2024-12-06 11:21:55 +08:00
Exusial fb00b8a558 add conv_forward op. 2024-12-04 15:45:48 +08:00
Exusial 15a7fba3da add conv_op. 2024-12-04 15:41:38 +08:00
Exusial 5544147573 Merge branch 'main' of https://github.com/CSCG-Lab/JittorHW 2024-12-04 15:40:05 +08:00
Exusial d71e59b262 fixed bug of cpp 2024-12-04 15:36:25 +08:00
CHEN Xinsheng 135446ca59 improve reduce op output 2024-12-03 11:12:56 +08:00
Exusial 3bea663698 fixed the bug of not recompile 2024-12-02 22:24:01 +08:00
Exusial f7edd32327 fix bug 2024-12-02 17:53:42 +08:00
Exusial e24a37f5ce add base op class 2024-12-01 23:36:28 +08:00
DongYang Li 63d9392e49 update version 1.3.9.13 2024-11-28 22:13:06 +08:00
CHEN Xinsheng acf5d1a05e add `jt.Var.isnan` and `jt.Var.isinf` 2024-11-28 22:04:42 +08:00
514flowey 7638ab5ffb Merge pull request #604 from 514flowey/master
Fix RNN code op bug
2024-11-28 19:41:29 +08:00
514flowey 421d5a4fa4 Merge branch 'Jittor:master' into master 2024-11-28 19:40:55 +08:00
514flowey 9ee61d26f1 fix rnn op bug 2024-11-28 19:40:08 +08:00
Exusial 352bb8d6a7 update reduce. 2024-11-28 16:24:07 +08:00
Exusial ca712e241b update 2024-11-28 15:45:15 +08:00
Exusial a1add64d6c fix compile include aclops.h in aclops 2024-11-28 13:24:47 +08:00
Exusial 0dc84ebed8 update get_dtype 2024-11-27 20:21:34 +08:00