Skip to content

Tags: iree-org/wave

Tags

v3.9

Toggle v3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix wave_runtime Windows build. (#482)

Add explicit casts `int -> unsigned int` to make compiler happy.

Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>

v3.8.2

Toggle v3.8.2's commit message
Version 3.8.2

v3.8.1

Toggle v3.8.1's commit message
bumped wave-lang to 3.8.1 (#413)

Bumped wave-lang to 3.8.1 from 3.8.0

Signed-off-by: sa-faizal <sahil.faizal@amd.com>

v3.8.1.post1

Toggle v3.8.1.post1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bumped wave-lang to 3.8.1 (#413)

Bumped wave-lang to 3.8.1 from 3.8.0

Signed-off-by: sa-faizal <sahil.faizal@amd.com>

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
parameterize topk e2e test for rdna4 (#361)

The topk end-to-end test was failing for RDNA 4 due to instruction
issues. I was under the false impression that RDNA4 CI was not yet fully
ready when I merged the commit, but this fixes the RDNA4 CI.

Signed-off-by: William G Hatch <william@hatch.uno>

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 3.7.0 (#270)

To align with SHARK AI and IREE versions.

Signed-off-by: Paul Zhang <paul.zhang@amd.com>

v1.0.1

Toggle v1.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Version 1.0.1

v1.0.0-beta.1

Toggle v1.0.0-beta.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Version 1.0.0-beta.1

dev-wheels

Toggle dev-wheels's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add more datatype to GEMM kernel (#21)

This might be reused by MoE or other kernels later.

---------

Signed-off-by: tyb0807 <sontuan.vu@amd.com>