Skip to content

Commit

Permalink
add heston kernel alterations
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkichler committed Oct 11, 2024
1 parent 9081697 commit b89208c
Show file tree
Hide file tree
Showing 7 changed files with 1,777 additions and 202 deletions.
6 changes: 5 additions & 1 deletion examples/montecarlo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ set_target_properties(mc PROPERTIES CUDA_ARCHITECTURES native)
target_link_libraries(mc PRIVATE ${PROJECT_NAME})


add_executable(mc_heston mc_heston.cu)
# add_executable(mc_heston mc_heston.cu)
# add_executable(mc_heston mc_heston_relaxed.cu)
# add_executable(mc_heston mc_heston_dist.cu)
add_executable(mc_heston mc_heston_tangent.cu)
# add_executable(mc_heston mc_heston_bak.cu)
target_link_libraries(mc_heston PRIVATE CUDA::cudart)
target_link_libraries(mc_heston PRIVATE CUDA::curand)

Expand Down
Loading

0 comments on commit b89208c

Please sign in to comment.