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
Commits
10b11916
"dist/common/base.c" did not exist on "21834c0ae2d2c90e5ca7796d4e1e873862e17337"
Commit
10b11916
authored
Mar 27, 2023
by
ltqin
Browse files
add lib for CI
parent
f2de03e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
client_example/08_fused_attention/CMakeLists.txt
client_example/08_fused_attention/CMakeLists.txt
+1
-0
No files found.
client_example/08_fused_attention/CMakeLists.txt
View file @
10b11916
...
...
@@ -8,3 +8,4 @@ add_executable(client_fused_attention_bias_mask fused_attention_bias_mask.cpp)
target_link_libraries
(
client_fused_attention_bias_mask PRIVATE composable_kernel::device_operations
)
add_executable
(
client_fused_attention_no_lib fused_attention_no_lib.cpp
)
target_link_libraries
(
client_fused_attention_no_lib PRIVATE composable_kernel::device_operations
)
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