mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
[rocm-libraries] ROCm/rocm-libraries#4361 (commit 37a74ef)
[CK] a bunch of CI fixes. ## Motivation Fixing some of the CK CI issues ## Technical Details fixing paths to dockerfiles and scripts; moving codegen tests to separate stage (collides with main build since you must call cmake from same folder but different options); fixing a couple of clang compilation issues with staging compiler;
This commit is contained in:
committed by
assistant-librarian[bot]
parent
e96beb1f3e
commit
4dd4869fbf
@@ -191,17 +191,17 @@ class EnhancedNinjaDependencyParser:
|
||||
if any(
|
||||
file_path.startswith(prefix)
|
||||
for prefix in [
|
||||
"include/",
|
||||
"library/",
|
||||
"test/",
|
||||
"example/",
|
||||
"src/",
|
||||
"profiler/",
|
||||
"build/include/",
|
||||
"build/_deps/gtest",
|
||||
"client_example",
|
||||
"codegen",
|
||||
"tile_engine",
|
||||
"projects/composablekernel/include/",
|
||||
"projects/composablekernel/library/",
|
||||
"projects/composablekernel/test/",
|
||||
"projects/composablekernel/example/",
|
||||
"projects/composablekernel/src/",
|
||||
"projects/composablekernel/profiler/",
|
||||
"projects/composablekernel/build/include/",
|
||||
"projects/composablekernel/build/_deps/gtest",
|
||||
"projects/composablekernel/client_example",
|
||||
"projects/composablekernel/codegen",
|
||||
"projects/composablekernel/tile_engine",
|
||||
]
|
||||
):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user