projects
/
platform
/
core
/
ml
/
nntrainer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46400ac
)
[BUG FIX] Swiglu fp16 GPU Layer test filename mismatch
author
Niket Agarwal
<niket.a@samsung.com>
Tue, 2 Jul 2024 11:50:07 +0000
(17:20 +0530)
committer
Jijoong Moon
<jijoong.moon@samsung.com>
Thu, 4 Jul 2024 06:47:55 +0000
(15:47 +0900)
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 <niket.a@samsung.com>
test/input_gen/gen_layer_tests.py
patch
|
blob
|
history
diff --git
a/test/input_gen/gen_layer_tests.py
b/test/input_gen/gen_layer_tests.py
index 9d58a964fa0ce87e343746082efd024e387680d2..55ed99e6ef66747c373302d630d6aaee9e82df73 100644
(file)
--- a/
test/input_gen/gen_layer_tests.py
+++ b/
test/input_gen/gen_layer_tests.py
@@
-909,7
+909,7
@@
if __name__ == "__main__":
record_single_fp16(
swiglu_layer,
[(2, 3, 3, 3), (2, 3, 3, 3)],
- "swiglu",
+ "swiglu
fp16
",
input_type="float",
)