Changes between Version 37 and Version 38 of WikiStart


Ignore:
Timestamp:
Jun 21, 2011, 9:18:30 AM (13 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v37 v38  
    2727Q: GHC complains:  `ghc.exe: could not execute opt`  what's up with that? [[br]]
    2828A: `opt` is the LLVM optimiser. You need to install [http://llvm.org/ LLVM].
     29
     30Q: Does Repa's implicit parallelism extend to distributed memory machines? [[br]]
     31A: No. Repa supports shared memory / multi-core parallelism only. Repa's approach to array fusion could be used in a distributed setting, but managing the extra communication is a significant amount of extra work. We have no current plans to target distributed machines.
    2932
    3033Q: How to I map a function across all slices in an array? [[br]]