Files
ROCm/python
zahimoud 73b124155b [FRONTEND] Added typehints support to speedup triton kernel launch (#1431)
One of the possible optimizations for kernel launch overhead. Basically,
we are trying to avoid having to run `hasattr` and `isinstance` for each
argument, by adding typehints to the kernel definition. Also, added a
unit test to regression to make sure we keep the launch overhead within
an expected range.
2023-03-28 22:37:34 -07:00
..
2023-03-27 16:47:34 -07:00