Infrastructure needed for setting up the diff binaries has been added.
Along the way, an exhaustive test for sinf and cosf have also been added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101276
[libc] Add differential quality and perf analysis targets for sinf and cosf. ClosedPublic Authored by sivachandra on Apr 25 2021, 10:07 PM.
Details Summary Infrastructure needed for setting up the diff binaries has been added.
Diff Detail
Event Timelinesivachandra retitled this revision from [libc] Add differential quality and perf analysis targets for sinf. to [libc] Add differential quality and perf analysis targets for sinf and cosf..Apr 26 2021, 9:00 AM This revision is now accepted and ready to land.Apr 26 2021, 10:01 AM This revision was landed with ongoing or failed builds.Apr 26 2021, 12:39 PM Closed by commit rGc6aa206b429d: [libc] Add differential quality and perf analysis targets for sinf and cosf. (authored by sivachandra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 340613 libc/test/src/math/CMakeLists.txt
libc/test/src/math/differential_testing/CMakeLists.txt
libc/test/src/math/differential_testing/SingleInputSingleOutputDiff.h
libc/test/src/math/differential_testing/cosf_diff.cpp
libc/test/src/math/differential_testing/cosf_perf.cpp
libc/test/src/math/differential_testing/sinf_diff.cpp
libc/test/src/math/differential_testing/sinf_perf.cpp
libc/test/src/math/exhaustive/CMakeLists.txt
libc/test/src/math/exhaustive/cosf_test.cpp
libc/test/src/math/exhaustive/sinf_test.cpp
libc/test/src/math/exhaustive/sqrtf_test.cpp
libc/utils/testutils/CMakeLists.txt
libc/utils/testutils/StreamWrapper.h
libc/utils/testutils/StreamWrapper.cpp
libc/utils/testutils/Timer.h
libc/utils/testutils/Timer.cpp
|