> cc @Mousius @gromero can you approve?
@leandron Hi. Are you still planing to change
https://github.com/apache/tvm-rfcs/pull/66#discussion_r854052265 ?
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm-rfcs/pull/66#issuecomment-1125764615
You are receiving th
### Research that led to the problem
While conducting measurement experiments to evaluate performance on a GPU
(`NVidia Tesla T4`), we noticed that the temperature of the GPU affects the
final performance evaluation.
Below is a demonstration of this effect using
[GPT-2](https://github.com/onnx
So here is my take on A2:
In the accelerator-specific backend, a user would register target attribute
names e.g.
```
class UltraTrailBackend(UMABackend):
def __init__(self):
super(UltraTrailBackend, self).__init__()