mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 23:43:28 -06:00
document amd gpu/cpu issue
This commit is contained in:
parent
798f7d5426
commit
964844a636
@ -32,6 +32,13 @@ namespace Opm::gpuistl {
|
||||
|
||||
/*
|
||||
* Print the device name and compute capability on every rank
|
||||
|
||||
If you have an AMD GPU and you have an AMD CPU you might run
|
||||
into problems with this code when using multiple MPI ranks.
|
||||
The simulation might hang because the integrated GPU in the CPU
|
||||
is detected has Radeon compute units, but it does not support ROCM.
|
||||
This is fixable my making only the GPUS on your system visible with
|
||||
ROCR_VISIBLE_DEVICES environment variable.
|
||||
*/
|
||||
void printDevice()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user