use scale (#363)

[ROCm/composable_kernel commit: bac7df8faf]
This commit is contained in:
Chao Liu
2022-08-17 10:38:00 -05:00
committed by GitHub
parent 46ce027d9e
commit f04f06158e
5 changed files with 18 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ add_subdirectory(28_grouped_gemm_bias_e_permute)
add_subdirectory(29_batched_gemm_bias_e_permute)
add_subdirectory(30_grouped_convnd_fwd_bias_relu_add)
add_subdirectory(31_batched_gemm_gemm)
add_subdirectory(32_batched_gemm_softmax_gemm)
add_subdirectory(32_batched_gemm_scale_softmax_gemm)
add_subdirectory(33_multiple_reduce)
add_subdirectory(34_batchnorm)