Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: msaroufim/helion

Tags

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Docs] Move docs requirements to docs/requirements.txt to make compat…

…ible with pypi (pytorch#718)

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Benchmark CI] Simplify h100 display name (pytorch#713)

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Fix CI] Convert tiles to sizes for all torch.* functions (pytorch#563)

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes pytorch#447: throw an error when printing output code in eager …

…mode (pytorch#528)

Co-authored-by: Will Feng <[email protected]>

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix issue with fp64 constants (pytorch#506)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make bullet points clickable (pytorch#428)

v0.0.12

Toggle v0.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Benchmark] Fix arg parsing issue in tritonbench integration (pytorch…

…#417)

v0.0.11

Toggle v0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix test_inline_asm_packed expected output due to upstream PyTorch ch…

…ange (pytorch#385)

v0.0.10

Toggle v0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Benchmark] Add fp8_attention to tritonbench integration (pytorch#319)

v0.0.9

Toggle v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Switch from expecttest/assertExpectedInline to assertExpectedJournal (p…

…ytorch#241)

Implements our own assertExpectedJournal that writes expected
results to a separate file rather than inline.  This:
1) Make test files easier to read/edit (especially for AI coding tools)
2) Fixes a race in expecttest where multiple edits to the same file
   errored