mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-18 03:49:41 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user