AstroAccelerateOrg / astro-accelerate

AstroAccelerate is a many-core accelerated software package for processing time-domain radio-astronomy data.
https://www.oerc.ox.ac.uk/research-groups/astroaccelerate/
GNU General Public License v3.0
42 stars 16 forks source link

Can astro-accelerate run on a A100 GPU (Ampere architecture) ? #270

Closed astro-sjgao closed 1 year ago

astro-sjgao commented 2 years ago

Information of my GPU is as follows: NVIDIA-SMI 470.141.03 Driver Version: 470.141.03 CUDA Version: 11.4

jan2nov commented 1 year ago

Hello,

yes AstroAccelerate can run on A100 architecture. During the launching of cmake you just need to pass the right cuda capability 8.0:

> mkdir build
> cmake -DCUDA_ARCH="8.0" ../
> make

This way you should be able to run AstroAccelerate on A100 GPU.

jan2nov commented 1 year ago

Closed