\(\) \(%\newcommand{\CLRS}{\href{https://mitpress.mit.edu/books/introduction-algorithms}{Cormen et al}}\) \(\newcommand{\CLRS}{\href{https://mitpress.mit.edu/books/introduction-algorithms}{Introduction to Algorithms, 3rd ed.} (\href{http://libproxy.aalto.fi/login?url=http://site.ebrary.com/lib/aalto/Doc?id=10397652}{online via Aalto lib})}\) \(\newcommand{\SW}{\href{http://algs4.cs.princeton.edu/home/}{Algorithms, 4th ed.}}\) \(%\newcommand{\SW}{\href{http://algs4.cs.princeton.edu/home/}{Sedgewick and Wayne}}\) \(\) \(\newcommand{\Java}{\href{http://java.com/en/}{Java}}\) \(\newcommand{\Python}{\href{https://www.python.org/}{Python}}\) \(\newcommand{\CPP}{\href{http://www.cplusplus.com/}{C++}}\) \(\newcommand{\ST}[1]{{\Blue{\textsf{#1}}}}\) \(\newcommand{\PseudoCode}[1]{{\color{blue}\textsf{#1}}}\) \(\) \(%\newcommand{\subheading}[1]{\textbf{\large\color{aaltodgreen}#1}}\) \(\newcommand{\subheading}[1]{\large{\usebeamercolor[fg]{frametitle} #1}}\) \(\) \(\newcommand{\Blue}[1]{{\color{flagblue}#1}}\) \(\newcommand{\Red}[1]{{\color{aaltored}#1}}\) \(\newcommand{\Emph}[1]{\emph{\color{flagblue}#1}}\) \(\) \(\newcommand{\Engl}[1]{({\em engl.}\ #1)}\) \(\) \(\newcommand{\Pointer}{\raisebox{-1ex}{\huge\ding{43}}\ }\) \(\) \(\newcommand{\Set}[1]{\{#1\}}\) \(\newcommand{\Setdef}[2]{\{{#1}\mid{#2}\}}\) \(\newcommand{\PSet}[1]{\mathcal{P}(#1)}\) \(\newcommand{\Card}[1]{{\vert{#1}\vert}}\) \(\newcommand{\Tuple}[1]{(#1)}\) \(\newcommand{\Implies}{\Rightarrow}\) \(\newcommand{\Reals}{\mathbb{R}}\) \(\newcommand{\Seq}[1]{(#1)}\) \(\newcommand{\Arr}[1]{[#1]}\) \(\newcommand{\Floor}[1]{{\lfloor{#1}\rfloor}}\) \(\newcommand{\Ceil}[1]{{\lceil{#1}\rceil}}\) \(\newcommand{\Path}[1]{(#1)}\) \(\) \(%\newcommand{\Lg}{\lg}\) \(\newcommand{\Lg}{\log_2}\) \(\) \(\newcommand{\BigOh}{O}\) \(%\newcommand{\BigOh}{\mathcal{O}}\) \(\newcommand{\Oh}[1]{\BigOh(#1)}\) \(\) \(\newcommand{\todo}[1]{\Red{\textbf{TO DO: #1}}}\) \(\) \(\newcommand{\NULL}{\textsf{null}}\) \(\) \(\newcommand{\Insert}{\ensuremath{\textsc{insert}}}\) \(\newcommand{\Search}{\ensuremath{\textsc{search}}}\) \(\newcommand{\Delete}{\ensuremath{\textsc{delete}}}\) \(\newcommand{\Remove}{\ensuremath{\textsc{remove}}}\) \(\) \(\newcommand{\Parent}[1]{\mathop{parent}(#1)}\) \(\) \(\newcommand{\ALengthOf}[1]{{#1}.\textit{length}}\) \(\) \(\newcommand{\TRootOf}[1]{{#1}.\textit{root}}\) \(\newcommand{\TLChildOf}[1]{{#1}.\textit{leftChild}}\) \(\newcommand{\TRChildOf}[1]{{#1}.\textit{rightChild}}\) \(\newcommand{\TNode}{x}\) \(\newcommand{\TNodeI}{y}\) \(\newcommand{\TKeyOf}[1]{{#1}.\textit{key}}\) \(\) \(\newcommand{\PEnqueue}[2]{{#1}.\textsf{enqueue}(#2)}\) \(\newcommand{\PDequeue}[1]{{#1}.\textsf{dequeue}()}\) \(\) \(\newcommand{\Def}{\mathrel{:=}}\) \(\) \(\newcommand{\Eq}{\mathrel{=}}\) \(\newcommand{\Asgn}{\mathrel{\leftarrow}}\) \(%\newcommand{\Asgn}{\mathrel{:=}}\) \(\) \(%\) \(% Heaps\) \(%\) \(\newcommand{\Downheap}{\textsc{downheap}}\) \(\newcommand{\Upheap}{\textsc{upheap}}\) \(\newcommand{\Makeheap}{\textsc{makeheap}}\) \(\) \(%\) \(% Dynamic sets\) \(%\) \(\newcommand{\SInsert}[1]{\textsc{insert}(#1)}\) \(\newcommand{\SSearch}[1]{\textsc{search}(#1)}\) \(\newcommand{\SDelete}[1]{\textsc{delete}(#1)}\) \(\newcommand{\SMin}{\textsc{min}()}\) \(\newcommand{\SMax}{\textsc{max}()}\) \(\newcommand{\SPredecessor}[1]{\textsc{predecessor}(#1)}\) \(\newcommand{\SSuccessor}[1]{\textsc{successor}(#1)}\) \(\) \(%\) \(% Union-find\) \(%\) \(\newcommand{\UFMS}[1]{\textsc{make-set}(#1)}\) \(\newcommand{\UFFS}[1]{\textsc{find-set}(#1)}\) \(\newcommand{\UFCompress}[1]{\textsc{find-and-compress}(#1)}\) \(\newcommand{\UFUnion}[2]{\textsc{union}(#1,#2)}\) \(\) \(\) \(%\) \(% Graphs\) \(%\) \(\newcommand{\Verts}{V}\) \(\newcommand{\Vtx}{v}\) \(\newcommand{\VtxA}{v_1}\) \(\newcommand{\VtxB}{v_2}\) \(\newcommand{\VertsA}{V_\textup{A}}\) \(\newcommand{\VertsB}{V_\textup{B}}\) \(\newcommand{\Edges}{E}\) \(\newcommand{\Edge}{e}\) \(\newcommand{\NofV}{\Card{V}}\) \(\newcommand{\NofE}{\Card{E}}\) \(\newcommand{\Graph}{G}\) \(\) \(\newcommand{\SCC}{C}\) \(\newcommand{\GraphSCC}{G^\text{SCC}}\) \(\newcommand{\VertsSCC}{V^\text{SCC}}\) \(\newcommand{\EdgesSCC}{E^\text{SCC}}\) \(\) \(\newcommand{\GraphT}{G^\text{T}}\) \(%\newcommand{\VertsT}{V^\textup{T}}\) \(\newcommand{\EdgesT}{E^\text{T}}\) \(\) \(%\) \(% NP-completeness etc\) \(%\) \(\newcommand{\Poly}{\textbf{P}}\) \(\newcommand{\NP}{\textbf{NP}}\) \(\newcommand{\PSPACE}{\textbf{PSPACE}}\) \(\newcommand{\EXPTIME}{\textbf{EXPTIME}}\)

Naive matrix multiplication

Let’s again recall the matrix multiplication example from the CS-A1120 Programming 2 course. The product of two \( n \times n \) matrices \( A = (a_{i,j}) \) and \( B = (b_{i,j}) \) is the \( n \times n \) matrix \( C = (c_{i,j}) \) where $$c_{i,j} = \sum_{k=1}^n a_{i,k}b_{k,j}$$ The figure below shows, in red, the entries involved in the computation of the entry \( c_{ij} \) in the product matrix \( C \).

_images/matrix-multiplication.png

Computing the product matrix by using this formulation is an embarrassingly parallel problem as the values of the product matrix entries \( c_{ij} \) can be computed independently in parallel. Observe that these computations may read shared values; for instance, the computations of \( c_{1,1} \) and \( c_{1,2} \) both read the values \( a_{1,1},…,a_{1,n} \). But there are no data races as the entries written, \( c_{1,1} \) and \( c_{1,2} \) in this case, are different.

We can implement a sequential version and two parallel versions in Scala as follows. The first parallel version parallelizes only over rows while the second one parallelizes over columns as well. The sequential and both parallel versions have the work \( \Theta(n^3) \). The first parallel version has the span \( \Theta(n^2+n^2) \) and the second one \( \Theta(n^2+n) = \Theta(n^2) \), where the first \( n^2 \) term comes from result matrix initialization (in Java and Scala, all its elements are initialized to 0.0 when the memory is allocated).

class Matrix(val n: Int) {
  require(n > 0, "The dimension n must be positive")
  protected[Matrix] val entries = new Array[Double](n * n)

  /* With this we can access elements by writing m(i,j) */
  def apply(row: Int, column: Int) = {
    require(0 <= row && row < n)
    require(0 <= column && column < n)
    entries(row * n + column)
  }

  /* With this we can set elements by writing m(i,j) = v */
  def update(row: Int, column: Int, value: Double) {
    require(0 <= row && row < n)
    require(0 <= column && column < n)
    entries(row * n + column) = value
  }

  /* Compute the value of the entry (row,column) in the product matrix a*b */
  protected def multEntry(a: Matrix, b: Matrix, row: Int, column: Int): Double = {
    var v = 0.0
    var i = 0
    while(i < a.n) {
      v += a(row, i) * b(i, column)
      i += 1
    }
    v
  }

  /* Returns a new matrix that is the product of this and that */
  def multSeq(that: Matrix): Matrix = {
    require(n == that.n)
    val result = new Matrix(n)
    for (row <- 0 until n; column <- 0 until n)
      result(row, column) = multEntry(this, that, row, column)
    result
  }

  /** Parallel matrix multiplication, parallelism only on the rows */
  def multPar1(that: Matrix): Matrix = {
    require(n == that.n)
    val result = new Matrix(n)
    (0 until n).par.foreach(row => {
      for(column <- 0 until n)
	result(row, column) = multEntry(this, that, row, column)
    })
    result
  }

  /** Parallel matrix multiplication, parallelism on rows and columns */
  def multPar2(that: Matrix): Matrix = {
    require(n == that.n)
    val result = new Matrix(n)
    (0 until n*n).par.foreach(i => {
      val row = i / n
      val column = i % n
      result(row, column) = multEntry(this, that, row, column)
    })
    result
  }
}

object Matrix {
  def random(n: Int): Matrix = {
    require(n > 0)
    val m = new Matrix(n)
    val r = new scala.util.Random()
    for (row <- 0 until n; column <- 0 until n)
      m(row, column) = r.nextDouble()
    m
  }
}

The figure below shows the performance of the different versions when multiplying random matrices of different dimensions. The running times are wall clock times and were obtained on an Intel i5-2400 quad-core CPU running at 3.1GHz. The parallel versions obtain a speedup of \( \approx 3.7 \) on the \( 1200 \times 1200 \) matrices when compared to the sequential version.

_images/multiplication-scala-2020-a-logy.jpg

Potential reasons for not obtaining the full linear speedup of \( 4.0 \) are:

  • ​ Creating and scheduling parallel tasks takes time.

  • ​ Running the tasks may take different time and the scheduler may not be able to fully use all the threads all the time.

  • ​ Some other processes were running in the machine so that not all the cores were available all the time.

Transposition

As you may recall, transposing the argument matrix \( B \) before the multiplication did improve the performance of the sequential version. This was because the CPU reads memory not in individual bytes or integers but in larger consecutive memory unit chunks called cache lines (in the case of current Intel processors, cache lines are 64 bytes, which equals to 8 double precision floating point numbers, for instance). In our first sequential and parallel versions, when computing the value \( c_{i,j} \), the consecutive sum terms \( a_{i,k} b_{k,j} \) and \( a_{i,k+1} b_{k+1,j} \) read the values \( b_{k,j} \) and \( b_{k+1,j} \) that are not in consecutive indices but in the indices \( kn + j \) and \( (k+1)n+j \), respectively, when the matrix is stored in the row-major order. Transposing the matrix \( B \) transforms the presentation into column-major order so that the values \( b_{k,j} \) and \( b_{k+1,j} \) are in consecutive indices \( jn + k \) and \( jn + k + 1 \), respectively. We can use this transposition trick in the parallel versions as well.

class Matrix(val n: Int) {
  // LINES REMOVED

  def transpose: Matrix = {
    val r = new Matrix(n)
    for (row <- 0 until n; column <- 0 until n)
        r(column, row) = this(row, column)
    r
  }

  protected def multEntryTranspose(a: Matrix, b: Matrix, row: Int, column: Int): Double = {
    var v: Double = 0.0
    var i = 0
    while(i < a.n) {
      v += a(row, i) * b(column, i)
      i += 1
    }
    v
  }

  def multSeqTranspose(that: Matrix): Matrix = {
    require(n == that.n)
    val that_tp = that.transpose
    val result = new Matrix(n)
    for (row <- 0 until n; column <- 0 until n)
      result(row, column) = multEntryTranspose(this, that_tp, row, column)
    result
  }

  def multPar1Transpose(that: Matrix): Matrix = {
    val that_tp = that.transpose
    val result = new Matrix(n)
    (0 until n).par.foreach(row => {
      for(column <- 0 until n)
        result(row, column) = multEntryTranspose(this, that_tp, row, column)
    })
    result
  }
}

The plot below shows that substantial performance improvements result especially for larger matrices.

_images/multiplication-scala-2020-b-logy.jpg

Instruction-level parallelism

It is also possible to use parallelism inside a single core. Modern processors can have several instructions in execution at the same time, especially if the instructions are independent. In our previous inner loop we compute the sum by v = v + a(row, k)*b(column,k) instructions, increasing the index k in between. The consecutive v = v + a(row, k)*b(column,k) and v = v + a(row, k+1)*b(column,k+1) instructions are not independent as the second one reads the value of v written by the first. Thus the second addition cannot be started before the first one has completed. With partial unrolling of the inner loop and by computing the sum in parts, we can increase the amount of independence in the inner loops as follows.

class Matrix(val n: Int) {
  // LINES REMOVED

  protected def multEntryTransposeIL(a: Matrix, b: Matrix, row: Int, column: Int): Double = {
    var v1: Double = 0.0
    var v2: Double = 0.0
    var v3: Double = 0.0
    var v4: Double = 0.0
    var i = 0
    val end = a.n & ~0x03
    while(i < end) {
      v1 += a(row, i) * b(column, i)
      v2 += a(row, i+1) * b(column, i+1)
      v3 += a(row, i+2) * b(column, i+2)
      v4 += a(row, i+3) * b(column, i+3)
      i += 4
    }
    var v: Double = v1+v2+v3+v4
    while(i < a.n) {
      v += a(row, i) * b(column, i)
      i += 1
    }
    v
  }
  
  def multSeqTransposeIL(that: Matrix): Matrix = {
    require(n == that.n)
    val that_tp = that.transpose
    val result = new Matrix(n)
    for (row <- 0 until n; column <- 0 until n)
      result(row, column) = multEntryTransposeIL(this, that_tp, row, column)
    result
  }

  def multPar1TransposeIL(that: Matrix): Matrix = {
    val that_tp = that.transpose
    val result = new Matrix(n)
    (0 until n).par.foreach(row => {
      for(column <- 0 until n)
        result(row, column) = multEntryTransposeIL(this, that_tp, row, column)
    })
    result
  }
}

The experimental evaluation results below show that in this case, we are able to get around 20% reduction in running time by this technique.

_images/multiplication-scala-2020-c-logy.jpg

Modern CPU cores also have vector extensions that allow one to compute an operation on multiple data entries in one instruction. Using these from Scala is not easy and is left out here — see the matrix multiplication code used in the first round lecture of CS-A1120 Programming 2 for how to call C++ programs from Scala/Java and for how to use parallelization and vector extensions in the assembly level in C++.

More on instruction level parallelism (among other things) in the Aalto course CS-E4580 Programming Parallel Computers.