Ted Themistokleous
Ted Themistokleous
**Description**: Changes to the MIGraphx execution provider code to allow for stream synchronization on the gpu side **Motivation and Context** Performance boost by removing redundant host to device synchronizations The...
Need this for being able to down-convert resnext50 to an earlier opset. ### Description Add an adapter to convert Sub between opsets version 13 and 13 ### Motivation and Context...
Adding softmaxcrossentropy op in MIGraphX. This is used in Llama v2 https://github.com/onnx/onnx/blob/main/docs/Operators.md#softmaxcrossentropyloss This function is a bit complicated but is able to be built up by smaller Onnx ops I've...
Add support to save and load pre compiled MIGraphX graph to From the MIGraphX EP to speed up time to inference. - [ ] Save our precompiled graphs - [...
Remove the shifts added on the parser to maintain separation of concerns between our parser/code. Instead allow for us to add a pass to handle int8/uint8 interactions so that all...
~Related to #1904 ~ Originally from when we were parsing in dynamicquantizelinear but we've found other operators weren't handling inputs of uint8 correctly and thus we need to add a...
NegativeLogLikelihoodLoss is an OP that's similar to that of SoftmaxCrossEntropyLoss described in #2976 Create this function then leverage it for use with SoftmaxCrossEntropyLoss
Get the MIGraphX EP up to parity with the ROCm EP so we can accelerate additional ops via MIGraphX - [ ] Determine deficiencies between EPs - [ ] Make...
Move our the building of Onnxrt from all our CI and perform this action nightly/when there's an update we pull in for onnxrt Potentially do the same for unit tests....
Update test and add dlm pieces - [x] DLM piece - [x] Add change to test