Changes between Version 37 and Version 38 of WikiStart
- Timestamp:
- Jun 21, 2011, 9:18:30 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v37 v38 27 27 Q: GHC complains: `ghc.exe: could not execute opt` what's up with that? [[br]] 28 28 A: `opt` is the LLVM optimiser. You need to install [http://llvm.org/ LLVM]. 29 30 Q: Does Repa's implicit parallelism extend to distributed memory machines? [[br]] 31 A: 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. 29 32 30 33 Q: How to I map a function across all slices in an array? [[br]]