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
yangql
composable_kernel-1
Commits
71d6b19d
Unverified
Commit
71d6b19d
authored
May 12, 2021
by
Chao Liu
Committed by
GitHub
May 12, 2021
Browse files
reorganize some files (#33)
parent
78b987fb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
composable_kernel/include/kernel_algorithm/transform_forward_convolution_into_gemm_v4r4_nchw_kcyx_nkhw.hpp
...orm_forward_convolution_into_gemm_v4r4_nchw_kcyx_nkhw.hpp
+2
-3
composable_kernel/include/kernel_algorithm/transform_forward_convolution_into_gemm_v4r4_nhwc_kyxc_nhwk.hpp
...orm_forward_convolution_into_gemm_v4r4_nhwc_kyxc_nhwk.hpp
+2
-3
driver/include/device_dynamic_convolution_forward_implicit_gemm_v4r4_nchw_kcyx_nkhw.hpp
...convolution_forward_implicit_gemm_v4r4_nchw_kcyx_nkhw.hpp
+2
-1
driver/include/device_dynamic_convolution_forward_implicit_gemm_v4r4_nhwc_kyxc_nhwk.hpp
...convolution_forward_implicit_gemm_v4r4_nhwc_kyxc_nhwk.hpp
+2
-1
No files found.
composable_kernel/include/
driver/driver_dynamic_convolution_forward_implicit
_gemm_v4r4_nchw_kcyx_nkhw.hpp
→
composable_kernel/include/
kernel_algorithm/transform_forward_convolution_into
_gemm_v4r4_nchw_kcyx_nkhw.hpp
View file @
71d6b19d
#ifndef CK_
DRIVER_DYNAMIC_CONVOLUTION_FORWARD_IMPLICIT
_GEMM_V4R4_NCHW_KCYX_NKHW_HPP
#ifndef CK_
TRANSFORM_FORWARD_CONVOLUTION_INTO
_GEMM_V4R4_NCHW_KCYX_NKHW_HPP
#define CK_
DRIVER_DYNAMIC_CONVOLUTION_FORWARD_IMPLICIT
_GEMM_V4R4_NCHW_KCYX_NKHW_HPP
#define CK_
TRANSFORM_FORWARD_CONVOLUTION_INTO
_GEMM_V4R4_NCHW_KCYX_NKHW_HPP
#include "common_header.hpp"
#include "common_header.hpp"
#include "dynamic_tensor_descriptor.hpp"
#include "dynamic_tensor_descriptor.hpp"
#include "dynamic_tensor_descriptor_helper.hpp"
#include "dynamic_tensor_descriptor_helper.hpp"
#include "driver_dynamic_gemm_v1.hpp"
namespace
ck
{
namespace
ck
{
...
...
composable_kernel/include/
driver/driver_dynamic_convolution_forward_implicit
_gemm_v4r4_nhwc_kyxc_nhwk.hpp
→
composable_kernel/include/
kernel_algorithm/transform_forward_convolution_into
_gemm_v4r4_nhwc_kyxc_nhwk.hpp
View file @
71d6b19d
#ifndef CK_
DRIVER_DYNAMIC_CONVOLUTION_FORWARD_IMPLICIT
_GEMM_V4R4_NHWC_KYXC_NHWK_HPP
#ifndef CK_
TRANSFORM_FORWARD_CONVOLUTION_INTO
_GEMM_V4R4_NHWC_KYXC_NHWK_HPP
#define CK_
DRIVER_DYNAMIC_CONVOLUTION_FORWARD_IMPLICIT
_GEMM_V4R4_NHWC_KYXC_NHWK_HPP
#define CK_
TRANSFORM_FORWARD_CONVOLUTION_INTO
_GEMM_V4R4_NHWC_KYXC_NHWK_HPP
#include "common_header.hpp"
#include "common_header.hpp"
#include "dynamic_tensor_descriptor.hpp"
#include "dynamic_tensor_descriptor.hpp"
#include "dynamic_tensor_descriptor_helper.hpp"
#include "dynamic_tensor_descriptor_helper.hpp"
#include "driver_dynamic_gemm_v1.hpp"
namespace
ck
{
namespace
ck
{
...
...
driver/include/device_dynamic_convolution_forward_implicit_gemm_v4r4_nchw_kcyx_nkhw.hpp
View file @
71d6b19d
#include <unistd.h>
#include <unistd.h>
#include "device.hpp"
#include "device.hpp"
#include "host_tensor.hpp"
#include "host_tensor.hpp"
#include "driver_dynamic_convolution_forward_implicit_gemm_v4r4_nchw_kcyx_nkhw.hpp"
#include "transform_forward_convolution_into_gemm_v4r4_nchw_kcyx_nkhw.hpp"
#include "driver_dynamic_gemm_v1.hpp"
template
<
class
TInWei
,
template
<
class
TInWei
,
ck
::
index_t
InWeiVectorSize
,
ck
::
index_t
InWeiVectorSize
,
...
...
driver/include/device_dynamic_convolution_forward_implicit_gemm_v4r4_nhwc_kyxc_nhwk.hpp
View file @
71d6b19d
#include <unistd.h>
#include <unistd.h>
#include "device.hpp"
#include "device.hpp"
#include "host_tensor.hpp"
#include "host_tensor.hpp"
#include "driver_dynamic_convolution_forward_implicit_gemm_v4r4_nhwc_kyxc_nhwk.hpp"
#include "transform_forward_convolution_into_gemm_v4r4_nhwc_kyxc_nhwk.hpp"
#include "driver_dynamic_gemm_v1.hpp"
template
<
class
TInWei
,
template
<
class
TInWei
,
ck
::
index_t
InWeiVectorSize
,
ck
::
index_t
InWeiVectorSize
,
...
...
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