Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-sparse
Commits
a08e4a8a
Commit
a08e4a8a
authored
Jan 29, 2024
by
limm
Browse files
add README_hip.md
parent
da55cf9f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
README_hip.md
README_hip.md
+12
-0
No files found.
README_hip.md
0 → 100644
View file @
a08e4a8a
# PyTorch Sparse
## 编译问题
### 编译torch_sparse==0.6.15 目前不支持torch2.1版本的torch,如果编译torch2.1版本的torch_sparse0.6.15版本需要修改一些代码
### 文件路径pytorch_sparse/csrc/version.cpp
```
static auto registry = torch::RegisterOperators().op("torch_sparse::cuda_version", &sparse::cuda_version); -> static auto registry = torch::RegisterOperators().op("torch_sparse::cuda_version", [] { return sparse::cuda_version(); });
```
# 注释:上述内容为README.md的补充。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment