Displaying 1 result from an estimated 1 matches for "vishkin".
Did you mean:
mishkin
2007 Jul 09
0
[LLVMdev] Multiple LLVM, Parallelization, PRAM, XMT
Hi
Is it possible to combine multiple LLVM with PRAM
/XMT?
Prof. Uzi Vishkin (Univ. of Maryland) had created 64
cores PRAM: Parallel Random Access Memory / Explicit
Multi Threading.
Example:
1. The programmer can create multiple LLVM and run the
same instruction on different LLVM, or create a
pipeline on multiple LLVM (different instruction on
different LLVM, but the same...