Ahsan Saghir
Ahsan Saghir
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...
This issue is for adding functionality for switch to hipblaslt from rocblas.
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...
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