From 05ac10f9132cb66a49656d68332fad4fa7d48ca9 Mon Sep 17 00:00:00 2001 From: kchristin Date: Wed, 20 Nov 2024 20:19:15 +0200 Subject: [PATCH] Fix format --- demos/CUDA/BlackScholes/BlackScholes.cu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/CUDA/BlackScholes/BlackScholes.cu b/demos/CUDA/BlackScholes/BlackScholes.cu index c9aa6df6c..6e9ca4f0d 100644 --- a/demos/CUDA/BlackScholes/BlackScholes.cu +++ b/demos/CUDA/BlackScholes/BlackScholes.cu @@ -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