• Joined on 2022-03-22
cjld pushed to master at jittor/jittor 2023-06-10 09:13:46 +08:00
d595c8b00f Merge branch 'master' of github.com:Jittor/jittor
2d4a82d5e5 polish mish activation, thanks!
48fd6185b9 add sfrl large block setting
c527badcf1 polish cuda flag set
b0ba0d682e LLM support
Compare 23 commits »
cjld pushed to master at jittor/jittor 2023-04-05 02:13:36 +08:00
5cf9c10c92 fix windows virtual env bug
cjld pushed to master at jittor/jittor 2023-04-05 00:29:35 +08:00
3bcdfc97a9 update version
57d5b52b18 Merge branch 'master' of github.com:Jittor/jittor
0036671536 add mem opt doc
Compare 3 commits »
cjld pushed to master at jittor/jittor 2023-01-06 20:50:32 +08:00
6fbffb7c62 jtorch compatible
cjld pushed to master at jittor/jittor 2023-01-06 19:42:33 +08:00
437a720500 add multinomial operator
5a4ae74a3a add index_select
2b24d436e3 update version
eace68f368 Merge branch 'fix-macOS'
948b9796ad support onednn on macOS with intel chips
Compare 6 commits »
cjld pushed to master at jittor/jittor 2022-12-09 20:26:44 +08:00
2e74df517b fix zeros_like dtype select
2a06801681 add cascade setitem test
7c8cfa2016 polish ones interface
Compare 3 commits »
cjld pushed to master at jittor/jittor 2022-12-07 14:25:25 +08:00
d742532dfa polish ones interface
cjld pushed to master at jittor/jittor 2022-12-05 14:46:31 +08:00
dc7cf4abb0 Merge branch 'master' of github.com:Jittor/jittor
c7e604af1a cascade_setitem v[a][b][c] = x -> v[a,b,c] = x
a698c88981 improved compatibility with homebrew libomp >= 15.0.6 on macOS
Compare 3 commits »
cjld pushed to master at jittor/jittor 2022-12-04 20:50:15 +08:00
499d3ee99c add triu and tril function
cjld pushed to master at jittor/jittor 2022-12-04 18:24:38 +08:00
44fdc718ab fix assign var in th_mode
cjld pushed to master at jittor/jittor 2022-12-02 22:40:08 +08:00
87489d719e add klo bench
a76c664c65 Merge pull request #411 from uyzhang/master
fe6970efc8 Merge pull request #415 from Jittor/from_torch
725615872a add from_torch
de6724692f add ccl
Compare 5 commits »
cjld pushed to master at jittor/jittor 2022-11-30 13:14:30 +08:00
be8faf4dfc add grad memory check
cjld pushed to master at jittor/jittor 2022-11-30 11:07:38 +08:00
e014f4f25c polish cuda env setup
cjld pushed to master at jittor/jittor 2022-11-29 13:45:02 +08:00
607d13079f add data interface for code op without recompile
cjld pushed to master at jittor/jittor 2022-11-20 23:41:26 +08:00
f7ba3cab31 polish flag scope for profile_mark
cjld pushed to master at jittor/jittor 2022-11-19 10:57:20 +08:00
ef55bd378f fix isnan check for int
fd5bd4aba9 polish ternary
Compare 2 commits »
cjld pushed to master at jittor/jittor 2022-11-16 16:07:37 +08:00
ec2eef1fd9 add profiler mark for easy range profiling
cjld pushed to master at jittor/jittor 2022-11-16 11:34:06 +08:00
5bc160b19c dataset and dataloader interface polish
1f06bbf22e fix dropout2d
Compare 2 commits »
cjld pushed to master at jittor/jittor 2022-11-13 16:36:03 +08:00
8eef300d7b fix dropout2d
74932f3c32 add dropout 2d
f4f327bd12 update version
b5f03f996b fix pr#355&add unittest
13f9eaafc0 Support einops for Jittor
Compare 8 commits »
cjld pushed to master at jittor/jittor 2022-10-27 15:47:54 +08:00
7e40d7831c polish import message