SWDEV-439004, SWDEV-440021 - Fix GL Interop & Unit_hipP2pLinkTypeAndHopFunc testcases
- hipGLDeviceListNextFrame is not supported yet - Initialize GL interop before calling interop related APIs - Skip GL interop tests when display is not connected - Load librocm_smi64.so from /opt/rocm/lib/ Change-Id: Ie4879c18317aa377a95d6f2d0d5314d4adf38649
This commit is contained in:
@@ -215,7 +215,7 @@ bool testhipLinkTypeHopcountDevice(int numDevices) {
|
||||
rsmi_status_t (*fntopo_init)(uint64_t);
|
||||
rsmi_status_t (*fntopo_shut_down)();
|
||||
|
||||
lib_rocm_smi_hdl = dlopen("/opt/rocm/rocm_smi/lib/librocm_smi64.so",
|
||||
lib_rocm_smi_hdl = dlopen("/opt/rocm/lib/librocm_smi64.so",
|
||||
RTLD_LAZY);
|
||||
REQUIRE(lib_rocm_smi_hdl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user