Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-01 | 505 Bytes | |
v1.6.0 source code.tar.gz | 2025-07-01 | 104.7 kB | |
v1.6.0 source code.zip | 2025-07-01 | 133.6 kB | |
Totals: 3 Items | 238.8 kB | 0 |
GPUCompiler v1.6.0
Feature changes
- Add
StackedMethodTable
to allow backends to share method tables. backends should implementGPUCompiler.method_table_view
- Support nested target and params for advanced nested compilation.
Merged pull requests: - Allow for generic MethodTableView (#494) (@vchuravy) - Allow for nested targets (#696) (@vchuravy) - Allow the use of FileCheck (#703) (@vchuravy)