futhark-0.25.2: An optimising compiler for a functional, array-oriented language.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Futhark.CodeGen.ImpGen.GPU.Copy

Description

General implementation of GPU copying, using LMAD representation. That means the dynamic performance of this kernel depends crucially on the LMAD. In most cases we should use a more specialised kernel. Written in ImpCode so we can compile it to both CUDA and OpenCL.

Documentation