Quantcast

[GHC] #6080: dph-classes-vseg-fast fails: Vectorisation error

classic Classic list List threaded Threaded
4 messages Options
GHC
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[GHC] #6080: dph-classes-vseg-fast fails: Vectorisation error

GHC
#6080: dph-classes-vseg-fast fails: Vectorisation error
--------------------------------------+-------------------------------------
    Reporter:  igloo                  |       Owner:  benl            
        Type:  bug                    |      Status:  new            
    Priority:  normal                 |   Milestone:  7.6.1          
   Component:  Data Parallel Haskell  |     Version:  7.5            
    Keywords:                         |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple       |     Failure:  None/Unknown    
  Difficulty:  Unknown                |    Testcase:                  
   Blockedby:                         |    Blocking:                  
     Related:                         |  
--------------------------------------+-------------------------------------
 {{{
 cd ./dph/classes && '/home/ian/ghc/git/ghc/inplace/bin/ghc-stage2'
 -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-
 conf -rtsopts  -fno-ghci-history --make -o dph-classes-vseg-fast Main  -O
 -fno-enable-rewrite-rules -package dph-lifted-vseg  >dph-classes-vseg-
 fast.comp.stderr 2>&1
 Compile failed (status 256) errors were:
 [1 of 2] Compiling DefsVect         ( DefsVect.hs, DefsVect.o )
 *** Vectorisation error ***
     Can't vectorise expression (vectExpr) GHC.Classes.== @ a $dEq x x
 }}}

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

_______________________________________________
Glasgow-haskell-bugs mailing list
[hidden email]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
GHC
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [GHC] #6080: dph-classes-vseg-fast fails: Vectorisation error

GHC
#6080: dph-classes-vseg-fast fails: Vectorisation error
--------------------------------------+-------------------------------------
    Reporter:  igloo                  |       Owner:  chak            
        Type:  bug                    |      Status:  new            
    Priority:  normal                 |   Milestone:  7.6.1          
   Component:  Data Parallel Haskell  |     Version:  7.5            
    Keywords:                         |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple       |     Failure:  None/Unknown    
  Difficulty:  Unknown                |    Testcase:                  
   Blockedby:                         |    Blocking:                  
     Related:                         |  
--------------------------------------+-------------------------------------
Changes (by chak):

  * owner:  benl => chak


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

_______________________________________________
Glasgow-haskell-bugs mailing list
[hidden email]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
GHC
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [GHC] #6080: dph-classes-vseg-fast fails: Vectorisation error

GHC
In reply to this post by GHC
#6080: dph-classes-vseg-fast fails: Vectorisation error
--------------------------------------+-------------------------------------
    Reporter:  igloo                  |       Owner:  chak            
        Type:  bug                    |      Status:  new            
    Priority:  normal                 |   Milestone:  7.6.1          
   Component:  Data Parallel Haskell  |     Version:  7.5            
    Keywords:                         |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple       |     Failure:  None/Unknown    
  Difficulty:  Unknown                |    Testcase:                  
   Blockedby:                         |    Blocking:                  
     Related:                         |  
--------------------------------------+-------------------------------------

Comment(by chak@…):

 commit 209e375051e557b34e99a0bbef06c7ba6459f5d9
 {{{
 Author: Manuel M T Chakravarty <[hidden email]>
 Date:   Tue May 8 00:12:00 2012 +1000

     Fix #6080 & house keeping in Vectorise.Exp

  compiler/vectorise/Vectorise.hs     |    6 +-
  compiler/vectorise/Vectorise/Exp.hs |  797
 +++++++++++++++--------------------
  2 files changed, 338 insertions(+), 465 deletions(-)
 }}}

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

_______________________________________________
Glasgow-haskell-bugs mailing list
[hidden email]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
GHC
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [GHC] #6080: dph-classes-vseg-fast fails: Vectorisation error

GHC
In reply to this post by GHC
#6080: dph-classes-vseg-fast fails: Vectorisation error
------------------------------------+---------------------------------------
  Reporter:  igloo                  |          Owner:  chak            
      Type:  bug                    |         Status:  closed          
  Priority:  normal                 |      Milestone:  7.6.1          
 Component:  Data Parallel Haskell  |        Version:  7.5            
Resolution:  fixed                  |       Keywords:                  
        Os:  Unknown/Multiple       |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown           |     Difficulty:  Unknown        
  Testcase:                         |      Blockedby:                  
  Blocking:                         |        Related:                  
------------------------------------+---------------------------------------
Changes (by chak):

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


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

_______________________________________________
Glasgow-haskell-bugs mailing list
[hidden email]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
Loading...