ex21: OpenCL square matrix multiplier

Willem A. (Vlakkies) Schreuder
CSCI4239/5239 Fall 2021


The size of the matrix is width*blocks


Command line parameters
  -v      Verbose - show hardware detila
  width   Block width (width squared <= max threads/block)
  blocks  Number of blocks
