Mark Abraham
Mark Abraham
**Describe the motivation for the feature request** The 2020 standard describes many utility functions for host and device e.g. https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#_relational_functions. `sycl::isfinite()` didn't work for me on commit 40a38b5627cbd700c6355225de6fa474aa027413 from develop...
The macports port of arpeggio v1.9.0 is currently broken because the checksums computed when the port was made (see https://github.com/macports/macports-ports/blob/master/python/py-arpeggio/Portfile) don't match those computed for the current download: ``` :notice:fetch...
1. Want to compile git for a box not running a popular distro 2. Go to http://git-scm.com/downloads on my linux laptop 3. See nice button that says I can "Download...
Under what license is this material provided, please?
Std containers call deallocate from their allocator during their destructor. A conforming implementation must call std::terminate if a destructor would exit by throwing a new exception. So one cannot handle...
The link to the documentation on github.io does not resolve. Nor does the main website
We state that the lesson materials are CC-BY-4.0 in the text, which is good. However because we expect people to download and run the source files, that connection gets lost....
Since collectives are not a prereq, it would be better not to use one. We could have the pokemon-pack-unpack lesson start with only two ranks and simply MPI_Send the buffer...
Formerly these were obtained from a fixed commit from https://github.com/intel/compute-runtime.git. This has no advantage compared with directly embedding the files. It makes the tools hard to build on a cluster...
For example, SLES 15 uses gcc 7.5 as the system compiler and C++ standard library. This supports C++17, but does so for std::filesystem via the std::experimental namespace and requires linking...