Skip to content

Technical report for the paper Beyond Time Complexity: Data Movement Complexity Analysis for Matrix Multiplication (DOI 10.1145/3524059.3532395), appearing in ICS '22. This report contains the full derivations for which skeletons were provided in the paper.

Notifications You must be signed in to change notification settings

wes-smith/Tech-Report-ICS-22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This document contains the technical report corresponding to the ICS '22 publication "Beyond Time Complexity: Data Movement Complexity Analysis for Matrix Multiplication" (DOI 10.1145/3524059.3532395).

The tech report is in the same format as the paper, with sections 4 and 5, the derivations of RMM's reuse distance distribution and the paper's data movement complexity results, substantially lengthened. Much of the mathematial derivations were omitted in the original paper for space reasons - this report contains them in their entirety.

PAPER ERRATA: Page 4, RMM pseudocode line 9: C21 = rmm(A21, B11) + rmm(A22, B12) -> C21 = rmm(A21, B11) + rmm(A22, B21)

About

Technical report for the paper Beyond Time Complexity: Data Movement Complexity Analysis for Matrix Multiplication (DOI 10.1145/3524059.3532395), appearing in ICS '22. This report contains the full derivations for which skeletons were provided in the paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published