cuda-0.11.0.0: src/Foreign/CUDA.hs
--------------------------------------------------------------------------------
-- |
-- Module : Foreign.CUDA
-- Copyright : [2009..2020] Trevor L. McDonell
-- License : BSD
--
-- Top level bindings. By default, expose the C-for-CUDA runtime API bindings,
-- as they are slightly more user friendly.
--
--------------------------------------------------------------------------------
module Foreign.CUDA (
module Foreign.CUDA.Runtime
) where
import Foreign.CUDA.Runtime