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
da3f38fe
Commit
da3f38fe
authored
Nov 11, 2022
by
Rosty Geyyer
Browse files
Format
parent
58af805f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
43 deletions
+42
-43
example/20_convnd_bwd_weight/CMakeLists.txt
example/20_convnd_bwd_weight/CMakeLists.txt
+5
-5
example/20_convnd_bwd_weight/convnd_bwd_weight_dl_fp16.cpp
example/20_convnd_bwd_weight/convnd_bwd_weight_dl_fp16.cpp
+36
-36
include/ck/tensor_operation/gpu/device/impl/device_convnd_bwd_weight_nwc_kxc_nwk_dl.hpp
...u/device/impl/device_convnd_bwd_weight_nwc_kxc_nwk_dl.hpp
+1
-2
No files found.
example/20_convnd_bwd_weight/CMakeLists.txt
View file @
da3f38fe
add_example_executable
(
example_convnd_bwd_weight_xdl_fp16 convnd_bwd_weight_xdl_fp16.cpp
)
add_example_executable
(
example_convnd_bwd_weight_xdl_bf16 convnd_bwd_weight_xdl_bf16.cpp
)
add_example_executable
(
example_convnd_bwd_weight_xdl_bf16 convnd_bwd_weight_xdl_bf16.cpp
)
add_example_executable
(
example_convnd_bwd_weight_dl_fp16 convnd_bwd_weight_dl_fp16.cpp
)
add_example_executable
(
example_convnd_bwd_weight_dl_fp16 convnd_bwd_weight_dl_fp16.cpp
)
target_link_libraries
(
example_convnd_bwd_weight_xdl_fp16 PRIVATE utility
)
target_link_libraries
(
example_convnd_bwd_weight_xdl_bf16 PRIVATE utility
)
target_link_libraries
(
example_convnd_bwd_weight_xdl_fp16 PRIVATE utility
)
target_link_libraries
(
example_convnd_bwd_weight_xdl_bf16 PRIVATE utility
)
target_link_libraries
(
example_convnd_bwd_weight_dl_fp16 PRIVATE utility
)
target_link_libraries
(
example_convnd_bwd_weight_dl_fp16 PRIVATE utility
)
example/20_convnd_bwd_weight/convnd_bwd_weight_dl_fp16.cpp
View file @
da3f38fe
include/ck/tensor_operation/gpu/device/impl/device_convnd_bwd_weight_nwc_kxc_nwk_dl.hpp
View file @
da3f38fe
...
...
@@ -1328,8 +1328,7 @@ struct DeviceConvNdBwdWeightNwcKxcNwk_Dl
arg
.
b_grid_desc_k0_n_k1_container_
[
i
],
arg
.
c_grid_desc_m_n_container_
[
i
]))
{
throw
std
::
runtime_error
(
"wrong! GridwiseGemm has invalid setting"
);
throw
std
::
runtime_error
(
"wrong! GridwiseGemm has invalid setting"
);
}
const
index_t
grid_size
=
arg
.
block_2_ctile_map_container_
[
i
].
CalculateGridSize
(
...
...
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