Skip to content

Commit 118071b

Browse files
author
Jayce
committed
update ir
1 parent 747754d commit 118071b

File tree

283 files changed

+574859
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+574859
-99
lines changed

examples/python/CuTeDSL/blackwell/blockwise_gemm/blockwise_gemm.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@
2525
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2626
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28+
import sys
29+
sys.path.append("/home/jayce.su/notes/dsl/cutlass_with_notes/examples/python/CuTeDSL/dump")
2830

31+
import cute_ir_dump_patch as cid
32+
cid.install()
2933
import argparse
3034
from typing import Type, Tuple, Union
3135

examples/python/CuTeDSL/blackwell/blockwise_gemm/blockwise_gemm/blockwise_gemm_001_CuteRemoveStaticArgs.mlir

Lines changed: 407 additions & 0 deletions
Large diffs are not rendered by default.

examples/python/CuTeDSL/blackwell/blockwise_gemm/blockwise_gemm/blockwise_gemm_002_MaterializeTmaMulticast.mlir

Lines changed: 407 additions & 0 deletions
Large diffs are not rendered by default.

examples/python/CuTeDSL/blackwell/blockwise_gemm/blockwise_gemm/blockwise_gemm_003_SoftwarePipelinePass.mlir

Lines changed: 407 additions & 0 deletions
Large diffs are not rendered by default.

examples/python/CuTeDSL/blackwell/blockwise_gemm/blockwise_gemm/blockwise_gemm_004_CuteDesugar.mlir

Lines changed: 544 additions & 0 deletions
Large diffs are not rendered by default.

examples/python/CuTeDSL/blackwell/blockwise_gemm/blockwise_gemm/blockwise_gemm_005_CuteExpandOps.mlir

Lines changed: 636 additions & 0 deletions
Large diffs are not rendered by default.

examples/python/CuTeDSL/blackwell/blockwise_gemm/blockwise_gemm/blockwise_gemm_006_CuteFoldStatic.mlir

Lines changed: 313 additions & 0 deletions
Large diffs are not rendered by default.

examples/python/CuTeDSL/blackwell/blockwise_gemm/blockwise_gemm/blockwise_gemm_007_InsertRangeInformation.mlir

Lines changed: 313 additions & 0 deletions
Large diffs are not rendered by default.

examples/python/CuTeDSL/blackwell/blockwise_gemm/blockwise_gemm/blockwise_gemm_008_Canonicalizer.mlir

Lines changed: 206 additions & 0 deletions
Large diffs are not rendered by default.

examples/python/CuTeDSL/blackwell/blockwise_gemm/blockwise_gemm/blockwise_gemm_009_CSE.mlir

Lines changed: 200 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)