David Gunter

Results 4 issues of David Gunter

For pages where autoplay is disabled, so is any sort of regular play. This requires disabling the extension and then reloading the page.

I've been trying to build RAJAPerf with the cmake option `ENABLE_KOKKOS=On` but it fails with two error messages, ``` "/home/dog/kokkos/testing/RAJAPerf/src/basic-kokkos/REDUCE3_INT-Kokkos.cpp", line 58: error: namespace "Kokkos" has no member "min" m_vmin...

`Kokkos::Min` and `Kokkos::Max` are defined in `kokkos/src/Kokkos_Parallel_Reduce.hpp` but they are not used in that context by RAJAPerf, leading to these errors when building. ``` $ cmake -DENABLE_KOKKOS=On .. $ make...

Everything proceeds for the install until I reach this step: ``` $ conda env create -f env.yml Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - pytorch=1.8.1 - pymatgen=2020.12.31...