Skip to content

Commit

Permalink
clang check
Browse files Browse the repository at this point in the history
  • Loading branch information
huaiguxu committed Jan 4, 2025
1 parent 2880f7a commit 78e7aae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ struct FusedMoeGemmKernel
auto o_window = [&]() {
ODataType* o_ptr = reinterpret_cast<ODataType*>(kargs.o_ptr);
auto o_view_ = make_naive_tensor_view<address_space_enum::global,
memory_operation_enum::atomic_add>(
memory_operation_enum::atomic_add>(
o_ptr,
make_tuple(kargs.num_tokens, kargs.hidden_size),
make_tuple(kargs.stride_token, 1),
Expand Down

0 comments on commit 78e7aae

Please sign in to comment.