rakicaleksandar1999

Results 2 comments of rakicaleksandar1999

![patch](https://github.com/ROCm/HIPIFY/assets/122397365/2a3ca731-e7ca-42bc-b13c-77781f5da9e9) The [`simpleMultiCopy.cu`](https://github.com/zchee/cuda-sample/blob/master/0_Simple/simpleMultiCopy/simpleMultiCopy.cu) file should be modified so that it includes the `` header and uses the `std` namespace because the [`std::max`](https://en.cppreference.com/w/cpp/algorithm/max) function is defined in that header, as explained...

Look at the **rocm_smi_lib/python_smi_tools/rocm_smi.py** file. The `showPower` function prints _N/A (Secondary die)_ when the `checkIfSecondaryDie(device)` condition is met, while the `showAllConcise` function doesn't consider that condition.