Skip to content

Commit 220db05

Browse files
Update README.md
1 parent 63f93ef commit 220db05

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
The goal of this project is to compute the execution frequencies of basic blocks of CUDA kernels, derived from LLVM IR before kernel runtime.
44
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).
96

107
## Prerequisites
118

0 commit comments

Comments
 (0)