Searched defs:BlasLtMatmulPlanParams (Results 1 – 1 of 1) sorted by relevance
214 struct BlasLtMatmulPlanParams { struct215 DataType ab_type;216 DataType c_type;217 ComputationType computation_type;218 PointerMode pointer_mode;219 Epilogue epilogue;220 Transpose transa;221 Transpose transb;222 uint64 m;223 uint64 n;[all …]