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
fe9d9812
Commit
fe9d9812
authored
Nov 01, 2024
by
Andriy Roshchenko
Browse files
Fix dependencies.
parent
6e6a3bc6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
client_example/24_grouped_conv_activation/CMakeLists.txt
client_example/24_grouped_conv_activation/CMakeLists.txt
+2
-2
client_example/CMakeLists.txt
client_example/CMakeLists.txt
+1
-1
No files found.
client_example/24_grouped_conv_activation/CMakeLists.txt
View file @
fe9d9812
...
@@ -54,7 +54,7 @@ target_link_libraries(client_conv3d_fwd_convscale_relu_amax_fp8
...
@@ -54,7 +54,7 @@ target_link_libraries(client_conv3d_fwd_convscale_relu_amax_fp8
PRIVATE composable_kernel::device_conv_operations
PRIVATE composable_kernel::device_conv_operations
composable_kernel::device_other_operations
composable_kernel::device_other_operations
composable_kernel::device_reduction_operations
composable_kernel::device_reduction_operations
utility
)
composable_kernel::
utility
)
# Fwd convscale + AMAX
# Fwd convscale + AMAX
add_executable
(
client_conv3d_fwd_convscale_amax_fp8
add_executable
(
client_conv3d_fwd_convscale_amax_fp8
grouped_convnd_fwd_convscale_reduce/conv3d_fwd_convscale_amax_fp8.cpp
)
grouped_convnd_fwd_convscale_reduce/conv3d_fwd_convscale_amax_fp8.cpp
)
...
@@ -62,7 +62,7 @@ target_link_libraries(client_conv3d_fwd_convscale_amax_fp8
...
@@ -62,7 +62,7 @@ target_link_libraries(client_conv3d_fwd_convscale_amax_fp8
PRIVATE composable_kernel::device_conv_operations
PRIVATE composable_kernel::device_conv_operations
composable_kernel::device_other_operations
composable_kernel::device_other_operations
composable_kernel::device_reduction_operations
composable_kernel::device_reduction_operations
utility
)
composable_kernel::
utility
)
# Fwd convscale
# Fwd convscale
add_executable
(
client_conv3d_fwd_convscale_fp8
add_executable
(
client_conv3d_fwd_convscale_fp8
grouped_convnd_fwd_convscale/conv3d_fwd_convscale_fp8.cpp
)
grouped_convnd_fwd_convscale/conv3d_fwd_convscale_fp8.cpp
)
...
...
client_example/CMakeLists.txt
View file @
fe9d9812
...
@@ -62,7 +62,7 @@ else()
...
@@ -62,7 +62,7 @@ else()
set
(
CK_USE_WMMA
"ON"
)
set
(
CK_USE_WMMA
"ON"
)
endif
()
endif
()
find_package
(
composable_kernel COMPONENTS device_other_operations device_gemm_operations device_conv_operations device_reduction_operations
)
find_package
(
composable_kernel COMPONENTS device_other_operations device_gemm_operations device_conv_operations device_reduction_operations
utility
)
if
(
GPU_TARGETS MATCHES
"gfx9"
)
if
(
GPU_TARGETS MATCHES
"gfx9"
)
find_package
(
composable_kernel COMPONENTS device_contraction_operations
)
find_package
(
composable_kernel COMPONENTS device_contraction_operations
)
endif
()
endif
()
...
...
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