Skip to content

Commit 0f826a6

Browse files
author
Aleksandr Malyshev
committed
merge artefact correction
1 parent fb3d439 commit 0f826a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

csrc/layernorm_kernels.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ __global__ void rms_norm_kernel(
5151
template <typename scalar_t, int width>
5252
__global__ std::enable_if_t<(width > 0) && _typeConvert<scalar_t>::exists>
5353
fused_add_rms_norm_kernel(
54-
scalar_t* __restrict__ output, // [..., hidden_size]
55-
const scalar_t* __restrict__ input, // [..., hidden_size]
5654
scalar_t* __restrict__ output, // [..., hidden_size]
5755
const scalar_t* __restrict__ input, // [..., hidden_size]
5856
const int64_t input_stride,

0 commit comments

Comments
 (0)