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-bincount
Commits
cfb05a0b
Commit
cfb05a0b
authored
Oct 09, 2025
by
limm
Browse files
Merge branch 'fix_0.1.1-fastpt' into '0.1.1-fastpt'
add jenkins.sh See merge request
!1
parents
56b3adce
09034f44
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletion
+24
-1
README.md
README.md
+1
-1
jenkins.sh
jenkins.sh
+23
-0
No files found.
README.md
View file @
cfb05a0b
...
...
@@ -72,7 +72,7 @@ python -c "import torch_bincount; torch_bincount.\_\_version__",版本号与
## 单测
```
shell
cd
torch-bincount
pytest
py
thon setup.py
test
```
## Known Issue
...
...
jenkins.sh
0 → 100755
View file @
cfb05a0b
#!/bin/bash
set
-e
source
/opt/dtk/env.sh
export
FORCE_CUDA
=
1
source
/usr/local/bin/fastpt
-C
echo
"开始编译组件torch-bincount"
python3 setup.py
-v
bdist_wheel
echo
"组件torch-bincount编译完成"
ls
dist/
pip
install
dist/torch_bincount
*
.whl
pip
install
dist/torch_bincount
*
.whl
--force-reinstall
--no-deps
echo
"组件torch-bincount安装完成"
echo
"开始torch-bincount单元测试"
python setup.py
test
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