Add SYCL testing of expint
Add markers to forward decls
Add CUDA testing of expint
Fix static variable usage under NVRTC
Add NVRTC testing
Add configurable definition of complex
Add function aliases
Add GPU support to gegenbauer polynomials
Add SYCL testing of gegenbauer
Add NVCC testing of gegenbauer
Add NVRTC testing of gegenbauer
Add GPU support for hankel
Add SYCL testing of hankel
Add NVCC testing of cyl_hankel_1
Add comprehensive NVCC testing
Add NVRTC testing of cyl and sph hankel
Update docs
Fix writing cuda::std::complex<T> to stdout
Add GPU support to hermite
Add SYCL testing of hermite
Add CUDA testing of hermite
Add NVRTC testing of hermite
Add markers to hermite docs
* Remove tests we don't need right now.
!!!REVERT THIS COMMIT BEFORE MERGING!!!
* Add s390x testing to drone.
* Correct drone file.
* Correct drone file (again)
* Prevent complete cancellation in bessel_jy logic.
* Correct testing for 128-bit floats.
* Make some more tests 128-bit long double safe.
* Make more tests 128-bit float safe.
* Fix some more 128-bit testing issues.
* More 128-bit float fixes.
* Make more tests 128-bit float safe.
* Fix up remaining tests for 128-bit floats.
* Yet more 128-bit float test case fixes.
* Fix up more tests for 128-bit floats and non-intel platforms.
* Fix up more tests to be 128-bit long double safe.
* More test case adjustments.
* More 128-bit float error rate adjustments.
* Fixes for autodiff tests
* Two more test fixes.
* Fix up daubechies_scaling_test.cpp and reinstate full CI.
Co-authored-by: Matt Borland <matt@mattborland.com>
This adds some extra instrumentation to bessel_j0.hpp, everything else are fixes for the test programs.
The advantage of testing on this platform is that it has a true 128-bit long double which is a good test of our assumptions in code.
Add additional Hankel function tests.
Add a couple of missing header inclusion tests.
Update history in docs, and regenerate HTML.
Fixes#7135.
[SVN r79510]