]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update test putput for CUDA 12627/head
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 5 Aug 2021 18:05:34 +0000 (18:05 +0000)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 5 Aug 2021 18:05:34 +0000 (18:05 +0000)
tests/cuda/array_view_access_data.debug.output
tests/cuda/array_view_wrong_memory.debug.output

index b50cbe5806c5f53135ea49072905b72864e9f31c..358929351edde6f0959fe913e5067c20043dc79e 100644 (file)
@@ -2,10 +2,11 @@
 DEAL::
 --------------------------------------------------------
 An error occurred in file <array_view.h> in function
-    dealii::ArrayView<ElementType, MemorySpaceType>::value_type& dealii::ArrayView<ElementType, MemorySpaceType>::operator[](std::size_t) const [with ElementType = unsigned int; MemorySpaceType = dealii::MemorySpace::CUDA; dealii::ArrayView<ElementType, MemorySpaceType>::value_type = unsigned int; std::size_t = long unsigned int]
+    dealii::ArrayView<ElementType, MemorySpace>::value_type& dealii::ArrayView<ElementType, MemorySpace>::operator[](std::size_t) const [with ElementType = unsigned int; MemorySpaceType = dealii::MemorySpace::CUDA; dealii::ArrayView<ElementType, MemorySpace>::value_type = unsigned int; std::size_t = long unsigned int]
 The violated condition was: 
     (std::is_same<MemorySpaceType, MemorySpace::Host>::value)
 Additional information: 
-    Accessing elements is only allowed if the data is stored in CPU memory!
+    Accessing elements is only allowed if the data is stored in CPU
+    memory!
 --------------------------------------------------------
 
index bc64f38489e4972a1423399a2dd9f3170fec7ffd..47c0f0e3f32a28c027bb704541a9fc39d6aa11ce 100644 (file)
@@ -4,22 +4,24 @@ DEAL::Testing device ArrayView with host memory
 DEAL::
 --------------------------------------------------------
 An error occurred in file <array_view.h> in function
-    dealii::ArrayView<ElementType, MemorySpaceType>::ArrayView(dealii::ArrayView<ElementType, MemorySpaceType>::value_type*, std::size_t) [with ElementType = unsigned int; MemorySpaceType = dealii::MemorySpace::CUDA; dealii::ArrayView<ElementType, MemorySpaceType>::value_type = unsigned int; std::size_t = long unsigned int]
+    dealii::ArrayView<ElementType, MemorySpace>::ArrayView(dealii::ArrayView<ElementType, MemorySpace>::value_type*, std::size_t) [with ElementType = unsigned int; MemorySpaceType = dealii::MemorySpace::CUDA; dealii::ArrayView<ElementType, MemorySpace>::value_type = unsigned int; std::size_t = long unsigned int]
 The violated condition was: 
     n_elements == 0 || internal::ArrayViewHelper::is_in_correct_memory_space<MemorySpaceType>( starting_element)
 Additional information: 
-    The memory space indicated by the template parameter and the one derived from the pointer value do not match!
+    The memory space indicated by the template parameter and the one
+    derived from the pointer value do not match!
 --------------------------------------------------------
 
 DEAL::Testing host ArrayView with device memory
 DEAL::
 --------------------------------------------------------
 An error occurred in file <array_view.h> in function
-    dealii::ArrayView<ElementType, MemorySpaceType>::ArrayView(dealii::ArrayView<ElementType, MemorySpaceType>::value_type*, std::size_t) [with ElementType = unsigned int; MemorySpaceType = dealii::MemorySpace::Host; dealii::ArrayView<ElementType, MemorySpaceType>::value_type = unsigned int; std::size_t = long unsigned int]
+    dealii::ArrayView<ElementType, MemorySpace>::ArrayView(dealii::ArrayView<ElementType, MemorySpace>::value_type*, std::size_t) [with ElementType = unsigned int; MemorySpaceType = dealii::MemorySpace::Host; dealii::ArrayView<ElementType, MemorySpace>::value_type = unsigned int; std::size_t = long unsigned int]
 The violated condition was: 
     n_elements == 0 || internal::ArrayViewHelper::is_in_correct_memory_space<MemorySpaceType>( starting_element)
 Additional information: 
-    The memory space indicated by the template parameter and the one derived from the pointer value do not match!
+    The memory space indicated by the template parameter and the one
+    derived from the pointer value do not match!
 --------------------------------------------------------
 
 DEAL::Testing device ArrayView with device memory

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.