Similar to complex128/complex64, float16 has no direct support
in the ctypes implementation. This fixes the issue by using a
custom F16 type to change the view in and out of MLIR code
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
+1 for factoring this out :)