The issue is exactly the same as depicted in the title.
While compiling the Blackscholes program, I came across the following error:
BlackScholes.cu:19:10: fatal error: helper_functions.h: No such file or directory
19 | #include <helper_functions.h> // helper functions for string parsing
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated
The issue is exactly the same as depicted in the title.
While compiling the Blackscholes program, I came across the following error: