0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jul 16, 2024 — Jul 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added final FMA4 rountines More... over 12 years ago
added FMA4 support for all AVX 2hv paths, add FMA4 support for first SSE/AVX128 path More... over 12 years ago
added FMA4 for one routine of 2hv complex kernels More... over 12 years ago
removed un-nessecary comments in complex 2hv kernel file More... over 12 years ago
added FMA4 intrinsics for 1hv complex code path More... over 12 years ago
updated kernel names of real kernels More... over 12 years ago
finalized 1hv kernel for complex numbers which is slightly faster than 2hv kernel -> default More... over 12 years ago
working SSE and AVX intrinsic version of complex 2hv More... over 12 years ago
added complex kernels using 2 householder vectors in tridiag to band More... over 12 years ago
Higher blocking for banded2full back transformation added More... over 12 years ago
added commandline parameter pharsing to test_real2.f90 More... over 12 years ago
Merge branch 'master' of elpa-lib.fhi-berlin.mpg.de:/pub/elpa_lib More... over 12 years ago
update: Makefile for SNB-EP, alignment of a-matrix to 64 bytes More... over 12 years ago
update: Makefile for SNB-EP, alignment of a-matrix to 64 bytes More... over 12 years ago
added SSE/AVX/FMA4 real back transformation kernels More... over 12 years ago
added sub-folder for integration of intrinsics x86 kernels More... over 12 years ago
Optimized kernels for BlueGene/Q added More... over 12 years ago
bugfix in the blocked QR-decomposition More... almost 13 years ago
finalized integration of x86 intrinisic kernels More... about 13 years ago
fixed bug in Makefile More... about 13 years ago
added SSE,AVX,FMA4 tri to band real kernels for x86 based systems More... about 13 years ago
description of the elpa_qr directory in the dev. version added to README More... about 13 years ago
"use mpi" replaced by "include 'mpif.h'" dropped old rank-2 QR-decomposition (blockedQR.f90) More... about 13 years ago
rank-2 QR-decomposition replaced by fully blocked QR-decomposition; makefile adapted accordingly More... about 13 years ago
VB: Added option to read in controlling parameters for the test*.f90 programs at runtime. More... about 13 years ago
OpenMP enhancements for ELPA2 and new kernels. More... over 13 years ago
Added OpenMP support to ELPA1/2 More... over 13 years ago
addition to last update... More... over 13 years ago
Blocked QR-decomposition (rank-2 version) added. The new QR-decomposition is used per default. If you want to use the standard QR-decomposition set which_qr_decomposition = 0. More... over 13 years ago
Band-band reduction (band_band_real) added to elpa2. divide_band is now defined as public. More... over 13 years ago