Enable daily ninja build traces. (#1487)

* add ninja trace to CI builds

* fix ninja trace logic

* update the ninja trace logic in jenkins file

* limit the number of threads to run ninja build

* use ninja for installation after build

* update the path to ninjatracing tool

* use ninja to run check when using build trace

* fix jenkins logic

* fix typos

* set proper setup_args for all stages

* fix ninja syntax

* replace ninja check with ninja test

* enable ninja tracing with mainline and staging compilers

[ROCm/composable_kernel commit: 19d22e60c1]
This commit is contained in:
Illia Silin
2024-08-26 13:27:01 -07:00
committed by GitHub
parent 1ffa80536c
commit bb0989ef16
2 changed files with 38 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
if (GPU_TARGETS)
if (GPU_TARGETS MATCHES "gfx10" OR GPU_TARGETS MATCHES "gfx11" OR GPU_TARGETS MATCHES "gfx12")
if (NOT GPU_TARGETS MATCHES "gfx94")
add_definitions(-DCK_SKIP_FLAKY_F8_TEST)
set(CK_SKIP_FLAKY_F8_TEST "ON")
endif()