I have succesfully created my own custom datatype (and some custom operators on this datatype) following the example as in: [https://tvm.apache.org/docs/how_to/extend_tvm/bring_your_own_datatypes.html](https://tvm.apache.org/docs/how_to/extend_tvm/bring_your_own_datatypes.html) This works great on CPU, using the LLVM back-end.
But when i change the target to cuda (to run on Nvidia GPU), the example in the above link fails. Is it correct that custom datatypes are not supported for the cuda-backend? If so, how can this be added easily? --- [Visit Topic](https://discuss.tvm.apache.org/t/byo-datatype-on-gpu/12113/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/17f5132fb76e4f868c96dc4a2d518357acbd4d0a832d5c7b46e7b92b98e6112d).