From 9d73351b2dc90fe8151a983be235977b90791dea Mon Sep 17 00:00:00 2001 From: Chris Austen Date: Wed, 11 Dec 2024 17:48:25 -0500 Subject: [PATCH] fix grammer --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063afa4b3bc..8461e3a372d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,12 @@ Full documentation for MIGraphX is available at * Support for the Log2 internal operator * Support for the GCC 14 compiler * The BitwiseAnd, Scan, SoftmaxCrossEntropyLoss, GridSample, and NegativeLogLikelihoodLoss ONNX operators -* The MatMulNBits, QuantizeLinear/DequantizeLinear, GroupQueryAttention, SkipSimplifiedLayerNormalization, and SimpliedLayerNormalizationMicrosoft Contrib operators +* The MatMulNBits, QuantizeLinear/DequantizeLinear, GroupQueryAttention, SkipSimplifiedLayerNormalization, and SimpliedLayerNormalization Microsoft Contrib operators * Dymamic batch parameter support to OneHot operator * Split-K as an optional performance improvement * Scripts to validate ONNX models from the ONNX Model Zoo * GPU Pooling Kernel -* --mlir flag the migraphx-driver program to offload entire module to mlir +* --mlir flag to the migraphx-driver program to offload entire module to mlir * Fusing split-reduce with MLIR * Multiple outputs for the MLIR + Pointwise fusions * Pointwise fusions with MLIR across reshape operations @@ -45,6 +45,7 @@ Full documentation for MIGraphX is available at * Removed inaccuracte warning messages when using exhaustive-tune. * Remove the hard coded path in MIGRAPHX_CXX_COMPILER allowing the compiler to be installed in different locations. + ### Optimized * Improved: @@ -65,6 +66,7 @@ Full documentation for MIGraphX is available at * Preloaded tiles into LDS to improve performance of pointwise transposes * Exposed the external_data_path property in onnx_options to set the path from onnxruntime + ### Resolved Issues * Fixed a bug with gfx1030 that overwrote dpp_reduce.