Skip to content

Commit

Permalink
Update disclaimer with timer note
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 committed Nov 22, 2024
1 parent 6217bbc commit 162464e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions demos/CUDA/BlackScholes/BlackScholes.cu
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,12 @@ const float VOLATILITY = 0.30f;
* `clad::gradient` on. Furthermore, Clad cannot clone checkCudaErrors
* successfully, so these calls have been omitted. The same applies to the
* cudaDeviceSynchronize function. New helper functions are included in another
* file and invoked here to verify the gradient's results. The original file is
* available in NVIDIA's cuda-samples repository on GitHub.
* file and invoked here to verify the gradient's results. Since Clad cannot
* handle timers at the moment, the time measurement is included in
* `main` and doesn't time exclusively the original kernel execution, but the
* whole `launch` function and its gradient are timed in this version.
*
* The original file is available in NVIDIA's cuda-samples repository on GitHub.
*
* Relevant documentation regarding the problem at hand can be found in NVIDIA's
* cuda-samples repository. Using Clad, we compute some of the Greeks
Expand Down

0 comments on commit 162464e

Please sign in to comment.