Skip to content

Commit

Permalink
Merge branch 'mmultP' of https://github.com/lehins/repa into lehins-m…
Browse files Browse the repository at this point in the history
…multP
  • Loading branch information
tmcdonell committed Aug 21, 2017
2 parents 81f6857 + 3fee016 commit 03d6269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repa-algorithms/Data/Array/Repa/Algorithms/Matrix.hs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ mmultP arr brr
do trr <- transpose2P brr
let (Z :. h1 :. _) = extent arr
let (Z :. _ :. w2) = extent brr
computeP
trr `deepSeqArray` computeP
$ fromFunction (Z :. h1 :. w2)
$ \ix -> R.sumAllS
$ R.zipWith (*)
Expand Down

0 comments on commit 03d6269

Please sign in to comment.