Futhark.CodeGen.ImpGen.CUDA
compileProg :: MonadFreshNames m => Prog KernelsMem -> m (Warnings, Program) Source #
data Warnings Source #
The warnings produced by the compiler. The Show instance produces a human-readable description.
Show
Defined in Language.Futhark.Warnings
Methods
(<>) :: Warnings -> Warnings -> Warnings #
sconcat :: NonEmpty Warnings -> Warnings #
stimes :: Integral b => b -> Warnings -> Warnings #
mempty :: Warnings #
mappend :: Warnings -> Warnings -> Warnings #
mconcat :: [Warnings] -> Warnings #
ppr :: Warnings -> Doc #
pprPrec :: Int -> Warnings -> Doc #
pprList :: [Warnings] -> Doc #