Created
December 6, 2024 21:14
-
-
Save jeffhammond/c8a267bea01a536e3d9c22248f7e7895 to your computer and use it in GitHub Desktop.
magma fail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 0%] Building CUDA object CMakeFiles/magma.dir/magmablas/zgbtf2_kernels.cu.o | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:436:13: error: macro "max" requires 2 arguments, but only 1 given | |
| 436 | max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:437:44: error: macro "max" requires 2 arguments, but only 1 given | |
| 437 | { return numeric_limits<_Rep>::max(); } | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:440:13: error: macro "min" requires 2 arguments, but only 1 given | |
| 440 | min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:627:13: error: macro "min" requires 2 arguments, but only 1 given | |
| 627 | min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:628:53: error: macro "min" requires 2 arguments, but only 1 given | |
| 628 | { return duration(duration_values<rep>::min()); } | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:631:13: error: macro "max" requires 2 arguments, but only 1 given | |
| 631 | max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:632:53: error: macro "max" requires 2 arguments, but only 1 given | |
| 632 | { return duration(duration_values<rep>::max()); } | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:942:13: error: macro "min" requires 2 arguments, but only 1 given | |
| 942 | min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:943:43: error: macro "min" requires 2 arguments, but only 1 given | |
| 943 | { return time_point(duration::min()); } | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:946:13: error: macro "max" requires 2 arguments, but only 1 given | |
| 946 | max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:947:43: error: macro "max" requires 2 arguments, but only 1 given | |
| 947 | { return time_point(duration::max()); } | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:1132:49: error: macro "min" requires 2 arguments, but only 1 given | |
| 1132 | static_assert(system_clock::duration::min() | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:3235:37: error: macro "min" requires 2 arguments, but only 1 given | |
| 3235 | operator""min(long double __mins) | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:838, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/include/c++/11/chrono:3241:21: error: macro "min" requires 2 arguments, but only 1 given | |
| 3241 | operator""min() | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:155:59: error: macro "min" requires 2 arguments, but only 1 given | |
| 155 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:159:59: error: macro "max" requires 2 arguments, but only 1 given | |
| 159 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:249:59: error: macro "min" requires 2 arguments, but only 1 given | |
| 249 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:253:59: error: macro "max" requires 2 arguments, but only 1 given | |
| 253 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:259:16: error: macro "min" requires 2 arguments, but only 1 given | |
| 259 | return min(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:328:59: error: macro "min" requires 2 arguments, but only 1 given | |
| 328 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:332:59: error: macro "max" requires 2 arguments, but only 1 given | |
| 332 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:338:16: error: macro "min" requires 2 arguments, but only 1 given | |
| 338 | return min(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:401:59: error: macro "min" requires 2 arguments, but only 1 given | |
| 401 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:405:59: error: macro "max" requires 2 arguments, but only 1 given | |
| 405 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:411:17: error: macro "max" requires 2 arguments, but only 1 given | |
| 411 | return -max(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:489:59: error: macro "min" requires 2 arguments, but only 1 given | |
| 489 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:493:59: error: macro "max" requires 2 arguments, but only 1 given | |
| 493 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:499:17: error: macro "max" requires 2 arguments, but only 1 given | |
| 499 | return -max(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:653:59: error: macro "min" requires 2 arguments, but only 1 given | |
| 653 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:655:24: error: macro "min" requires 2 arguments, but only 1 given | |
| 655 | return __base::min(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:657:59: error: macro "max" requires 2 arguments, but only 1 given | |
| 657 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:659:24: error: macro "max" requires 2 arguments, but only 1 given | |
| 659 | return __base::max(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:773:59: error: macro "min" requires 2 arguments, but only 1 given | |
| 773 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:775:24: error: macro "min" requires 2 arguments, but only 1 given | |
| 775 | return __base::min(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:777:59: error: macro "max" requires 2 arguments, but only 1 given | |
| 777 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:779:24: error: macro "max" requires 2 arguments, but only 1 given | |
| 779 | return __base::max(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:893:59: error: macro "min" requires 2 arguments, but only 1 given | |
| 893 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:895:24: error: macro "min" requires 2 arguments, but only 1 given | |
| 895 | return __base::min(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:897:59: error: macro "max" requires 2 arguments, but only 1 given | |
| 897 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:899:24: error: macro "max" requires 2 arguments, but only 1 given | |
| 899 | return __base::max(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:1013:59: error: macro "min" requires 2 arguments, but only 1 given | |
| 1013 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:1015:24: error: macro "min" requires 2 arguments, but only 1 given | |
| 1015 | return __base::min(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:1017:59: error: macro "max" requires 2 arguments, but only 1 given | |
| 1017 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr type max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/limits:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:849, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/limits:1019:24: error: macro "max" requires 2 arguments, but only 1 given | |
| 1019 | return __base::max(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:993:59: error: macro "max" requires 2 arguments, but only 1 given | |
| 993 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr _Rep max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:995:38: error: macro "max" requires 2 arguments, but only 1 given | |
| 995 | return numeric_limits<_Rep>::max(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:997:59: error: macro "min" requires 2 arguments, but only 1 given | |
| 997 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr _Rep min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:1189:63: error: macro "min" requires 2 arguments, but only 1 given | |
| 1189 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr duration min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:1191:47: error: macro "min" requires 2 arguments, but only 1 given | |
| 1191 | return duration(duration_values<rep>::min()); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:1193:63: error: macro "max" requires 2 arguments, but only 1 given | |
| 1193 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr duration max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:1195:47: error: macro "max" requires 2 arguments, but only 1 given | |
| 1195 | return duration(duration_values<rep>::max()); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:1447:65: error: macro "min" requires 2 arguments, but only 1 given | |
| 1447 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr time_point min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:1449:37: error: macro "min" requires 2 arguments, but only 1 given | |
| 1449 | return time_point(duration::min()); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:1451:65: error: macro "max" requires 2 arguments, but only 1 given | |
| 1451 | _LIBCUDACXX_INLINE_VISIBILITY static constexpr time_point max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:1453:37: error: macro "max" requires 2 arguments, but only 1 given | |
| 1453 | return time_point(duration::max()); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:1932:66: error: macro "min" requires 2 arguments, but only 1 given | |
| 1932 | _LIBCUDACXX_INLINE_VISIBILITY static inline constexpr year min() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:1936:66: error: macro "max" requires 2 arguments, but only 1 given | |
| 1936 | _LIBCUDACXX_INLINE_VISIBILITY static inline constexpr year max() noexcept | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:2006:31: error: macro "min" requires 2 arguments, but only 1 given | |
| 2006 | return static_cast<int>(min()) <= __y && __y <= static_cast<int>(max()); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:2006:72: error: macro "max" requires 2 arguments, but only 1 given | |
| 2006 | return static_cast<int>(min()) <= __y && __y <= static_cast<int>(max()); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:3625:93: error: macro "min" requires 2 arguments, but only 1 given | |
| 3625 | _LIBCUDACXX_INLINE_VISIBILITY constexpr chrono::minutes operator""min(unsigned long long __m) | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/chrono:26, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/chrono:3631:30: error: macro "min" requires 2 arguments, but only 1 given | |
| 3631 | operator""min(long double __m) | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:247: note: macro "min" defined here | |
| 247 | #define min(a, b) ((a) < (b) ? (a) : (b)) | |
| | | |
| In file included from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__atomic/wait/polling.h:27, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/atomic:41, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/std/__cuda/atomic.h:24, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cuda/atomic:14, | |
| from /usr/local/cuda/targets/x86_64-linux/include/cooperative_groups.h:61, | |
| from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:15: | |
| /usr/local/cuda/targets/x86_64-linux/include/cuda/std/detail/libcxx/include/__threading_support:307:63: error: macro "max" requires 2 arguments, but only 1 given | |
| 307 | constexpr ts_sec __ts_sec_max = numeric_limits<ts_sec>::max(); | |
| | ^ | |
| In file included from /home/username/XYZ/magma-2.8.0/magmablas/zgbtf2_kernels.cu:13: | |
| /home/username/XYZ/magma-2.8.0/control/magma_internal.h:243: note: macro "max" defined here | |
| 243 | #define max(a, b) ((a) > (b) ? (a) : (b)) | |
| | | |
| make[2]: *** [CMakeFiles/magma.dir/build.make:5450: CMakeFiles/magma.dir/magmablas/zgbtf2_kernels.cu.o] Error 1 | |
| make[1]: *** [CMakeFiles/Makefile2:1355: CMakeFiles/magma.dir/all] Error 2 | |
| make: *** [Makefile:136: all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment