Skip to content

Commit b852161

Browse files
committed
add final projects
1 parent bc04528 commit b852161

File tree

27 files changed

+3237
-1595
lines changed

27 files changed

+3237
-1595
lines changed

blogs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.quarto/

blogs/matin/2024-12-12-Final-Project.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: matinraayai
33
format:
44
html: default
5-
title: Final Project: Lowering AMDGPU LLVM Intrinsics In Instrumentation Functions
5+
title: Final Project- Lowering AMDGPU LLVM Intrinsics In Instrumentation Functions
66
---
77
For the past year or so I've been working on a framework to instrument AMD GPU code objects at runtime, similar to [NVBit](https://github.com/NVlabs/NVBit) for NVIDIA GPUs and [GTPin](https://www.intel.com/content/www/us/en/developer/articles/tool/gtpin.html) for Intel GPUs. My final project is essentially a major feature that I wanted to implement in the framework. I think it will be helpful to briefly go over the framework and how it is designed to better understand my final project and the challenges faced when
88
implementing it.

blogs/matin/2024-12-12-Final-Project_files/libs/bootstrap/bootstrap-icons.css

Lines changed: 2078 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.

blogs/matin/2024-12-12-Final-Project_files/libs/bootstrap/bootstrap.min.css

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blogs/matin/2024-12-12-Final-Project_files/libs/bootstrap/bootstrap.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blogs/matin/2024-12-12-Final-Project_files/libs/clipboard/clipboard.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blogs/matin/2024-12-12-Final-Project_files/libs/quarto-html/anchor.min.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blogs/matin/2024-12-12-Final-Project_files/libs/quarto-html/popper.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blogs/matin/2024-12-12-Final-Project_files/libs/quarto-html/quarto-syntax-highlighting.css

Lines changed: 205 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)