Searched hist:"963 d86364853ef9f95e8fc0edc4b112ec528ac3c" (Results 1 – 2 of 2) sorted by relevance
| /libCEED/tests/ |
| H A D | t568-operator.c | 963d86364853ef9f95e8fc0edc4b112ec528ac3c Tue Sep 06 00:08:06 UTC 2022 Jed Brown <jed@jedbrown.org> t568-operator: fix input order and make test handle nan; skip on broken backends
if (nan < constant) is always false. This test had a memory error causing it to always compute nan in both the libceed and reference values. This conditional ensures that output will print in such cases.
This test is BROKEN on /gpu/cuda/gen and /gpu/hip/*. This will need to be addressed in a future issue.
Reported-by: Natalie Beams <nbeams@icl.utk.edu>
|
| H A D | junit.py | 963d86364853ef9f95e8fc0edc4b112ec528ac3c Tue Sep 06 00:08:06 UTC 2022 Jed Brown <jed@jedbrown.org> t568-operator: fix input order and make test handle nan; skip on broken backends
if (nan < constant) is always false. This test had a memory error causing it to always compute nan in both the libceed and reference values. This conditional ensures that output will print in such cases.
This test is BROKEN on /gpu/cuda/gen and /gpu/hip/*. This will need to be addressed in a future issue.
Reported-by: Natalie Beams <nbeams@icl.utk.edu>
|