Skip to content

Commit

Permalink
[Trivial] Moved Testing Rotary Embedding to Unittest Dir
Browse files Browse the repository at this point in the history
Moved testing_rotary_emb.cpp to unittest Directory.

Signed-off-by: Yash Singh <[email protected]>
  • Loading branch information
yashSingh0723 committed Oct 16, 2024
1 parent 34dcdfb commit c018711
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/unittest/unittest_attention_kernels_cl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <layer_context.h>
#include <tensor.h>

#include "testing_rotarty_emb.cpp"
#include "testing_rotary_emb.cpp"

#define EXPECT_IN_RANGE(VAL, MIN, MAX) \
EXPECT_GE((VAL), (MIN)); \
Expand Down

0 comments on commit c018711

Please sign in to comment.