From c0f201e5d5abdf98c174fa4575268fac9efe5dcc Mon Sep 17 00:00:00 2001 From: chenkai218 Date: Thu, 22 May 2025 10:22:56 +0800 Subject: [PATCH] 910A_example_csv --- tests/apitest/opstest/csv/testcase_example.csv | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/apitest/opstest/csv/testcase_example.csv b/tests/apitest/opstest/csv/testcase_example.csv index 40bcfe04..a7d1f261 100644 --- a/tests/apitest/opstest/csv/testcase_example.csv +++ b/tests/apitest/opstest/csv/testcase_example.csv @@ -7,4 +7,10 @@ CaseNum|CaseName |OpName |OpParam 7 |setValueInt64 |SetValueOperation |{"starts":[0,0,0], "ends":[13,2,4096], "strides":[1,1,1]}|2 |int64;int64 |nd;nd |28,10,4096;13,2,4096|0 | | | | | | | | | | | |NO_ERROR 8 |FillBaseCase |FillOperation |{"withMask":false,"value":[0],"outDim":[2,3]} |0 | | | |1 |float16 |nd |2,3; |random |-100,100;-100,100| | |Performance| | | |NO_ERROR 9 |FillBaseCase |FillOperation |{"withMask":false,"value":[0],"outDim":[2,3]} |0 | | | |1 |float16 |nd |2,3; |random |-100,100;-100,100| | |Performance| | | |NO_ERROR -10 |FillBaseCase |FillOperation |{"withMask":false,"value":[0],"outDim":[2,3]} |0 | | | |1 |float16 |nd |2,3; |random |-100,100;-100,100| | |Performance| | | |NO_ERROR \ No newline at end of file +10 |FillBaseCase |FillOperation |{"withMask":false,"value":[0],"outDim":[2,3]} |0 | | | |1 |float16 |nd |2,3; |random |-100,100;-100,100| | |Performance| | | |NO_ERROR +10 |FillBaseCase |FillOperation |{"withMask":false,"value":[0],"outDim":[2,3]} |0 | | | |1 |float16 |nd |2,3; |random |-100,100;-100,100| | |Performance| | | |NO_ERROR +11 |rms_norm_flaot16_atlas800 |RmsNormOperation|{"layerType": 1, "normParam": {"quantType": 0, "epsilon": 1e-5}} |2 |float16;float16 |nd;nd |1,32;1,32 |1 |float16 |nd |1,32 |random;random |-100,16;-100,16 | | | | | |Ascend910A |NO_ERROR +12 |rms_norm_typical_baichuan2-13b_atlas800 |RmsNormOperation|{"layerType": 1, "normParam": {"quantType": 0, "epsilon": 1e-5}} |2 |float16;float16 |nd;nd |4,1024,5120;5120 |1 |float16 |nd |4,1024,5120 |random;random |-100,16;-100,16 | | | | | |Ascend910A |NO_ERROR +13 |rms_norm_typical_chatglm2-6b_atlas800 |RmsNormOperation|{"layerType": 1, "normParam": {"quantType": 0, "epsilon": 1e-5}} |2 |float16;float16 |nd;nd |1,1,4096;4096 |1 |float16 |nd |1,1,4096 |random;random |-100,16;-100,16 | | | | | |Ascend910A |NO_ERROR +14 |rms_norm_typical_llama2-13b_atlas800 |RmsNormOperation|{"layerType": 1, "normParam": {"quantType": 0, "epsilon": 1e-5}} |2 |float16;float16 |nd;nd |2,128,4096;4096 |1 |float16 |nd |2,128,4096 |random;random |-100,16;-100,16 | | | | | |Ascend910A |NO_ERROR +15 |rms_norm_typical_llama2-7b_atlas800 |RmsNormOperation|{"layerType": 1, "normParam": {"quantType": 0, "epsilon": 1e-5}} |2 |float16;float16 |nd;nd |1,10,4096;4096 |1 |float16 |nd |1,10,4096 |random;random |-100,16;-100,16 | | | | | |Ascend910A |NO_ERROR \ No newline at end of file -- Gitee