Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
2c4bfd8b
Commit
2c4bfd8b
authored
Jan 03, 2022
by
Andreas Marek
Browse files
Add shipped srcs
parent
bba73d07
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Changelog
View file @
2c4bfd8b
...
...
@@ -12,7 +12,6 @@ Changelog for upcoming ELPA 2021.11.001
- allow to call ELPA eigenvectors and eigenvalues also with GPU device
pointers for the input matrix, the vectors of eigenvalues and the output
matrix for the eigenvectors
- BUGFIX: error in resort_ev
- EXPERIMENTAL feature:g new real GPU kernel for Nvidia A100 (provided by Nvidia): can show a
performance boost if number of vectors per MPI task is > 20000. Most likely
most benifit in non-MPI version
...
...
Makefile.am
View file @
2c4bfd8b
...
...
@@ -929,6 +929,15 @@ EXTRA_DIST = \
src/general/error_checking.inc
\
src/general/elpa_ssr2_template.F90
\
src/general/elpa_ssmv_template.F90
\
src/shipped_srcs/NVIDIA_A100_kernel/hh_test/.gitignore
\
src/shipped_srcs/NVIDIA_A100_kernel/hh_test/CMakeLists.txt
\
src/shipped_srcs/NVIDIA_A100_kernel/hh_test/LICENSE
\
src/shipped_srcs/NVIDIA_A100_kernel/hh_test/README.md
\
src/shipped_srcs/NVIDIA_A100_kernel/hh_test/src/compute_hh.cu
\
src/shipped_srcs/NVIDIA_A100_kernel/hh_test/src/compute_hh_wrapper.f90
\
src/shipped_srcs/NVIDIA_A100_kernel/hh_test/src/cuda_c_interface.cu
\
src/shipped_srcs/NVIDIA_A100_kernel/hh_test/src/cuda_f_interface.f90
\
src/shipped_srcs/NVIDIA_A100_kernel/hh_test/src/hh_test.f90
\
test
/Fortran/assert.h
\
test
/Fortran/elpa_print_headers.F90
\
test
/shared/test_check_correctness_template.F90
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment