aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Mayer <fmayer@google.com>2022-03-19 01:03:03 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-19 01:03:03 +0000
commita2d590fa0617fcd0eba86d5545c4242ee3f37c24 (patch)
tree2c085b686688abfc7135e4727b9ff04a6e23a4b6
parent04702d848a53804fa2c9b8201c0243d75bafea25 (diff)
parent8217ca7fcb18ecd3b12e952f6e41c5b9316fe411 (diff)
downloadFP16-a2d590fa0617fcd0eba86d5545c4242ee3f37c24.tar.gz
Add FP16 to hwasan-postsubmit am: cad49b6d5a am: d91445dc42 am: f6ebfdb852 am: 8217ca7fcb
Original change: https://android-review.googlesource.com/c/platform/external/FP16/+/2032272 Change-Id: I60eeac3d57d67aca4667cd2cb167e419f1dd9275
-rw-r--r--TEST_MAPPING23
1 files changed, 23 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index b03f7be..9c9e49c 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -21,5 +21,28 @@
{
"name": "Fp16IEEEToFp32ValueTests"
}
+ ],
+ "hwasan-postsubmit": [
+ {
+ "name": "Fp16AltFromFp32ValueTests"
+ },
+ {
+ "name": "Fp16AltToFp32BitsTests"
+ },
+ {
+ "name": "Fp16AltToFp32ValueTests"
+ },
+ {
+ "name": "Fp16BitcastsTests"
+ },
+ {
+ "name": "Fp16IEEEFromFp32ValueTests"
+ },
+ {
+ "name": "Fp16IEEEToFp32BitsTests"
+ },
+ {
+ "name": "Fp16IEEEToFp32ValueTests"
+ }
]
}