Copyright | [2016..2023] Trevor L. McDonell |
---|---|
License | BSD |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
General information query
Synopsis
- nvvmVersion :: Version
- nvvmIRVersion :: (Version, Version)
Documentation
nvvmVersion :: Version Source #
Get the version of the NVVM library
nvvmIRVersion :: (Version, Version) Source #
Get the version of NVVM IR supported by this library. The first component is the NVVM IR version, and the second the version of the debug metadata.
Requires: CUDA-7.0