Changes between Version 33 and Version 34 of WikiStart


Ignore:
Timestamp:
Jun 14, 2011, 12:26:24 PM (13 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v33 v34  
    3232
    3333Q: Why is my program so slow? [[br]]
    34 A: Probably because you haven't forced your source arrays before traversing them, or haven't added enough INLINE pragmas. Read [http://www.haskell.org/haskellwiki/Numeric_Haskell:_A_Repa_Tutorial#Optimising_Repa_programs the optimisation section] in the tutorial, then [http://stackoverflow.com/questions/6300428/poor-performance-with-transpose-and-cumulative-sum-in-repa/6340867#6340867 This Answer] on Stack Overflow. If that doesn't help then continue to the next question.
     34A: Probably because you haven't forced your source arrays before traversing them, or haven't added enough INLINE pragmas. Read [http://www.haskell.org/haskellwiki/Numeric_Haskell:_A_Repa_Tutorial#Optimising_Repa_programs the optimisation section] in the tutorial, then [http://stackoverflow.com/questions/6300428/poor-performance-with-transpose-and-cumulative-sum-in-repa/6340867#6340867 This Answer] on Stack Overflow. If it's still a problem then continue on...
    3535
    3636Q: Where do I ask further questions? [[br]]