Also fix typo.


[ROCm/rocm_smi_lib commit: 5cb0895816]
This commit is contained in:
Chris Freehill
2019-02-16 13:21:41 -06:00
rodzic b6d8b3e92e
commit b84869a77c
2 zmienionych plików z 1 dodań i 1 usunięć
+1 -1
Wyświetl plik
@@ -64,7 +64,7 @@ int main() {
ret = rsmi_num_monitor_devices(&num_devices);
for (int i=0; i < num_devices; ++i) {
ret = rsmi_dev_id_get(i &dev_id);
ret = rsmi_dev_id_get(i, &dev_id);
// dev_id holds the device ID of device i, upon a
// successful call
}