Re: [apache/tvm-rfcs] [RFC] A proposed update to the Docker images ci_* tag pattern (PR #66)

2022-05-13 Thread Gustavo Romero
> 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

[apache/tvm] [Bug] [CUDA] TVM does not release all the GPU memory and does not turn off the maximum performance mode after the inference has been completed. (Issue #11307)

2022-05-13 Thread Alexey Gladyshev
### 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

Re: [apache/tvm-rfcs] [RFC] UMA Universal Modular Accelerator Interface (PR #60)

2022-05-13 Thread PaulPalomeroBernardo
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__()