AMDMIGraphX
AMDMIGraphX copied to clipboard
AMD's graph optimization engine.
hipBLASLt error: heuristic fetch failed.
Multiple projects were using the same token, moving migraphx away from a common one that can often exceed rate limits and fail the job
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...
Base version of weight stripping implemented.
MLIR attention does not seem to support the pointwise max operation, need to add check for it in the fuse_mlir pass. Adjacent problem to #3439. Occurs when compiling the same...
Error seen in huggingface torch benchmark: OPTForCasualLM Only occurs after #3104 Model uncompiled mxr can be found in nas at: `migraphx/models/torch_benchmarks/OPTForCasualLM.mxr` Repro: `migraphx-driver compile OPTForCasualLM.mxr`
Similar to softmax cross entropy loss #3008 , thus able to leverage all the existing logic of this and test method. Added verify tests for the 3 reduction cases in...