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
b892a14a
"vscode:/vscode.git/clone" did not exist on "4e1e0a224f9d9830a0c3e321a7354320ee46cc80"
Commit
b892a14a
authored
Sep 27, 2023
by
Jing Zhang
Browse files
fixed dtype
parent
adfcb029
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
133 additions
and
78 deletions
+133
-78
client_example/16_convnd_fwd/CMakeLists.txt
client_example/16_convnd_fwd/CMakeLists.txt
+4
-1
library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward.hpp
...or_operation_instance/gpu/grouped_convolution_forward.hpp
+129
-77
No files found.
client_example/16_convnd_fwd/CMakeLists.txt
View file @
b892a14a
...
...
@@ -2,11 +2,14 @@ if((DTYPES MATCHES "fp16") OR NOT DEFINED DTYPES)
add_executable
(
client_conv3d_fwd_fp16 conv3d_fwd_fp16.cpp
)
target_link_libraries
(
client_conv3d_fwd_fp16 PRIVATE composable_kernel::device_operations
)
endif
()
if
((
DTYPES MATCHES
"fp8"
)
OR NOT DEFINED DTYPES
)
add_executable
(
client_conv3d_fwd_fp16_comp_fp8 conv3d_fwd_fp16_comp_fp8.cpp
)
target_link_libraries
(
client_conv3d_fwd_fp16_comp_fp8 PRIVATE composable_kernel::device_operations
)
endif
()
if
((
DTYPES MATCHES
"fp
16
"
)
OR NOT DEFINED DTYPES
)
if
((
DTYPES MATCHES
"fp
32
"
)
OR NOT DEFINED DTYPES
)
add_executable
(
client_conv3d_fwd_fp32 conv3d_fwd_fp32.cpp
)
target_link_libraries
(
client_conv3d_fwd_fp32 PRIVATE composable_kernel::device_operations
)
endif
()
library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_forward.hpp
View file @
b892a14a
This diff is collapsed.
Click to expand it.
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