Ahsan Saghir

Results 22 issues of Ahsan Saghir

This PR adds ONNX tests for FP8.

FP8

Changes need to be made in rocm-cmake to support installation of libraries at `$ROCM_PATH/lib/migraphx`. First, a `PRIVATE` flag should be added to the `rocm_install_targets` that will install the binaries and...

enhancement

This issue is for adding functionality for switch to hipblaslt from rocblas.

Write a onnx parser test for FP8

FP8

hipBLASLt error: heuristic fetch failed.

Add a compile pass for hipblaslt, similar to how miopen does it.

Tested with driver: 14616 $ rbuild package -d deps -DGPU_TARGETS=gfx1201 ... $ make check -j$(nproc) [ 1%] Built target embed_lib_migraphx_kernels 349/380 Test #378: test_py_3.12_backend ......................................................***Failed 0.24 sec Traceback (most recent...

Use string_value instead of enabled to see if the variable is set for gfx_default_rocblas(). This fixes an issue where we always default to rocblas for gfx90a, even when MIGRAPHX_SET_GEMM_PROVIDER is...

bugfix
simple

Command to reproduce: /myworkspace/onnxruntime-inference-examples/quantization/nlp/bert/migraphx# python3 e2e_migraphx_bert_example.py --samples 12000 --seq_len 384 --int8 --batch 2 --version 1.1 --cal_ep ROCm