Skip to content

chexo squashed #786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: aenv
Choose a base branch
from
Open

chexo squashed #786

wants to merge 4 commits into from

Conversation

kehemo
Copy link
Collaborator

@kehemo kehemo commented May 26, 2025

No description provided.

kehemo added 2 commits May 26, 2025 17:47
Added object code metaprogramming. Main changes are in pyparser. See Metaprogramming.md for examples and use cases.

WIP: Partial window of window support (second-order window) (#762)

This is not a complete implementation. Full support would require
changing scheduling operators to recognize windows as tensors (e.g. as a
source for stage_mem) and/or also have to avoid creating invalid
T.Window types or AttributeError-ing due to treating a T.Window as if it
were a T.Tensor.

The key helper function is `LoopIR.create_window_type` which takes care
of "inlining" the indexing effects of two windows together.

Fixes #594

---------

Co-authored-by: Yuka Ikarashi <[email protected]>

Bump coverage from 7.6.10 to 7.6.12 (#764)

Bump z3-solver from 4.13.4.0 to 4.14.0.0 (#765)

Bump numpy from 2.2.1 to 2.2.3 (#766)

Fuzz reorder statements with basic constraint checks

avoid sym repr in tests

add div and mod to constraint solver

Collect ilp constraints

finish integer constraint solver

restructure constraint solver for disjunction + write tests

finish transpiler

integrate transpiler into chexo

remove interpreter

update dependencies

coverage finished

improve coverage checks

fix tests

fix window scoping

fix linprog behavior and blas test

gonna do eval now

i lied

thesis done

clean up

idk

move things
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant