v4.0 update. (#2371)

This commit is contained in:
Junkai-Wu
2025-06-06 14:39:20 +08:00
committed by GitHub
parent 2e2af190bd
commit 8bdbfca682
254 changed files with 29751 additions and 1980 deletions

View File

@@ -576,6 +576,11 @@ struct GemmGroupedArguments {
gemm::GemmCoord cluster_shape{};
gemm::GemmCoord cluster_shape_fallback{};
library::RasterOrder raster_order{};
library::RuntimeDatatype runtime_input_datatype_a{library::RuntimeDatatype::kStatic};
library::RuntimeDatatype runtime_input_datatype_b{library::RuntimeDatatype::kStatic};
int swizzle_size{1};
// these should really be in the configuration but staying consistent with GEMM
int sm_count{0};
int max_active_clusters{0};