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
apex
Commits
8e0825b0
Commit
8e0825b0
authored
Sep 10, 2025
by
limm
Browse files
Merge branch 'fix_24.04.1-fastpt' into '24.04.1-fastpt'
add jenkins.sh See merge request
!8
parents
ce0ebb14
5b2235e9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
jenkins.sh
jenkins.sh
+25
-0
No files found.
jenkins.sh
0 → 100755
View file @
8e0825b0
#!/bin/bash
pip
install
-r
requirements.txt
pip
install
expecttest
set
-e
source
/opt/dtk/env.sh
source
/usr/local/bin/fastpt
-C
echo
"开始编译组件apex"
python3 setup.py
--cpp_ext
--cuda_ext
--peer_memory
--nccl_p2p
--fast_bottleneck
bdist_wheel
echo
"组件apex编译完成"
ls
dist/
pip
install
dist/
*
.whl
--force-reinstall
--no-deps
echo
"组件apex安装完成"
echo
"开始apex单元测试"
cd
tests/L0
python run_test.py
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