forked from pyscf/gpu4pyscf
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copied over gvhf-rys to gvhf-mixed-precision folder, set as a startin…
…g point
- Loading branch information
Showing
16 changed files
with
74,543 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --ptxas-options=-v")# -maxrregcount=128") | ||
|
||
add_library(gvhf_mixed_precision SHARED | ||
rys_contract_jk.cu rys_jk_driver.cu rys_roots_dat.cu | ||
unrolled_os.cu unrolled_rys.cu | ||
) | ||
|
||
set_target_properties(gvhf_mixed_precision PROPERTIES | ||
LIBRARY_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR} | ||
CUDA_SEPARABLE_COMPILATION ON) | ||
|
||
target_link_libraries(gvhf_mixed_precision OpenMP::OpenMP_C) |
Oops, something went wrong.