Changes To FLCC
Not logged in
    51     51   library implements a set of optimized fast algorithms, selecting the
    52     52   most appropriate for each case. On the other hand, it fully exploits
    53     53   current top-notch architectures, namely multicore CPU processors and
    54     54   manycore GPU devices. In other words, the library takes advantage of the
    55     55   system computational resources, executing in parallel on multiple CPU
    56     56   threads or having the work load carried out by the powerful GPU devices
    57     57   of the system (according to what it deems to be faster).
           58  +
           59  +Current version V 1.0 compiles under Linux and requires the installation of FFTW and CUDA.
    58     60   
    59     61   --
    60     62   
    61     63     *  This is a self hosted fossil repository.