Ticket #5807 (new bug)
DPH library functions don't work without -fvectorise.
| Reported by: | benl | Owned by: | benl |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6.1 |
| Component: | Data Parallel Haskell | Version: | 7.2.2 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Incorrect result at runtime | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
Mukesh Tiwari reports:
ghci>import Data.Array.Parallel ghci>import Data.Array.Parallel.PArray ghci>let u = Data.Array.Parallel.PArray.fromList [ 1 .. 10 ] ghci>:t u u :: PArray Double ghci>u fromList<PArray> [1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0] ghci>let v = Data.Array.Parallel.fromPArrayP u ghci>:t v v :: [:Double:] ghci>lengthP v 0
Change History
Note: See
TracTickets for help on using
tickets.
