#5438: Wrong result for element check
------------------------------------------+---------------------------------
  Reporter:  daniel.is.fischer            |          Owner:  benl            
      Type:  bug                          |         Status:  closed          
  Priority:  high                         |      Milestone:  7.4.1           
 Component:  Data Parallel Haskell        |        Version:  7.0.4           
Resolution:  invalid                      |       Keywords:                  
  Testcase:                               |      Blockedby:                  
Difficulty:                               |             Os:  Unknown/Multiple
  Blocking:                               |   Architecture:  Unknown/Multiple
   Failure:  Incorrect result at runtime  |  
------------------------------------------+---------------------------------
Changes (by chak):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 Data Parallel Haskell code must be compiled with '-fvectorise'.  If you do
 that for this example, the vectoriser will complain that it cannot
 vectorise `String`.  As explained on
 http://haskell.org/haskellwiki/GHC/Data_Parallel_Haskell only types from
 the mock Prelude `Data.Array.Parallel.Prelude.*` are being support at the
 moment.

 (Besides, DPH isn't in a usable state in 7.0.x.  You need to use 7.2.x,
 which has limited support for DPH.)

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5438#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to