Commit 4312bed4 authored by wangshaojie6's avatar wangshaojie6
Browse files

add example code for splitk bias

parent 46a675aa
add_example_executable(example_splitK_gemm_bias_xdl_fp16 splitK_gemm_bias_xdl_fp16.cpp)
\ No newline at end of file
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2022, Advanced Micro Devices, Inc. All rights reserved.
#include "splitK_gemm_bias_xdl_fp16.hpp"
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2022, Advanced Micro Devices, Inc. All rights reserved.
\ No newline at end of file
......@@ -52,3 +52,4 @@ add_subdirectory(33_multiple_reduce)
add_subdirectory(34_batchnorm)
add_subdirectory(35_splitK_gemm)
add_subdirectory(41_grouped_conv_conv_fwd)
add_subdirectory(42_splitK_gemm_bias)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment