diff --git a/Jenkinsfile b/Jenkinsfile index 75800bfc94..e8fd0c3ce6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -911,9 +911,8 @@ pipeline { execute_args = """ cmake -D CMAKE_PREFIX_PATH=/opt/rocm \ -D CMAKE_CXX_COMPILER="${build_compiler()}" \ -D CMAKE_BUILD_TYPE=Release \ - -D GPU_TARGETS="gfx90a;gfx1030;gfx1101" \ -D INSTANCES_ONLY=ON \ - -DCMAKE_CXX_FLAGS=" -O3 " .. && make -j32 """ + -DCMAKE_CXX_FLAGS=" -O3 " .. && make -j64 """ } steps{ buildHipClangJobAndReboot(setup_cmd: "", build_cmd: "", no_reboot:true, build_type: 'Release', execute_cmd: execute_args)