GPUhack intro - mccode-dev/McCode GitHub Wiki
Link to download PDF with intro slides:
http://gpuhack.mccode.org/GPU-port-how.pdf
Links to the example instr files from the PDF:
Overview of variables and scopes
Check out Variables and Scopes
Suggested "rules of engagement"
- Anyone works on what they feel like working on. Preferably define an issue and place it on the GPUhack board
- Daily "scrums" at 10:00 and 15:00?
- Simple edits to components or instruments - feel free to commit directly to mcstas-3.0 branch
- ANY hack or edit that requires changes to code-generator MUST happen on dedicated branch or fork. And MUST be merged by another developer using a pull-request! (I.e. we enforce code-review on cogen changes.)