rakicaleksandar1999
rakicaleksandar1999
 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.