kokkos / stdBLAS

Reference Implementation for stdBLAS
Other
118 stars 22 forks source link

Add tests for custom complex with custom real / imaginary type #250

Closed mhoemmen closed 1 month ago

mhoemmen commented 1 year ago

An important motivation for custom complex types is for use with non-floating-point real and imaginary type. The most general test of this would be with a custom non-arithmetic type, but integral types are also a classic use case (the "Gaussian integers").

mhoemmen commented 1 month ago

We have some tests for that in tests/native/proxy_refs.cpp.