diff --git a/compiler/src/iree/compiler/Codegen/Utils/GPUUtils.h b/compiler/src/iree/compiler/Codegen/Utils/GPUUtils.h index 0cda67cfbd6c..ead0fc42e01c 100644 --- a/compiler/src/iree/compiler/Codegen/Utils/GPUUtils.h +++ b/compiler/src/iree/compiler/Codegen/Utils/GPUUtils.h @@ -209,8 +209,8 @@ std::optional getGPUSubgroupSize(mlir::FunctionOpInterface func); /// Returns a map of supported MMA intrinsic instructions based on the /// GPU target descriptions in `moduleOp`. Each entry in the map associates -/// an `Operation*` ( an `IREE::HAL::ExecutableVariantOp`) with a -/// vector of `IREE::GPU::MMAIntrinsic` attributes. +/// an `IREE::HAL::ExecutableVariantOp` with a vector of +/// `IREE::GPU::MMAIntrinsic` attributes. llvm::SmallDenseMap> queryMMAIntrinsics(mlir::ModuleOp moduleOp);