Skip to content

[CK TILE ENGINE] CI fix for Basic Tile Engine#3554

Merged
illsilin merged 7 commits into
developfrom
tlakshma_fixes
Jan 14, 2026
Merged

[CK TILE ENGINE] CI fix for Basic Tile Engine#3554
illsilin merged 7 commits into
developfrom
tlakshma_fixes

Conversation

@ThruptiRajLakshmanaGowda
Copy link
Copy Markdown
Contributor

@ThruptiRajLakshmanaGowda ThruptiRajLakshmanaGowda commented Jan 13, 2026

Proposed changes

This PR addresses CI issues in the Basic Tile Engine and enables Basic Tile Engine flow in CI, along with cascading changes in correspondence to #3359

Changes:

Removes Run function in GEMM kernel genration
Removed the SplitK handler code that was dispatching based on k_batch
Enabled Basic Tile Engine flow in CI by default to ON

Checklist

Please put an x into the boxes that apply. You can also fill these out after creating the PR. If you're not sure, please don't hesitate to ask.

  • I have added tests relevant to the introduced functionality, and the unit tests are passing locally
  • I have added the test to REGRESSION_TESTS list defined at the top of CMakeLists.txt in tests/CMakeLists.txt, IF the test takes more than 30 seconds to run.
  • I have added inline documentation which enables the maintainers with understanding the motivation
  • I have removed the stale documentation which is no longer relevant after this pull request
  • (If this change is user-facing) I have added release notes which provide the end users with a brief summary of the improvement from this pull request
  • I have run clang-format on all changed files
  • Any dependent changes have been merged

Discussion

If this is a relatively large or complex change, feel free to start a discussion by explaining why you chose the solution you did and what alternatives you considered

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses CI issues in the Basic Tile Engine by removing unused commented-out code and simplifying the control flow in the GEMM instance builder.

Changes:

  • Commented out unused "Run" lambda function and memory operation code
  • Removed the SplitK handler code that was dispatching based on k_batch
  • Simplified the closing braces structure

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread tile_engine/ops/gemm/gemm_instance_builder.py Outdated
Comment thread tile_engine/ops/gemm/gemm_instance_builder.py Outdated
Copy link
Copy Markdown
Contributor

@tenpercent tenpercent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on the discussion, this shouldn't add more than 6 minutes to CI

@illsilin illsilin merged commit 5102747 into develop Jan 14, 2026
4 of 6 checks passed
@illsilin illsilin deleted the tlakshma_fixes branch January 14, 2026 00:20
shumway pushed a commit that referenced this pull request Jan 15, 2026
* memory op changes

* memory op changes

* Fixing TILE_ENGINE_BASIC in Tile Engine

* Removing gfx90a from Tile Engine Run

* [CK TILE ENGINE] increasing ci configs for BASIC case

* Setting RUN_TILE_ENGINE_BASIC_TESTS to ON by default

---------

Co-authored-by: Max Podkorytov <4273004+tenpercent@users.noreply.github.com>
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.

4 participants