Skip to content

Commit

Permalink
Add specification for change made in CPU code
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 committed Nov 17, 2024
1 parent cd4f0dd commit 509710a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions demos/CUDA/BlackScholes/BlackScholes_gold.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@

/*
* DISCLAIMER: The following file has been slightly modified to ensure
* compatibility with Clad. The original file is available in NVIDIA's
* cuda-samples repository on GitHub.
* compatibility with Clad. Specifically, the only change made was removing the
* static property of the `CND` function so it can be called in the main file to
* verify Clad's results. The original file is available for comparison in
* NVIDIA's cuda-samples repository on GitHub.
*/

#include <math.h>
Expand Down

0 comments on commit 509710a

Please sign in to comment.