You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In modules/mux/targets/riscv/source/device_info.cpp, if GetDeviceInfos is called with device_infos_length = 0 and out_device_infos = nullptr to query the number of available devices, it always returns 1 regardless of the actual number of devices detected in the system. See:
In
modules/mux/targets/riscv/source/device_info.cpp
, ifGetDeviceInfos
is called withdevice_infos_length = 0
andout_device_infos = nullptr
to query the number of available devices, it always returns 1 regardless of the actual number of devices detected in the system. See:oneapi-construction-kit/modules/mux/targets/riscv/source/device_info.cpp
Lines 206 to 210 in 3b62156
The text was updated successfully, but these errors were encountered: