issues
search
cp2k
/
dbcsr
DBCSR: Distributed Block Compressed Sparse Row matrix library
https://cp2k.github.io/dbcsr/
GNU General Public License v2.0
135
stars
47
forks
source link
Apply new style and fixed CUDA kernel code related to clang-format
#560
Closed
hfp
closed
2 years ago
hfp
commented
2 years ago
Reformatted code according to new style (.clang-format).
Other
Apparently, the CUDA runtime compiler cannot process macros broken over multiple lines.
Removed duplicated macros (CUDA kernel/template code).
Avoid producing invalid code (generate_kernels.py).
Other