Skip to content

Fuzz#3

Closed
doraemonmj wants to merge 7 commits into
mainfrom
fuzz
Closed

Fuzz#3
doraemonmj wants to merge 7 commits into
mainfrom
fuzz

Conversation

@doraemonmj

Copy link
Copy Markdown
Owner

No description provided.

…ative-sys#350)

Introduces python/pypto/runtime/ with a high-level run() API that
compiles a @pl.program, generates a golden.py for Simpler's CodeRunner,
and validates results on Ascend hardware or simulator.

- TensorSpec: describes tensor name, shape, dtype, and init strategy
- RunConfig/RunResult: dataclasses for run parameters and pass/fail
outcome
- golden_writer: generates CodeRunner-compatible golden.py from
TensorSpec + user golden fn
- runner: full pipeline — compile → patch orchestration headers → write
golden → CodeRunner

Update examples (vector_example_dag, paged_attention_example) to use the
new runtime.run() instead of manually calling ir.compile().
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.

2 participants