This PR adds approx functions from upstream 3.7. Writing to existing array is supported by the trailing output= kargs.
This PR also adds support for af_gemm. Adding a af_c{float,double}_t ctypes class was necessary as complex types aren't natively supported by ctypes (afaik).
This PR adds approx functions from upstream 3.7. Writing to existing array is supported by the trailing
output=
kargs.This PR also adds support for af_gemm. Adding a af_c{float,double}_t ctypes class was necessary as complex types aren't natively supported by ctypes (afaik).
TODO: Not sure how to best implement fp16 type