Vector addition

A very simple GPU kernel (written in PVL) that adds the content of two matrices and stores it in an "output" array (in GPU programming fashion). This program is currently disabled due to refactoring of the Chalice back-end.

General Information

  • Backend: Silicon
  • Language: PVL
  • Features: GPU Kernels, Arrays, Barriers
  • Path to Example File: arrays/vector-add.pvl
  • Should Verify: No
  • Date: 2017-06-15
  • Lines of Code: 23 (comments not included)
  • Lines of Specification: 9 (39.1% of total)