Skip to content

Commit

Permalink
[BUG FIX] Swiglu fp16 GPU Layer test filename mismatch
Browse files Browse the repository at this point in the history
Modified the swiglufp16 filename in gen_layer_tests for unity with the name in unittest_layers_swiglu_cl

**Self-evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test:   [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Niket Agarwal <[email protected]>
  • Loading branch information
niket-agarwal committed Jul 2, 2024
1 parent b9c27e9 commit 65a2ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/input_gen/gen_layer_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,6 @@ def swiglu(inputs):
record_single_fp16(
swiglu_layer,
[(2, 3, 3, 3), (2, 3, 3, 3)],
"swiglu",
"swiglufp16",
input_type="float",
)

0 comments on commit 65a2ca4

Please sign in to comment.