Shilei Tian
556025ba14
Escape subnormal values ( #1953 )
...
Currently we don't escape subnormal values when generating image data.
In sampler read tests, we use `!=` to check the two values even when it
is floating-point data, which requires the two values are bitwise equal.
However, a sampler might flush subnormal values, causing the test case
to fail.
In this patch, when generating random image data, we escape subnormal
values.
2024-05-30 15:19:00 -07:00
..
2021-05-18 18:09:46 +01:00
2020-07-01 17:30:31 +01:00
2021-01-29 14:18:13 +00:00
2023-06-09 11:25:20 +01:00
2023-10-17 09:38:36 -07:00
2020-10-30 14:13:52 +00:00
2020-05-20 14:16:19 +01:00
2024-01-16 09:58:34 -08:00
2021-09-29 12:38:42 +01:00
2021-09-29 12:38:42 +01:00
2024-05-21 08:44:28 -07:00
2023-11-29 16:02:59 +05:30
2022-11-15 09:18:43 -08:00
2020-09-28 00:26:57 +01:00
2020-09-28 00:26:57 +01:00
2023-11-07 09:36:45 -08:00
2020-10-30 14:13:52 +00:00
2020-10-30 14:13:52 +00:00
2024-05-30 15:19:00 -07:00
2024-05-21 08:44:28 -07:00
2024-05-21 13:00:13 -07:00
2023-03-28 08:57:03 -07:00
2023-03-28 08:57:03 -07:00
2020-10-30 14:13:52 +00:00
2020-10-30 14:13:52 +00:00
2020-10-30 14:13:52 +00:00
2023-08-19 11:15:17 +01:00
2022-09-20 08:52:22 -07:00
2024-05-07 10:03:02 -07:00
2023-04-04 08:12:05 +01:00
2023-04-25 19:30:42 +01:00
2021-06-11 09:42:20 +01:00
2022-10-13 10:02:40 +01:00
2020-09-01 10:16:18 +01:00
2020-10-30 14:13:52 +00:00
2023-11-07 09:36:45 -08:00
2021-05-18 18:10:24 +01:00
2023-07-19 13:47:18 +01:00
2020-10-30 14:13:52 +00:00
2024-02-13 09:29:39 -08:00
2023-04-25 19:30:42 +01:00
2024-03-18 16:37:21 +01:00
2020-10-30 14:13:52 +00:00
2020-10-30 14:13:52 +00:00
2023-10-10 09:22:50 -07:00