[CK_TILE] Add support for gfx12 in tile_engine for GEMM benchmarking (#2802)

* initial work on adding support of gfx12 in tile_engine for GEMM benchmarking
* add stage("Run TILE_ENGINE_GEMM Tests on gfx1201") to Jenkins config
* make tile_[m/n/k] validation arch dependent
This commit is contained in:
pmaybank
2025-09-17 17:59:01 +01:00
committed by GitHub
parent c2997f2b7f
commit 592d73ad73
6 changed files with 249 additions and 52 deletions

View File

@@ -179,6 +179,11 @@ warp_tile_supported_combinations = {
[32, 32, 64],
],
},
"gfx1201": {
"fp16_fp16_fp16": [
[16, 16, 16],
],
},
}
# To Do: remove some unsupported combinations