Davis Herring
Davis Herring
Thanks for the excellent plugin. Is the rain gauge feature of PWS supported in the Wunderground plugin? Otherwise, is it supported in OpenWeatherMap?
The infrastructure that supports the `polymorphic_value::polymorphic_value(polymorphic_value&&)` constructor template (which is surprisingly heavy, given that repeated invocations build a linked list of type-conversion objects) could also be used to provide function...
[`parallel_reduce` with a reducer](https:/kokkos/kokkos/blob/1a3ea28f6e97b4c9dd2c8ceed53ad58ed5f94dfe/core/src/Kokkos_Parallel_Reduce.hpp#L1750) accumulates into a copy of the reducer, which breaks if the reducer contains the result value rather than a reference (or pointer) to it. The comment...
GPU kernels cannot appear in translation units that make any non-trivial use of HPX, because many HPX declarations are removed by the preprocessor when compiling for the device. Obviously many...