use branch develop to test hipTensor (#3034)

[ROCm/composable_kernel commit: 87d0a3ac17]
This commit is contained in:
Illia Silin
2025-10-15 15:40:34 -07:00
committed by GitHub
parent 0b8e15dc2e
commit 2daa8b642a

4
Jenkinsfile vendored
View File

@@ -1039,8 +1039,8 @@ pipeline {
description: "Use the CK build to verify hipTensor build and tests (default: OFF)")
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,