[NFC] polish colossalai/kernel/cuda_native/csrc/kernels/include/softmax.h code style (#964)

pull/997/head
Yuer867 2022-05-15 18:06:08 +08:00 committed by binmakeswell
parent 5bd80b7dd1
commit 7106a399fc
1 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,8 @@
using namespace std;
template <typename T> class Softmax {
template <typename T>
class Softmax {
public:
struct Config {
size_t nhead;