Skip to content

Commit

Permalink
[C] Normalization Refactor + Adding CUDNN backend (#1315)
Browse files Browse the repository at this point in the history
* cuDNN normalization integration
* TE Norm refactor
* TE Norm APIs changes.

---------

Signed-off-by: Phuong Nguyen <[email protected]>
Co-authored-by: Tim Moon <[email protected]>
  • Loading branch information
phu0ngng and timmoon10 authored Dec 6, 2024
1 parent d8b13cb commit 3102fdd
Show file tree
Hide file tree
Showing 37 changed files with 3,029 additions and 3,727 deletions.
3 changes: 1 addition & 2 deletions tests/cpp/operator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ add_executable(test_operator
test_cast_transpose_dbias_dgelu.cu
test_cast_transpose_dgeglu.cu
test_act.cu
test_layernorm.cu
test_rmsnorm.cu
test_normalization.cu
test_multi_cast_transpose.cu
test_multi_padding.cu
test_causal_softmax.cu
Expand Down
302 changes: 0 additions & 302 deletions tests/cpp/operator/test_layernorm.cu

This file was deleted.

Loading

0 comments on commit 3102fdd

Please sign in to comment.