Make namespace comment consistent (#1305)
Co-authored-by: Sony Nguyen <son.nguyen@bytedance.com>
This commit is contained in:
parent
c1d146cbd5
commit
478ee666cc
@ -245,4 +245,4 @@ __global__ void combine_attn_seqk_parallel(Params const params) {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace flash
|
||||
|
||||
@ -38,4 +38,4 @@ enum class BwdNamedBarriers {
|
||||
dQFull = 8,
|
||||
};
|
||||
|
||||
} // flash
|
||||
} // namespace flash
|
||||
|
||||
@ -368,4 +368,4 @@ CUTLASS_DEVICE auto FixedGQASeqLenTraits::get_o_local_tile_tensor(
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
} // namespace flash
|
||||
} // namespace flash
|
||||
|
||||
@ -232,4 +232,4 @@ struct Softmax {
|
||||
|
||||
};
|
||||
|
||||
} // namespace flash
|
||||
} // namespace flash
|
||||
|
||||
@ -298,4 +298,4 @@ public:
|
||||
|
||||
};
|
||||
|
||||
} // flash
|
||||
} // namespace flash
|
||||
|
||||
@ -89,4 +89,4 @@ public:
|
||||
};
|
||||
|
||||
|
||||
} // flash
|
||||
} // namespace flash
|
||||
|
||||
@ -445,4 +445,4 @@ __forceinline__ __device__ void write_O(
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
} // namespace flash
|
||||
} // namespace flash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user