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
8d7d048d
Commit
8d7d048d
authored
Aug 06, 2020
by
Chao Liu
Browse files
fix merge conflict
parent
c7c15ea5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
composable_kernel/include/kernel_algorithm/gridwise_convolution_backward_data_implicit_gemm_v4r3_nchw_kcyx_nkhw.hpp
...ution_backward_data_implicit_gemm_v4r3_nchw_kcyx_nkhw.hpp
+1
-1
driver/include/device_convolution_backward_data_implicit_gemm_v4r2_nchw_kcyx_nkhw.hpp
...ution_backward_data_implicit_gemm_v4r2_nchw_kcyx_nkhw.hpp
+1
-1
driver/include/device_convolution_backward_data_implicit_gemm_v4r3_nchw_kcyx_nkhw.hpp
...ution_backward_data_implicit_gemm_v4r3_nchw_kcyx_nkhw.hpp
+1
-1
driver/src/conv_bwd_data_driver.cpp
driver/src/conv_bwd_data_driver.cpp
+1
-1
No files found.
composable_kernel/include/kernel_algorithm/gridwise_convolution_backward_data_implicit_gemm_v4r3_nchw_kcyx_nkhw.hpp
View file @
8d7d048d
...
...
@@ -441,11 +441,11 @@ struct GridwiseConvolutionBackwardDataImplicitGemm_v4r3_nchw_kcyx_nkhw
decltype
(
c_m_n_thread_mtx_desc
),
GemmMPerThread
,
GemmNPerThread
,
GemmKPerThread
,
GemmMLevel0Cluster
,
GemmNLevel0Cluster
,
GemmMLevel1Cluster
,
GemmNLevel1Cluster
,
GemmKPerThread
,
ThreadGemmDataPerRead_GemmM
,
ThreadGemmDataPerRead_GemmN
>
{};
...
...
driver/include/device_convolution_backward_data_implicit_gemm_v4r2_nchw_kcyx_nkhw.hpp
View file @
8d7d048d
#pragma once
#include <unistd.h>
#include "device.hpp"
#include "tensor.hpp"
#include "
host_
tensor.hpp"
#include "gridwise_convolution_backward_data_implicit_gemm_v4r2_nchw_kcyx_nkhw.hpp"
namespace
launcher
{
...
...
driver/include/device_convolution_backward_data_implicit_gemm_v4r3_nchw_kcyx_nkhw.hpp
View file @
8d7d048d
#pragma once
#include <unistd.h>
#include "device.hpp"
#include "tensor.hpp"
#include "
host_
tensor.hpp"
#include "gridwise_convolution_backward_data_implicit_gemm_v4r3_nchw_kcyx_nkhw.hpp"
namespace
launcher
{
...
...
driver/src/conv_bwd_data_driver.cpp
View file @
8d7d048d
...
...
@@ -254,7 +254,7 @@ int main(int argc, char* argv[])
device_convolution_backward_data_implicit_gemm_v4r1_nchw_kcyx_nkhw
#elif 0
device_convolution_backward_data_implicit_gemm_v4r2_nchw_kcyx_nkhw
#elif
1
#elif
0
device_convolution_backward_data_implicit_gemm_v4r3_nchw_kcyx_nkhw
#elif 1
device_convolution_backward_data_implicit_gemm_v5r1_nhwc_kyxc_nhwk
...
...
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