mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
format flash_mask_attn
This commit is contained in:
@@ -188,7 +188,7 @@ struct Softmax {
|
||||
using TensorT = decltype(make_tensor<float>(Shape<Int<kNRows>>{}));
|
||||
TensorT row_max, row_sum;
|
||||
|
||||
CUTLASS_DEVICE Softmax() {};
|
||||
CUTLASS_DEVICE Softmax(){};
|
||||
|
||||
template <bool Is_first, bool Check_inf = false, typename Tensor0>
|
||||
__forceinline__ __device__ TensorT max(Tensor0 &acc_s,
|
||||
|
||||
Reference in New Issue
Block a user