From 0e5b349e5f575b1e8c7215a207c3989fc1691779 Mon Sep 17 00:00:00 2001 From: kchristin Date: Sun, 17 Nov 2024 14:55:03 +0200 Subject: [PATCH] Add specification for change made in CPU code --- demos/CUDA/BlackScholes/BlackScholes_gold.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/demos/CUDA/BlackScholes/BlackScholes_gold.cpp b/demos/CUDA/BlackScholes/BlackScholes_gold.cpp index d61003f1f..219ee9865 100644 --- a/demos/CUDA/BlackScholes/BlackScholes_gold.cpp +++ b/demos/CUDA/BlackScholes/BlackScholes_gold.cpp @@ -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