mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 14:59:17 +00:00
set number of cpu threads in CI to min(nproc,64) (#2793)
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -33,9 +33,6 @@ def nthreads() {
|
||||
def nproc = sh(returnStdout: true, script: 'nproc')
|
||||
echo "Number of cores: ${nproc}"
|
||||
def n = nproc.toInteger()
|
||||
if (n > 32){
|
||||
n /= 2
|
||||
}
|
||||
if (n > 64){
|
||||
n = 64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user