-- | -- Module : TestPTX -- Copyright : [2017..2020] Trevor L. McDonell -- License : BSD3 -- -- Maintainer : Trevor L. McDonell -- Stability : experimental -- Portability : non-portable (GHC extensions) -- module TestPTX where import Test.BLAS import Test.Tasty import Data.Array.Accelerate.LLVM.PTX as PTX main :: IO () main = defaultMain (testBLAS PTX.run)