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
4312bed4
Commit
4312bed4
authored
Sep 01, 2022
by
wangshaojie6
Browse files
add example code for splitk bias
parent
46a675aa
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
0 deletions
+9
-0
example/42_splitK_gemm_bias/CMakeLists.txt
example/42_splitK_gemm_bias/CMakeLists.txt
+1
-0
example/42_splitK_gemm_bias/splitK_gemm_bias_xdl_fp16.cpp
example/42_splitK_gemm_bias/splitK_gemm_bias_xdl_fp16.cpp
+5
-0
example/42_splitK_gemm_bias/splitK_gemm_bias_xdl_fp16.hpp
example/42_splitK_gemm_bias/splitK_gemm_bias_xdl_fp16.hpp
+2
-0
example/CMakeLists.txt
example/CMakeLists.txt
+1
-0
No files found.
example/42_splitK_gemm_bias/CMakeLists.txt
0 → 100644
View file @
4312bed4
add_example_executable
(
example_splitK_gemm_bias_xdl_fp16 splitK_gemm_bias_xdl_fp16.cpp
)
\ No newline at end of file
example/42_splitK_gemm_bias/splitK_gemm_bias_xdl_fp16.cpp
0 → 100644
View file @
4312bed4
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2022, Advanced Micro Devices, Inc. All rights reserved.
#include "splitK_gemm_bias_xdl_fp16.hpp"
example/42_splitK_gemm_bias/splitK_gemm_bias_xdl_fp16.hpp
0 → 100644
View file @
4312bed4
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2022, Advanced Micro Devices, Inc. All rights reserved.
\ No newline at end of file
example/CMakeLists.txt
View file @
4312bed4
...
@@ -52,3 +52,4 @@ add_subdirectory(33_multiple_reduce)
...
@@ -52,3 +52,4 @@ add_subdirectory(33_multiple_reduce)
add_subdirectory
(
34_batchnorm
)
add_subdirectory
(
34_batchnorm
)
add_subdirectory
(
35_splitK_gemm
)
add_subdirectory
(
35_splitK_gemm
)
add_subdirectory
(
41_grouped_conv_conv_fwd
)
add_subdirectory
(
41_grouped_conv_conv_fwd
)
add_subdirectory
(
42_splitK_gemm_bias
)
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