Skip to content

Commit 84eaf46

Browse files
committed
Add Triton-Sanitizer ASPLOS 2026 publication and update DeepContext link to ACM DL
1 parent d3c26f3 commit 84eaf46

File tree

2 files changed

+84
-1
lines changed

2 files changed

+84
-1
lines changed

content/publication/DeepContext/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ featured: false
4848
# - name: Custom Link
4949
# url: http://example.org
5050

51-
url_pdf: 'https://arxiv.org/abs/2411.02797'
51+
url_pdf: 'https://dl.acm.org/doi/10.1145/3676642.3736127'
5252
# url_code: 'https://github.com/HugoBlox/hugo-blox-builder'
5353
# url_dataset: 'https://github.com/HugoBlox/hugo-blox-builder'
5454
# url_poster: ''
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
---
2+
title: 'Triton-Sanitizer: A Fast and Device-Agnostic Memory Sanitizer for Triton with Rich Diagnostic Context'
3+
4+
# Authors
5+
# If you created a profile for a user (e.g. the default `admin` user), write the username (folder name) here
6+
# and it will be replaced with their full name and linked to their profile.
7+
authors:
8+
- Hao Wu
9+
- Qidong Zhao
10+
- Songqing Chen
11+
- Yang Chen
12+
- Yueming Hao
13+
- Tony CW Liu
14+
- Sijia Chen
15+
- Adnan Aziz
16+
- Keren Zhou
17+
18+
# Author notes (optional)
19+
# author_notes:
20+
# - 'Equal contribution'
21+
# - 'Equal contribution'
22+
23+
date: '2026-03-01T00:00:00Z'
24+
doi: ''
25+
26+
# Schedule page publish date (NOT publication's date).
27+
publishDate: '2026-02-11T00:00:00Z'
28+
29+
# Publication type.
30+
# Accepts a single type but formatted as a YAML list (for Hugo requirements).
31+
# Enter a publication type from the CSL standard.
32+
publication_types: ['paper-conference']
33+
34+
# Publication name and optional abbreviated publication name.
35+
publication: In The Proceedings of the 31th ACM International Conference on Architectural Support for Programming Languages and Operating Systems
36+
publication_short: In *ASPLOS 2026*
37+
38+
# abstract:
39+
40+
# Summary. An optional shortened abstract.
41+
# summary:
42+
43+
tags: []
44+
45+
# Display this page in the Featured widget?
46+
featured: false
47+
48+
# Custom links (uncomment lines below)
49+
# links:
50+
# - name: Custom Link
51+
# url: http://example.org
52+
53+
# url_pdf: ''
54+
# url_code: ''
55+
# url_dataset: ''
56+
# url_poster: ''
57+
# url_project: ''
58+
# url_slides: ''
59+
# url_source: ''
60+
# url_video: ''
61+
62+
# Featured image
63+
# To use, add an image named `featured.jpg/png` to your page's folder.
64+
# image:
65+
# caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/pLCdAaMFLTE)'
66+
# focal_point: ''
67+
# preview_only: false
68+
69+
# Associated Projects (optional).
70+
# Associate this publication with one or more of your projects.
71+
# Simply enter your project's folder or file name without extension.
72+
# E.g. `internal-project` references `content/project/internal-project/index.md`.
73+
# Otherwise, set `projects: []`.
74+
# projects:
75+
# - example
76+
77+
# Slides (optional).
78+
# Associate this publication with Markdown slides.
79+
# Simply enter your slide deck's filename without extension.
80+
# E.g. `slides: "example"` references `content/slides/example/index.md`.
81+
# Otherwise, set `slides: ""`.
82+
# slides: example
83+
---

0 commit comments

Comments
 (0)