Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickEmonds authored Feb 3, 2023
1 parent 63f93ef commit 220db05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

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

TODO:
* upload to Github and Zenodo
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).

## Prerequisites

Expand Down

0 comments on commit 220db05

Please sign in to comment.