mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
Merge commit '565fea26455b8e4f78ac57ed64d6bd12e701a9c9' into develop
This commit is contained in:
@@ -26,7 +26,7 @@ __global__ void kernel_softmax(const GridDesc_M_K in_grid_desc_m_k,
|
||||
AccDataType alpha,
|
||||
const InDataType* const __restrict__ p_in_value_global,
|
||||
AccDataType beta,
|
||||
OutDataType* const __restrict__ p_out_value_global)
|
||||
OutDataType* p_out_value_global)
|
||||
{
|
||||
GridwiseReduction::Run(in_grid_desc_m_k,
|
||||
out_grid_desc_m_k,
|
||||
@@ -91,7 +91,7 @@ struct GridwiseSoftmax_mk_to_mk
|
||||
AccDataType alpha,
|
||||
const InDataType* const __restrict__ p_in_value_global,
|
||||
AccDataType beta,
|
||||
OutDataType* const __restrict__ p_out_value_global)
|
||||
OutDataType* p_out_value_global)
|
||||
{
|
||||
if constexpr(SweepOnce)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user