]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated atomicAdd_wrapper 14031/head
authorDaniel Arndt <arndtd@ornl.gov>
Wed, 22 Jun 2022 12:31:13 +0000 (08:31 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Wed, 22 Jun 2022 12:34:16 +0000 (08:34 -0400)
doc/news/changes/incompatibilities/20220622Arndt [new file with mode: 0644]
include/deal.II/lac/cuda_atomic.h

diff --git a/doc/news/changes/incompatibilities/20220622Arndt b/doc/news/changes/incompatibilities/20220622Arndt
new file mode 100644 (file)
index 0000000..5894928
--- /dev/null
@@ -0,0 +1,4 @@
+Removed: The deprecated LinearAlgebra::CUDAWrappers::atomicAdd_wrapper
+has been removed.
+<br>
+(Daniel Arndt, 2022/06/22)
index 5c56f1f4a635166f414ff75de5c3ae96d90e7abb..9edcbcde4631ad4e6667b56f4a18a5d9a6a789dc 100644 (file)
@@ -26,36 +26,6 @@ namespace LinearAlgebra
 {
   namespace CUDAWrappers
   {
-    /**
-     * Provide atomicAdd for floats.
-     *
-     * @deprecated Use atomicAdd(address, val) directly.
-     * @ingroup CUDAWrappers
-     */
-    DEAL_II_DEPRECATED
-    inline __device__ float
-    atomicAdd_wrapper(float *address, float val)
-    {
-      return atomicAdd(address, val);
-    }
-
-
-
-    /**
-     * Provide atomicAdd for doubles.
-     *
-     * @deprecated Use atomicAdd(address, val) directly.
-     * @ingroup CUDAWrappers
-     */
-    DEAL_II_DEPRECATED
-    inline __device__ double
-    atomicAdd_wrapper(double *address, double val)
-    {
-      return atomicAdd(address, val);
-    }
-
-
-
     /**
      * Provide atomicMax for floats.
      *

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.