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

pull/997/head
Yuer867 3 years ago committed by binmakeswell
parent 5bd80b7dd1
commit 7106a399fc

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

Loading…
Cancel
Save