Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
53599299
Commit
53599299
authored
Jan 07, 2025
by
Po Yen, Chen
Browse files
Remove CMake debug message
parent
6b26da5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
example/ck_tile/18_paged_attention/CMakeLists.txt
example/ck_tile/18_paged_attention/CMakeLists.txt
+0
-1
No files found.
example/ck_tile/18_paged_attention/CMakeLists.txt
View file @
53599299
...
@@ -5,5 +5,4 @@ string(REGEX REPLACE "^[0-9]+_" "" TRIMMED_DIR_NAME "${DIR_NAME}")
...
@@ -5,5 +5,4 @@ string(REGEX REPLACE "^[0-9]+_" "" TRIMMED_DIR_NAME "${DIR_NAME}")
# add prefix "tile_example_" to the processed directory name
# add prefix "tile_example_" to the processed directory name
set
(
EXAMPLE_NAME
"tile_example_
${
TRIMMED_DIR_NAME
}
"
)
set
(
EXAMPLE_NAME
"tile_example_
${
TRIMMED_DIR_NAME
}
"
)
message
(
"[POYENC] example name:
${
EXAMPLE_NAME
}
"
)
add_executable
(
${
EXAMPLE_NAME
}
EXCLUDE_FROM_ALL paged_attention.cpp
)
add_executable
(
${
EXAMPLE_NAME
}
EXCLUDE_FROM_ALL paged_attention.cpp
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment