Branch: refs/heads/main
Revision: 97c63c4
Author: stonea
Link: Add gpu module to standard module doc by stonea · Pull Request #20655 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20655 from stonea/add_gpu_module_to_doc
Add gpu module to standard module doc
Add documentation about the new GPU module (with ample warnings that everything in the doc is by nature unstable).
I put this under the "Parallelism/Distributed Computing" category on our Standard Module's page under the idea that GPUs are really about parallelism. Though arguably this could also be put under "Utilities" as what's in there today really is just a couple of utility functions related to GPU support. Longer term I could imagine the module growing to encompass more functionality though.
[Reviewed by @lydia-duncan]
Modified Files:
M doc/rst/meta/modules/standard.rst
M modules/Makefile
M modules/standard/GPU.chpl
Compare: https://github.com/chapel-lang/chapel/compare/3680cae82494...97c63c4390e6