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
4e8ebdaf
Commit
4e8ebdaf
authored
Jan 17, 2025
by
ozturkosu
Browse files
cmake update
parent
c6a3bd9f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
profiler/src/CMakeLists.txt
profiler/src/CMakeLists.txt
+2
-2
No files found.
profiler/src/CMakeLists.txt
100644 → 100755
View file @
4e8ebdaf
...
...
@@ -60,7 +60,7 @@ set(PROFILER_SOURCES
list
(
APPEND PROFILER_SOURCES profile_gemm_universal.cpp
)
# list(APPEND PROFILER_SOURCES profile_gemm_universal_batched.cpp)
# list(APPEND PROFILER_SOURCES profile_gemm_universal_reduce.cpp)
#
list(APPEND PROFILER_SOURCES profile_gemm_universal_streamk.cpp)
list
(
APPEND PROFILER_SOURCES profile_gemm_universal_streamk.cpp
)
# list(APPEND PROFILER_SOURCES profile_conv_fwd_bias_relu.cpp)
# list(APPEND PROFILER_SOURCES profile_conv_fwd_bias_relu_add.cpp)
# list(APPEND PROFILER_SOURCES profile_conv_bwd_data.cpp)
...
...
@@ -143,7 +143,7 @@ target_link_libraries(${PROFILER_EXECUTABLE} PRIVATE utility getopt::getopt)
target_link_libraries
(
${
PROFILER_EXECUTABLE
}
PRIVATE device_gemm_universal_instance
)
# target_link_libraries(${PROFILER_EXECUTABLE} PRIVATE device_gemm_universal_batched_instance)
# target_link_libraries(${PROFILER_EXECUTABLE} PRIVATE device_gemm_universal_reduce_instance)
#
target_link_libraries(${PROFILER_EXECUTABLE} PRIVATE device_gemm_universal_streamk_instance)
target_link_libraries
(
${
PROFILER_EXECUTABLE
}
PRIVATE device_gemm_universal_streamk_instance
)
# target_link_libraries(${PROFILER_EXECUTABLE} PRIVATE device_gemm_add_multiply_instance)
# target_link_libraries(${PROFILER_EXECUTABLE} PRIVATE device_gemm_reduce_instance)
# target_link_libraries(${PROFILER_EXECUTABLE} PRIVATE device_gemm_bias_add_reduce_instance)
...
...
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