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
0601203a
"docs/source/en/vscode:/vscode.git/clone" did not exist on "f7cc9adc05c36985c8b3f3e95a54940ddac5b4ca"
Commit
0601203a
authored
Nov 29, 2022
by
letaoqin
Browse files
change example file name
parent
6880afdf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
example/09_convnd_fwd/CMakeLists.txt
example/09_convnd_fwd/CMakeLists.txt
+1
-1
example/09_convnd_fwd/convnd_fwd_dl_relu_fp16.cpp
example/09_convnd_fwd/convnd_fwd_dl_relu_fp16.cpp
+0
-0
include/ck/tensor_operation/gpu/grid/gridwise_gemm_dl_multiple_d.hpp
...tensor_operation/gpu/grid/gridwise_gemm_dl_multiple_d.hpp
+2
-7
No files found.
example/09_convnd_fwd/CMakeLists.txt
View file @
0601203a
...
@@ -9,4 +9,4 @@ add_example_executable(example_convnd_fwd_dl_fp16 convnd_fwd_dl_fp16.cpp)
...
@@ -9,4 +9,4 @@ add_example_executable(example_convnd_fwd_dl_fp16 convnd_fwd_dl_fp16.cpp)
add_example_executable
(
example_convnd_fwd_dl_fp32 convnd_fwd_dl_fp32.cpp
)
add_example_executable
(
example_convnd_fwd_dl_fp32 convnd_fwd_dl_fp32.cpp
)
add_example_executable
(
example_convnd_fwd_dl_int8 convnd_fwd_dl_int8.cpp
)
add_example_executable
(
example_convnd_fwd_dl_int8 convnd_fwd_dl_int8.cpp
)
add_example_executable
(
example_convnd_fwd_dl_
multiple_d
_fp16 convnd_fwd_dl_
multiple_d
_fp16.cpp
)
add_example_executable
(
example_convnd_fwd_dl_
relu
_fp16 convnd_fwd_dl_
relu
_fp16.cpp
)
example/09_convnd_fwd/convnd_fwd_dl_
multiple_d
_fp16.cpp
→
example/09_convnd_fwd/convnd_fwd_dl_
relu
_fp16.cpp
View file @
0601203a
File moved
include/ck/tensor_operation/gpu/grid/gridwise_gemm_dl_multiple_d.hpp
View file @
0601203a
...
@@ -251,8 +251,8 @@ struct GridwiseGemmDlMultipleD_km_kn_mn
...
@@ -251,8 +251,8 @@ struct GridwiseGemmDlMultipleD_km_kn_mn
DsGridPointer
p_ds_grid
,
DsGridPointer
p_ds_grid
,
FloatC
*
__restrict__
p_c_grid
,
FloatC
*
__restrict__
p_c_grid
,
FloatAB
*
__restrict__
p_shared_block
,
FloatAB
*
__restrict__
p_shared_block
,
const
AElementwiseOperation
&
a_element_op
,
const
AElementwiseOperation
&
,
const
BElementwiseOperation
&
b_element_op
,
const
BElementwiseOperation
&
,
const
CDEElementwiseOperation
&
cde_element_op
,
const
CDEElementwiseOperation
&
cde_element_op
,
const
AGridDesc_K0_M0_M1_K1
&
a_grid_desc_k0_m0_m1_k1
,
const
AGridDesc_K0_M0_M1_K1
&
a_grid_desc_k0_m0_m1_k1
,
const
BGridDesc_K0_N0_N1_K1
&
b_grid_desc_k0_n0_n1_k1
,
const
BGridDesc_K0_N0_N1_K1
&
b_grid_desc_k0_n0_n1_k1
,
...
@@ -262,11 +262,6 @@ struct GridwiseGemmDlMultipleD_km_kn_mn
...
@@ -262,11 +262,6 @@ struct GridwiseGemmDlMultipleD_km_kn_mn
integral_constant
<
bool
,
HasMainKBlockLoop
>
,
integral_constant
<
bool
,
HasMainKBlockLoop
>
,
integral_constant
<
bool
,
HasDoubleTailKBlockLoop
>
)
integral_constant
<
bool
,
HasDoubleTailKBlockLoop
>
)
{
{
ignore
=
p_ds_grid
;
ignore
=
ds_grid_desc_m0_m10_m11_n0_n10_n11
;
ignore
=
a_element_op
;
ignore
=
b_element_op
;
ignore
=
cde_element_op
;
const
auto
a_global_buf
=
make_dynamic_buffer
<
AddressSpaceEnum
::
Global
>
(
const
auto
a_global_buf
=
make_dynamic_buffer
<
AddressSpaceEnum
::
Global
>
(
p_a_grid
,
a_grid_desc_k0_m0_m1_k1
.
GetElementSpaceSize
());
p_a_grid
,
a_grid_desc_k0_m0_m1_k1
.
GetElementSpaceSize
());
const
auto
b_global_buf
=
make_dynamic_buffer
<
AddressSpaceEnum
::
Global
>
(
const
auto
b_global_buf
=
make_dynamic_buffer
<
AddressSpaceEnum
::
Global
>
(
...
...
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