Skip to content

Commit fba5e32

Browse files
committed
Fixed slides link
1 parent c50eb83 commit fba5e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/publications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
venue: OOPSLA 2022
66
is_thesis: false
77
paper_link: files/chou-oopsla22-taco-dynamic.pdf
8-
slide_link: files/amarasinghe-oopsla22-slides.pdf
8+
slide_link: files/amarasinghe-oopsla22-slides.pptx
99
abstract: >
1010
Many applications, from social network graph analytics to control flow analysis, compute on sparse data that evolves over the course of program execution. Such data can be represented as dynamic sparse tensors and efficiently stored in formats (data layouts) that utilize pointer-based data structures like block linked lists, binary search trees, B-trees, and C-trees among others. These specialized formats support fast in-place modification and are thus better suited than traditional, array-based data structures like CSR for storing dynamic sparse tensors. However, different dynamic sparse tensor formats have distinct benefits and drawbacks, and performing different computations on tensors that are stored in different formats can require vastly dissimilar code that are not straightforward to correctly implement and optimize.
1111
<br><br>

0 commit comments

Comments
 (0)