Ck tile engine preshuffle (#2919)

* Partial Progress : Preshuffle working code for datatype

* Partial Progress : Preshuffle Cleanup

* Working code for default config with min max step

* Partial Progress : PermuteN implemented in validation

* Partial Progress : PermuteN changes in Preshuffle

* CK Tile Engine Preshuffle Complete

* CK TILE ENGINE : Preshuffle Layout validation

* CK Tile Engine Preshuffle Validation

* Preshuffle Validation check

* CK Tile Engine Preshuffle : Fixing Validation Cases

* Addressing PR review Comments

* Changes in config

* Addressing Review Comments

* Adding additional architecture in Jenkins

* Partial Progress : Selective Datatype and layouts

* Limited datatypes and layouts

* Addressing CI errors

* Datatype updates

* Datatype updates

* Datatype changes to Preshuffle

* Addressing Review Comments

* Addressing Review Comments

* Datatype changes

* Changes to Cmake

* Update on Jenkins

* Formatting with precommit

* Ruff Formatting
This commit is contained in:
Thrupti Raj Lakshmana Gowda
2025-10-27 09:15:34 -05:00
committed by GitHub
parent 6d709dac41
commit 8b185e872e
12 changed files with 393 additions and 209 deletions

View File

@@ -1,6 +1,4 @@
{
"problem": {
},
"tile_config": {
"tile_m": {
"values": [
@@ -85,5 +83,7 @@
false
]
}
}
},
"k_block_per_cu": 1,
"permute_n": false
}