New Issue: 'here.numPUs()' returns zero when compiling with CHPL_LOCALE_MODEL=gpu

20370, "jeremiah-corrado", "'here.numPUs()' returns zero when compiling with CHPL_LOCALE_MODEL=gpu", "2022-08-03T20:18:39Z"

The following program prints "0":

writeln(here.numPUs());

when compiling with CHPL_LOCALE_MODEL=gpu

It should have the same behavior as the flat locale model (i.e. it should print out the number of cpus available on the locale).