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
gaoqiong
MIGraphX
Commits
c157b338
"src/include/common.hip.hpp" did not exist on "e7b8705b913c1bb7d216255f1f233ea03c096f1e"
Commit
c157b338
authored
Sep 22, 2023
by
Ted Themistokleous
Browse files
Add env print and command for onnxruntime build portion
parent
ef6eab0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Jenkinsfile
Jenkinsfile
+5
-2
No files found.
Jenkinsfile
View file @
c157b338
...
@@ -161,12 +161,15 @@ def onnxnode(name, body) {
...
@@ -161,12 +161,15 @@ def onnxnode(name, body) {
rocmtest
onnx:
onnxnode
(
'cdna'
)
{
cmake_build
->
rocmtest
onnx:
onnxnode
(
'cdna'
)
{
cmake_build
->
stage
(
"Onnx runtime"
)
{
stage
(
"Onnx runtime"
)
{
sh
'''
def
cmd
=
"""
env
apt install half
apt install half
#ls -lR
#ls -lR
md5sum ./build/*.deb
md5sum ./build/*.deb
dpkg -i ./build/*.deb
dpkg -i ./build/*.deb
cd /onnxruntime && ./build_and_test_onnxrt.sh
cd /onnxruntime && ./build_and_test_onnxrt.sh
'''
"""
echo
cmd
sh
cmd
}
}
}
}
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