stdgpu
Copyright 2019 Patrick Stotko

Attribution for Third Party Code

CUDA Compute Capability Detection (cmake/cuda/check_compute_capability.cmake, cmake/cuda/compute_capability.cpp)
http://stackoverflow.com/questions/2285185/easiest-way-to-test-for-existence-of-cuda-capable-gpu-from-cmake/2297877#2297877
License: CC-BY-SA 3.0 (https://creativecommons.org/licenses/by-sa/3.0/)
Copyright 2010, Christopher Bruns

googletest (test/googletest-1.10.0)
https://github.com/google/googletest
License: BSD-3 Clause (https://opensource.org/licenses/BSD-3-Clause)
Copyright 2008, Google Inc.

Code Coverage Script (cmake/code_coverage.cmake)
https://github.com/bilke/cmake-modules/blob/master/CodeCoverage.cmake
License: BSD-3 Clause (https://opensource.org/licenses/BSD-3-Clause)
Copyright 2012 - 2017, Lars Bilke
