Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 committed Nov 20, 2024
1 parent 7c28c7f commit 05ac10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/CUDA/BlackScholes/BlackScholes.cu
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
* DISCLAIMER: The following file has been slightly modified to ensure
* compatibility with Clad and to serve as a Clad demo. Specifically, parts of
* the original `main` function have been moved to a separate function to use
* `clad::gradient` on. Furthermore, Clad cannot clone printf statements, so some
* original print statements have been omitted. The same applies to the
* `clad::gradient` on. Furthermore, Clad cannot clone printf statements, so
* some original print statements have been omitted. The same applies to the
* checkCudaErrors 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
Expand Down

0 comments on commit 05ac10f

Please sign in to comment.