Skip to content

Commit

Permalink
Minor typo in HPX configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Jul 24, 2020
1 parent 17f2576 commit 7ac9c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apex/CMakeLists.hpx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ endif()
if(APEX_USE_CUDA)
enable_language(CUDA)
include(APEX_SetupCUPTI)
set(cupti_sources activity_trace_sync.cpp)
set(cupti_sources activity_trace_async.cpp)
include_directories (${CUDAToolkit_INCLUDE_DIR})
endif(APEX_USE_CUDA)

Expand Down

0 comments on commit 7ac9c4f

Please sign in to comment.