mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[TOOLS] improved ahead-of-time compiler (#1805)
This is a revival of @gaxler initial ahead-of-time compiler proposal. Code was simplified and some constraints were relaxed (i.e., we now execute the entire file provided vs just the kernel AST) to promote maintainability. A basic unit test was added, though it does not test specialization right now. co-authored by: Gregory Axler, thexler <g.axler@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
graft src
|
||||
graft triton/third_party
|
||||
graft triton/tools
|
||||
graft triton/runtime/backends/
|
||||
graft triton/language/extra
|
||||
|
||||
Reference in New Issue
Block a user