You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AMD][Gluon] support inline when amdgpu ops in the callee (#8041)
Before this change, when there are amdgpu ops in the kernel
as callee, inlining will fail.
A`gluon-inline` pass runs after ttgir is generated by the
frontend, so `run_parser` in test_frontend will not trigger it.
Therefore, a runtime testing using `warmup` is added.
0 commit comments