switch the hipTensor testing from mainline to develop branch (#1025)

[ROCm/composable_kernel commit: b0568b728b]
This commit is contained in:
Illia Silin
2023-11-03 12:36:41 -07:00
committed by GitHub
parent a85ef2a95e
commit 0245e56e2e

4
Jenkinsfile vendored
View File

@@ -702,8 +702,8 @@ pipeline {
description: "Use the CK build to verify hipTensor build and tests (default: ON)")
string(
name: 'hipTensor_branch',
defaultValue: 'mainline',
description: 'Specify which branch of hipTensor to use (default: mainline)')
defaultValue: 'develop',
description: 'Specify which branch of hipTensor to use (default: develop)')
booleanParam(
name: "USE_SCCACHE",
defaultValue: true,