Re: [deal.II] Problem compiling deal.II with CUDA

2023-05-01 Thread Daniel Arndt
Sean, we removed the implementation for atomic add for doubles for nvcc < 8 and compute capability < 6 in https://github.com/dealii/dealii/pull/10298 (maybe in error). I would expect that you could the code in that pull request as a patch. Best, Daniel On Sat, Apr 29, 2023 at 1:46 PM Sean

[deal.II] Problem compiling deal.II with CUDA

2023-04-29 Thread Sean Johnson
Hey everyone, Sorry I have been working on this problem for a few day. I believe the problem is with the mating of deal.II and CUDA because after installing CUDA it passed all the post installation tests. The error mentions the atomicAdd() function for doubles which is only for compute