AMDMIGraphX icon indicating copy to clipboard operation
AMDMIGraphX copied to clipboard

[Issue]: gfx_default_rocblas used without checking MIGRAPHX_USE_HIPBLASLT

Open trixirt opened this issue 3 months ago • 0 comments

Problem Description

When the cmake variable MIGRAPHX_USE_HIPBLASLT is OFF, there is this compile error

/src/targets/gpu/lowering.cpp:267:51: error: no member named 'gfx_default_rocblas' in namespace 'migraphx::gpu' 267 | not hipblaslt_supported() or gpu::gfx_default_rocblas()))

The failure happens because gfx_default_rocblas is conditionally defined here

https://github.com/ROCm/AMDMIGraphX/blob/develop/src/targets/gpu/include/migraphx/gpu/device_name.hpp#L48

Operating System

Fedora Rawhide

CPU

ALL

GPU

AMD Instinct MI300

Other

No response

ROCm Version

ROCm 6.0.0

Steps to Reproduce

ROCm version is really 7.0.1

(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support

No response

Additional Information

No response

trixirt avatar Oct 09 '25 19:10 trixirt