mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-01 09:42:35 +00:00
[NFC] polish colossalai/kernel/cuda_native/csrc/kernels/include/softmax.h code style (#964)
This commit is contained in:
parent
5bd80b7dd1
commit
7106a399fc
@ -10,7 +10,8 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
template <typename T> class Softmax {
|
||||
template <typename T>
|
||||
class Softmax {
|
||||
public:
|
||||
struct Config {
|
||||
size_t nhead;
|
||||
|
Loading…
Reference in New Issue
Block a user