Changes

Jump to: navigation, search

GPU621/Threadless Horsemen

52 bytes added, 11:50, 26 November 2018
Comparing Multi-threading in Julia vs OpenMP
# [mailto:nmmisener@myseneca.ca Nathan Misener]
<div style="font-size: 1.300em; width: 85%">
== Introduction: The Julia Programming Language ==
* The default compiler takes care of some optimization tasks for you. Don't need to worry about locality of reference (loop interchange) or vectorization
* Multi-threading is still experimental, and it's recommended to use distributed processing or coroutines (green threads) for parallelism
</div>
93
edits

Navigation menu