AMDMIGraphX icon indicating copy to clipboard operation
AMDMIGraphX copied to clipboard

Dynamic loading of backends

Open hgaspar opened this issue 8 months ago • 0 comments

rocblas, miopen etc should not be static dependencies, as they are currently, rather, they should be loaded dynamically, if those backends are enabled (or not-disabled).

If a backend is not enabled, loading the migraphx dynamic object should not fail, if the backend's dynamic objected is not present in the system.

If a backend is enabled, loading it should happen dynamically.

hgaspar avatar Jun 21 '24 10:06 hgaspar