Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
liyinrong
composable_kernel
Commits
02d8ce0b
Commit
02d8ce0b
authored
3 years ago
by
Chao Liu
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into gemm_alpha_beta
parents
0c043d7a
904cbe2a
gemm_alpha_beta
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
device_operation/include/device_gemm_xdl.hpp
+1
-1
device_operation/include/device_gemm_xdl.hpp
device_operation/include/device_gemm_xdl_c_shuffle.hpp
+1
-1
device_operation/include/device_gemm_xdl_c_shuffle.hpp
device_operation/include/device_gemm_xdl_c_shuffle_bias_activation.hpp
+1
-1
...ion/include/device_gemm_xdl_c_shuffle_bias_activation.hpp
device_operation/include/device_gemm_xdl_c_shuffle_bias_activation_add.hpp
+1
-1
...include/device_gemm_xdl_c_shuffle_bias_activation_add.hpp
host/CMakeLists.txt
+1
-1
host/CMakeLists.txt
with
5 additions
and
5 deletions
+5
-5
device_operation/include/device_gemm_xdl.hpp
View file @
02d8ce0b
...
...
@@ -409,7 +409,7 @@ struct DeviceGemmXdl
AElementwiseOperation
a_element_op
,
BElementwiseOperation
b_element_op
,
CElementwiseOperation
c_element_op
,
ck
::
index_t
)
override
index_t
/* KBatch */
=
1
)
override
{
return
std
::
make_unique
<
Argument
>
(
static_cast
<
const
ADataType
*>
(
p_a
),
static_cast
<
const
BDataType
*>
(
p_b
),
...
...
This diff is collapsed.
Click to expand it.
device_operation/include/device_gemm_xdl_c_shuffle.hpp
View file @
02d8ce0b
...
...
@@ -425,7 +425,7 @@ struct DeviceGemmXdl_C_Shuffle
AElementwiseOperation
a_element_op
,
BElementwiseOperation
b_element_op
,
CElementwiseOperation
c_element_op
,
ck
::
index_t
)
override
index_t
/* KBatch */
=
1
)
override
{
return
std
::
make_unique
<
Argument
>
(
static_cast
<
const
ADataType
*>
(
p_a
),
static_cast
<
const
BDataType
*>
(
p_b
),
...
...
This diff is collapsed.
Click to expand it.
device_operation/include/device_gemm_xdl_c_shuffle_bias_activation.hpp
View file @
02d8ce0b
...
...
@@ -465,7 +465,7 @@ struct DeviceGemmXdl_C_Shuffle_Bias_Activation
AElementwiseOperation
a_element_op
,
BElementwiseOperation
b_element_op
,
CElementwiseOperation
c_element_op
,
index_t
)
override
index_t
/* KBatch */
=
1
)
override
{
return
std
::
make_unique
<
Argument
>
(
static_cast
<
const
ADataType
*>
(
p_a
),
static_cast
<
const
BDataType
*>
(
p_b
),
...
...
This diff is collapsed.
Click to expand it.
device_operation/include/device_gemm_xdl_c_shuffle_bias_activation_add.hpp
View file @
02d8ce0b
...
...
@@ -523,7 +523,7 @@ struct DeviceGemmXdl_C_Shuffle_Bias_Activation_Add
AElementwiseOperation
a_element_op
,
BElementwiseOperation
b_element_op
,
CElementwiseOperation
c_element_op
,
index_t
)
override
index_t
/* KBatch */
=
1
)
override
{
return
std
::
make_unique
<
Argument
>
(
static_cast
<
const
ADataType
*>
(
p_a
),
static_cast
<
const
BDataType
*>
(
p_b
),
...
...
This diff is collapsed.
Click to expand it.
host/CMakeLists.txt
View file @
02d8ce0b
add_subdirectory
(
host_tensor
)
add_subdirectory
(
driver_offline
)
#
add_subdirectory(driver_offline)
# deprecated
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
Menu
Projects
Groups
Snippets
Help