You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,7 @@
2
2
3
3
The goal of this project is to compute the execution frequencies of basic blocks of CUDA kernels, derived from LLVM IR before kernel runtime.
4
4
The code has been used to evaluate and compare the static method to the execution-based profiling tool [CUDA Flux](https://github.com/UniHD-CEG/cuda-flux).
5
-
More details on the underlying methods and results will be provided in corresponding publication "CUDAsap: Statically-Determined Execution Statistics as Alternative to Execution-Based Profiling" by Emonds, Braun and Fröning (to be published at CCGRID 2023).
6
-
7
-
TODO:
8
-
* upload to Github and Zenodo
5
+
More details on the underlying methods and results will be provided in corresponding publication **CUDAsap: Statically-Determined Execution Statistics as Alternative to Execution-Based Profiling** by Emonds, Braun and Fröning (to be published at CCGRID 2023).
0 commit comments