Hi,
My question is about Nvidia A6000 GPU.
What are the available working precisions to perform floating point operations on A6000?
The spec sheet does not mention any double precision processing speed. Does that mean, one ‘cannot’ run DP operations on A6000? In particular does that mean even if I specify my variable as DP it will be taken as SP by default?
Also, according to information on spec sheets, the SP processing speed of A6000 seems to be far higher than the A100 SP processing speed, but still my SP programs run faster on A100. Does it has something to do with memory bandwidth here? Why are SP computations slower on A6000 compared to A100?
context: I do scientific computing using Fortran90 with OpenACC parallelism (nvfortran compiler).
spec sheet links:
link1
link2
Thank you.