aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Mayer <fmayer@google.com>2022-03-19 00:06:59 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-19 00:06:59 +0000
commitd91445dc429a3a59169a0dc996f874c373b98273 (patch)
tree2c085b686688abfc7135e4727b9ff04a6e23a4b6
parent5484dbfabb408ee81ef8615182c9cc43ed9d885a (diff)
parentcad49b6d5a26a83ebb760bd5ecec5f45344acd4f (diff)
downloadFP16-d91445dc429a3a59169a0dc996f874c373b98273.tar.gz
Add FP16 to hwasan-postsubmit am: cad49b6d5a
Original change: https://android-review.googlesource.com/c/platform/external/FP16/+/2032272 Change-Id: I0e1f639266254c08ee8918284d517b0f5e7c5b56
-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"
+ }
]
}