gpucinterfaces
Salvatore Filippone 6 months ago
parent 8f3f1e4a2f
commit ee62a7df52

@ -57,9 +57,7 @@ The main reference for the serial sparse BLAS is:
1. A working version of MPI. 1. A working version of MPI.
2. A version of the BLAS; if you don't have a specific version for your 2. A version of the BLAS; you can specify a specific version with `--with-blas`
platform you may try ATLAS available from
http://math-atlas.sourceforge.net/
3. We have had good results with the METIS library, from 3. We have had good results with the METIS library, from
https://github.com/KarypisLab/METIS. https://github.com/KarypisLab/METIS.
@ -71,12 +69,12 @@ The main reference for the serial sparse BLAS is:
We use the C interface to AMD. We use the C interface to AMD.
6. If you have CUDA available, use 6. If you have CUDA available, use
--enable-cuda to compile CUDA-enabled methods - `--enable-cuda` to compile CUDA-enabled methods
--with-cudadir=<path> to specify the CUDA toolkit location - `--with-cudadir=<path>` to specify the CUDA toolkit location
--with-cudacc=XX,YY,ZZ to specify a list of target CCs (compute - `--with-cudacc=XX,YY,ZZ` to specify a list of target CCs (compute
capabilities) to compile the CUDA code for. capabilities).
The configure script will generate a Make.inc file suitable for building The configure script will generate a `Make.inc` file suitable for building
the library. The script is capable of recognizing the needed libraries the library. The script is capable of recognizing the needed libraries
with their default names; if they are in unusual places consider adding with their default names; if they are in unusual places consider adding
the paths with `--with-libs`, or explicitly specifying the names in the paths with `--with-libs`, or explicitly specifying the names in
@ -219,16 +217,16 @@ Salvatore Filippone
**Contributors** (_roughly reverse cronological order_): **Contributors** (_roughly reverse cronological order_):
- Fabio Durastante
- Luca Pepè Sciarria - Luca Pepè Sciarria
- Theophane Loloum - Theophane Loloum
- Fabio Durastante
- Dimitri Walther - Dimitri Walther
- Pasqua D'Ambra
- Andea Di Iorio - Andea Di Iorio
- Stefano Petrilli - Stefano Petrilli
- Soren Rasmussen - Soren Rasmussen
- Zaak Beekman - Zaak Beekman
- Ambra Abdullahi Hassan - Ambra Abdullahi Hassan
- Pasqua D'Ambra
- Alfredo Buttari - Alfredo Buttari
- Daniela di Serafino - Daniela di Serafino
- Thomas Amestoy - Thomas Amestoy

Loading…
Cancel
Save