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
composable_kernel
Commits
b0568b72
"vscode:/vscode.git/clone" did not exist on "e279b38aca90cddc0ab654e18c369d9c462ebc0d"
Unverified
Commit
b0568b72
authored
Nov 03, 2023
by
Illia Silin
Committed by
GitHub
Nov 03, 2023
Browse files
switch the hipTensor testing from mainline to develop branch (#1025)
parent
16eb824c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Jenkinsfile
Jenkinsfile
+2
-2
No files found.
Jenkinsfile
View file @
b0568b72
...
@@ -702,8 +702,8 @@ pipeline {
...
@@ -702,8 +702,8 @@ pipeline {
description:
"Use the CK build to verify hipTensor build and tests (default: ON)"
)
description:
"Use the CK build to verify hipTensor build and tests (default: ON)"
)
string
(
string
(
name:
'hipTensor_branch'
,
name:
'hipTensor_branch'
,
defaultValue:
'
mainline
'
,
defaultValue:
'
develop
'
,
description:
'Specify which branch of hipTensor to use (default:
mainline
)'
)
description:
'Specify which branch of hipTensor to use (default:
develop
)'
)
booleanParam
(
booleanParam
(
name:
"USE_SCCACHE"
,
name:
"USE_SCCACHE"
,
defaultValue:
true
,
defaultValue:
true
,
...
...
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