Brian Pickrell

Results 8 issues of Brian Pickrell

Fix a bug that caused an exception in torch-migraphx benchmarks. Closes Issue https://github.com/ROCm/AMDMIGraphX/issues/3009

bugfix
simple
Matchers
TorchMIGraphX

Model `speech_transformer` in the DLM pytorch performance test causes an exception which is traced to an infinite recursion in the MIGRAPHX method `module::sort()`. The error is only seen in branch...

bug
DeepLearningModels

Updates the `find_pointwise_reduce` matcher in the `fuse_reduce` compiler pass, to not attempt to fuse a `multibroadcast` instruction if the shape has an incompatible number of dimensions (rank). This cures the...

Can this be done by leveraging the onnxruntime work we already have as a back end? As a preliminary step, learn to add a Cuda back end, then change it...

roadmap
revisit
Triton

…ng in a dimension of size 1. This is for issue https://github.com/ROCm/AMDMIGraphX/issues/3117

TorchMIGraphX

Fix bugs in the implementation of ROIAlign operation which were found when attempting to run it with the `half_pixel` coordinate conversion mode, to include more thorough tests. Some bugs are...

The old logic stepped through the args list in order, then assumed the first float-type input was the "Scales". This led to an error in an obscure case where the...

Low priority enhancement to [Issue 1670](https://github.com/ROCm/AMDMIGraphX/issues/1670): `make_gather_instruction()` function calls in `parse_resize.cpp` can be replaced by invoking the Resize op. as follows: /* TODO: to make Onnx resize ALWAYS parse to...

enhancement
onnx