File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,6 @@ deploy:
8585 acl : public_read
8686 on :
8787 repo : rusty1s/pytorch_sparse
88- tags : true
88+ branch : master
8989notifications :
9090 email : false
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ int64_t cuda_version() {
1818}
1919
2020static auto registry =
21- torch::RegisterOperators ().op(" torch_scatter ::cuda_version" , &cuda_version);
21+ torch::RegisterOperators ().op(" torch_sparse ::cuda_version" , &cuda_version);
Original file line number Diff line number Diff line change 2121 f'version { major } .{ minor } .' )
2222 raise OSError (e )
2323
24- cuda_version = torch .ops .torch_scatter .cuda_version ()
24+ cuda_version = torch .ops .torch_sparse .cuda_version ()
2525if cuda_version != - 1 and torch .version .cuda is not None : # pragma: no cover
2626 if cuda_version < 10000 :
2727 major , minor = int (str (cuda_version )[0 ]), int (str (cuda_version )[2 ])
You can’t perform that action at this time.
0 commit comments