🚀 Feature
Define Custom Operator based on a CPP program
Motivation
It is possible to define a custom-based CPP program or CUDA program as an operator. However, I am not entirely sure whether this can be done in PyTorch XLA.
If so, is it possible to create the code example with it? Or is it the same as defining a custom operator in PyTorch?