Skip to content

Commit

Permalink
export acoerceOp
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcdonell committed Sep 9, 2023
1 parent 2c4008f commit 73c2e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Data/Array/Accelerate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
-- reference implementation defining the semantics of the Accelerate language
--
-- * <http://hackage.haskell.org/package/accelerate-llvm-native accelerate-llvm-native>:
-- implementation supporting parallel execution on multicore CPUs (e.g. x86).
-- implementation supporting parallel execution on multicore CPUs (e.g. x86-64, AARCH64).
--
-- * <http://hackage.haskell.org/package/accelerate-llvm-ptx accelerate-llvm-ptx>:
-- implementation supporting parallel execution on CUDA-capable NVIDIA GPUs.
Expand Down Expand Up @@ -700,4 +700,3 @@ arrayReshape = S.reshape
-- * <https://hackage.haskell.org/package/accelerate-io-serialise accelerate-io-serialise>: binary serialisation of arrays using <https://hackage.haskell.org/package/serialise serialise>
-- * <https://hackage.haskell.org/package/accelerate-io-vector accelerate-io-vector>: efficient boxed and unboxed one-dimensional arrays
--

2 changes: 1 addition & 1 deletion src/Data/Array/Accelerate/Interpreter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module Data.Array.Accelerate.Interpreter (
run, run1, runN,

-- Internal (hidden)
evalPrim, evalBitcastScalar, atraceOp,
evalPrim, evalBitcastScalar, atraceOp, acoerceOp,

) where

Expand Down

0 comments on commit 73c2e98

Please sign in to comment.