Change thread number to 32

This commit is contained in:
alexxu-amd
2024-06-10 13:53:23 -04:00
parent 05d7992361
commit 1be99075e2

View File

@@ -59,5 +59,5 @@ jobs:
-DCMAKE_BUILD_TYPE=Release
-DHIPTENSOR_BUILD_TESTS=ON
-DAMDGPU_TARGETS=gfx90a
multithreadFlag: -j$(nproc)
multithreadFlag: -j32
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/artifact-upload.yml