Data.Array.Accelerate.LLVM.PTX

data Acc a

class Arrays a

Synchronous execution

run

runWith

run1

run1With

stream

streamWith

Asynchronous execution

data Async a

wait

poll

cancel

runAsync

runAsyncWith

run1Async

run1AsyncWith

Execution targets

data PTX

createTargetForDevice

createTargetFromContext

Controlling host-side allocation

registerPinnedAllocator

registerPinnedAllocatorWith