How does one create a new target, or context?

@thierry We have a custom accelerator which uses OpenCL frontend. We want to include this as a custom type like the aocl within the TVM pipeline How do we go about introducing a new target for the same? (we aim to give our custom accelerator as the target parameter for tvm.context)

1 Like