forked from hz-b/rayx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherrors.txt
More file actions
271 lines (253 loc) · 67.9 KB
/
Copy patherrors.txt
File metadata and controls
271 lines (253 loc) · 67.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
Note that it's discouraged to switch between using compile.sh and VSCode calling CMake
Combining both might lead to an illegal state.
In this case you need to remove the build folder once.
Hint: If you're encountering problems compiling with cuda it might be necessary to select a specific compiler.
e.g. CXX=/usr/bin/g++-14 ./compile.sh --cuda
Updating git submodules ...
Compiling target 'all' ...
[1/5] Building CUDA object Intern/rayx-core/CMakeFiles/rayx-core.dir/src/Tracer/Tracer.cpp.o
FAILED: Intern/rayx-core/CMakeFiles/rayx-core.dir/src/Tracer/Tracer.cpp.o
/opt/cuda/bin/nvcc -forward-unknown-to-host-compiler -ccbin=/usr/bin/g++-14 -DALPAKA_ACC_CPU_B_OMP2_T_SEQ_ENABLED -DALPAKA_ACC_CPU_B_SEQ_T_SEQ_ENABLED -DALPAKA_ACC_GPU_CUDA_ENABLED -DALPAKA_BLOCK_SHARED_DYN_MEMBER_ALLOC_KIB=47 -DALPAKA_DEBUG=0 -DALPAKA_DISABLE_VENDOR_RNG -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DGLM_ENABLE_EXPERIMENTAL -DGLM_FORCE_UNRESTRICTED_GENTYPE -DGLM_FORCE_XYZW_ONLY -DH5_BUILT_AS_DYNAMIC_LIB -DRAYX_BUILD_DLL -DRAYX_CUDA_ENABLED -DRAYX_DATA_DIR=\"share/RAYX\" -DRAYX_FONTS_DIR=\"share/fonts/RAYX\" -DRAYX_INSTALL_PREFIX=\"/usr/local\" -DRAYX_OPENMP_ENABLED -DRAYX_PACKAGE_INSTALL_DIR=\"\" -DRAYX_PLATFORM_GCC -DRAYX_PROJECT_DIR=\"/home/jannis/Projects/rayx\" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200809L -Drayx_core_EXPORTS -I/home/jannis/Projects/rayx/Intern/rayx-core/src -I/home/jannis/Projects/rayx/Extern/highfive/include -isystem /opt/cuda/targets/x86_64-linux/include -isystem /home/jannis/Projects/rayx/Intern/rayx-core/../../Extern/glm/glm -isystem /home/jannis/Projects/rayx/Intern/rayx-core/../../Extern/rapidxml-1.13 -isystem /home/jannis/Projects/rayx/Intern/rayx-core/../../Extern/VMA/include -isystem /home/jannis/Projects/rayx/Intern/rayx-core/../../Extern/alpaka/include -isystem /home/jannis/Projects/rayx/Extern/alpaka/include -O3 -DNDEBUG -std=c++20 "--generate-code=arch=compute_52,code=[compute_52,sm_52]" -Xcompiler=-fPIC -Xcompiler=\"-fopenmp\" -Wall -Wextra -Xcompiler=\"-fvisibility=hidden\" --extended-lambda --expt-relaxed-constexpr -Xcompiler -fopenmp --display-error-number -MD -MT Intern/rayx-core/CMakeFiles/rayx-core.dir/src/Tracer/Tracer.cpp.o -MF Intern/rayx-core/CMakeFiles/rayx-core.dir/src/Tracer/Tracer.cpp.o.d -x cu -rdc=true -c /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp -o Intern/rayx-core/CMakeFiles/rayx-core.dir/src/Tracer/Tracer.cpp.o
nvcc warning : Support for offline compilation for architectures prior to '<compute/sm/lto>_75' will be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/elem/Traits.hpp(21): error: incomplete type "alpaka::trait::ElemType<std::remove_reference_t<RAYX::Resources<RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>::Acc>::Buf<__nv_bool> &>, void>" (aka "alpaka::trait::ElemType<std::remove_reference_t<std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &>, void>") is not allowed
using Elem = std::remove_volatile_t<typename trait::ElemType<TView>::type>;
^
detected during:
instantiation of type "alpaka::Elem<std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>>>" at line 257 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccGpuUniformCudaHipRt<alpaka::ApiCudaRt, std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagGpuCudaRt]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 6 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Args=<<unnamed>::DeviceIndex &>]" at line 16 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/idx/Traits.hpp(29): error: incomplete type "alpaka::trait::IdxType<std::remove_reference_t<RAYX::Resources<RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>::Acc>::Buf<__nv_bool> &>, void>" (aka "alpaka::trait::IdxType<std::remove_reference_t<std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &>, void>") is not allowed
using Idx = typename trait::IdxType<T>::type;
^
detected during:
instantiation of type "alpaka::Idx<std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>>>" at line 259 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccGpuUniformCudaHipRt<alpaka::ApiCudaRt, std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagGpuCudaRt]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 6 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Args=<<unnamed>::DeviceIndex &>]" at line 16 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/dim/Traits.hpp(19): error: incomplete type "alpaka::trait::DimType<std::remove_reference_t<RAYX::Resources<RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>::Acc>::Buf<__nv_bool> &>, void>" (aka "alpaka::trait::DimType<std::remove_reference_t<std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &>, void>") is not allowed
using Dim = typename trait::DimType<T>::type;
^
detected during:
instantiation of type "alpaka::Dim<std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>>>" at line 265 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccGpuUniformCudaHipRt<alpaka::ApiCudaRt, std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagGpuCudaRt]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 6 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Args=<<unnamed>::DeviceIndex &>]" at line 16 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp(265): error: name followed by "::" must be a class or namespace name
Dim<TViewDst>::value == Dim<TViewSrc>::value,
^
detected during:
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccGpuUniformCudaHipRt<alpaka::ApiCudaRt, std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagGpuCudaRt]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
implicit generation of "RAYX::MegaKernelTracer<AccTag>::~MegaKernelTracer() noexcept [with AccTag=alpaka::TagGpuCudaRt]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 5 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Args=<<unnamed>::DeviceIndex &>]" at line 16 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp(268): error: name followed by "::" must be a class or namespace name
Dim<TViewDst>::value == Dim<TExtent>::value,
^
detected during:
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccGpuUniformCudaHipRt<alpaka::ApiCudaRt, std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagGpuCudaRt]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
implicit generation of "RAYX::MegaKernelTracer<AccTag>::~MegaKernelTracer() noexcept [with AccTag=alpaka::TagGpuCudaRt]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 5 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Args=<<unnamed>::DeviceIndex &>]" at line 16 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/type_traits(959): error: class "std::__and_<std::is_arithmetic<<error-type>>, std::__not_<std::is_signed<<error-type>>>>" has no member class "type"
: public __and_<is_arithmetic<_Tp>, __not_<is_signed<_Tp>>>::type
^
detected during:
instantiation of class "std::is_unsigned<_Tp> [with _Tp=<error-type>]" at line 3395
instantiation of "const __nv_bool std::is_unsigned_v [with _Tp=<error-type>]" at line 18 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/meta/Integral.hpp
instantiation of type "alpaka::meta::IsIntegralSuperset<<error-type>, int>" at line 274 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 8 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Args=<<unnamed>::DeviceIndex &>]" at line 16 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/type_traits(3395): error: class "std::is_unsigned<<error-type>>" has no member "value"
inline constexpr bool is_unsigned_v = is_unsigned<_Tp>::value;
^
detected during:
instantiation of "const __nv_bool std::is_unsigned_v [with _Tp=<error-type>]" at line 18 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/meta/Integral.hpp
instantiation of type "alpaka::meta::IsIntegralSuperset<<error-type>, int>" at line 274 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccGpuUniformCudaHipRt<alpaka::ApiCudaRt, std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 7 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Args=<<unnamed>::DeviceIndex &>]" at line 16 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/dev/Traits.hpp(56): error: incomplete type "alpaka::trait::DevType<std::remove_reference_t<RAYX::Resources<RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>::Acc>::Buf<__nv_bool> &>, void>" (aka "alpaka::trait::DevType<std::remove_reference_t<std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &>, void>") is not allowed
using Dev = typename trait::DevType<T>::type;
^
detected during:
instantiation of type "alpaka::Dev<std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>>>" at line 280 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccGpuUniformCudaHipRt<alpaka::ApiCudaRt, std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagGpuCudaRt]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 6 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Args=<<unnamed>::DeviceIndex &>]" at line 16 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp(280): error: incomplete type "alpaka::trait::CreateTaskMemcpy<alpaka::Dim<std::remove_reference_t<RAYX::Resources<RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>::Acc>::Buf<__nv_bool> &>>, alpaka::Dev<std::remove_reference_t<RAYX::Resources<RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>::Acc>::Buf<__nv_bool> &>>, alpaka::Dev<alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, alpaka::Dim<alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>>, alpaka::Idx<alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>>>>, void>" (aka "alpaka::trait::CreateTaskMemcpy<alpaka::Dim<std::remove_reference_t<std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &>>, alpaka::Dev<std::remove_reference_t<std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &>>, alpaka::DevCpu, void>") is not allowed
return trait::CreateTaskMemcpy<Dim<TViewDst>, Dev<TViewDst>, Dev<TViewSrc>>::createTaskMemcpy(
^
detected during:
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccGpuUniformCudaHipRt<alpaka::ApiCudaRt, std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::uniform_cuda_hip::detail::QueueUniformCudaHipRt<alpaka::ApiCudaRt, true>]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagGpuCudaRt]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
implicit generation of "RAYX::MegaKernelTracer<AccTag>::~MegaKernelTracer() noexcept [with AccTag=alpaka::TagGpuCudaRt]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 5 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>, _Args=<<unnamed>::DeviceIndex &>]" at line 16 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/elem/Traits.hpp(21): error: incomplete type "alpaka::trait::ElemType<std::remove_reference_t<RAYX::Resources<RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>::Acc>::Buf<__nv_bool> &>, void>" (aka "alpaka::trait::ElemType<std::remove_reference_t<std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &>, void>") is not allowed
using Elem = std::remove_volatile_t<typename trait::ElemType<TView>::type>;
^
detected during:
instantiation of type "alpaka::Elem<std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>>>" at line 257 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::QueueCpuBlocking]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccCpuOmp2Blocks<std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::QueueCpuBlocking]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagCpuOmp2Blocks]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 6 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Args=<<unnamed>::DeviceIndex &>]" at line 34 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/idx/Traits.hpp(29): error: incomplete type "alpaka::trait::IdxType<std::remove_reference_t<RAYX::Resources<RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>::Acc>::Buf<__nv_bool> &>, void>" (aka "alpaka::trait::IdxType<std::remove_reference_t<std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &>, void>") is not allowed
using Idx = typename trait::IdxType<T>::type;
^
detected during:
instantiation of type "alpaka::Idx<std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>>>" at line 259 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::QueueCpuBlocking]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccCpuOmp2Blocks<std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::QueueCpuBlocking]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagCpuOmp2Blocks]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 6 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Args=<<unnamed>::DeviceIndex &>]" at line 34 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/dim/Traits.hpp(19): error: incomplete type "alpaka::trait::DimType<std::remove_reference_t<RAYX::Resources<RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>::Acc>::Buf<__nv_bool> &>, void>" (aka "alpaka::trait::DimType<std::remove_reference_t<std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &>, void>") is not allowed
using Dim = typename trait::DimType<T>::type;
^
detected during:
instantiation of type "alpaka::Dim<std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>>>" at line 265 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::QueueCpuBlocking]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccCpuOmp2Blocks<std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::QueueCpuBlocking]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagCpuOmp2Blocks]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 6 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Args=<<unnamed>::DeviceIndex &>]" at line 34 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp(265): error: name followed by "::" must be a class or namespace name
Dim<TViewDst>::value == Dim<TViewSrc>::value,
^
detected during:
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::QueueCpuBlocking]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccCpuOmp2Blocks<std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::QueueCpuBlocking]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagCpuOmp2Blocks]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
implicit generation of "RAYX::MegaKernelTracer<AccTag>::~MegaKernelTracer() noexcept [with AccTag=alpaka::TagCpuOmp2Blocks]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 5 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Args=<<unnamed>::DeviceIndex &>]" at line 34 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp(268): error: name followed by "::" must be a class or namespace name
Dim<TViewDst>::value == Dim<TExtent>::value,
^
detected during:
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::QueueCpuBlocking]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccCpuOmp2Blocks<std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::QueueCpuBlocking]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagCpuOmp2Blocks]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
implicit generation of "RAYX::MegaKernelTracer<AccTag>::~MegaKernelTracer() noexcept [with AccTag=alpaka::TagCpuOmp2Blocks]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 5 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Args=<<unnamed>::DeviceIndex &>]" at line 34 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/dev/Traits.hpp(56): error: incomplete type "alpaka::trait::DevType<std::remove_reference_t<RAYX::Resources<RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>::Acc>::Buf<__nv_bool> &>, void>" (aka "alpaka::trait::DevType<std::remove_reference_t<std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &>, void>") is not allowed
using Dev = typename trait::DevType<T>::type;
^
detected during:
instantiation of type "alpaka::Dev<std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>>>" at line 280 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309 of /home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::QueueCpuBlocking]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccCpuOmp2Blocks<std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::QueueCpuBlocking]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagCpuOmp2Blocks]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 6 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Args=<<unnamed>::DeviceIndex &>]" at line 34 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
/home/jannis/Projects/rayx/Extern/alpaka/include/alpaka/mem/view/Traits.hpp(280): error: incomplete type "alpaka::trait::CreateTaskMemcpy<alpaka::Dim<std::remove_reference_t<RAYX::Resources<RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>::Acc>::Buf<__nv_bool> &>>, alpaka::Dev<std::remove_reference_t<RAYX::Resources<RAYX::MegaKernelTracer<alpaka::TagGpuCudaRt>::Acc>::Buf<__nv_bool> &>>, alpaka::Dev<alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, alpaka::Dim<alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>>, alpaka::Idx<alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>>>>, void>" (aka "alpaka::trait::CreateTaskMemcpy<alpaka::Dim<std::remove_reference_t<std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &>>, alpaka::Dev<std::remove_reference_t<std::optional<alpaka::BufUniformCudaHipRt<alpaka::ApiCudaRt, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &>>, alpaka::DevCpu, void>") is not allowed
return trait::CreateTaskMemcpy<Dim<TViewDst>, Dev<TViewDst>, Dev<TViewSrc>>::createTaskMemcpy(
^
detected during:
instantiation of "auto alpaka::createTaskMemcpy(TViewDstFwd &&, const TViewSrc &, const TExtent &) [with TExtent=alpaka::Vec<std::integral_constant<std::size_t, 1UL>, int>, TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &]" at line 309
instantiation of "auto alpaka::memcpy(TQueue &, TViewDstFwd &&, const TViewSrc &)->void [with TViewSrc=alpaka::ViewPlainPtr<alpaka::DevCpu, __nv_bool, std::integral_constant<std::size_t, 1UL>, int>, TViewDstFwd=std::optional<alpaka::BufCpu<__nv_bool, std::integral_constant<std::size_t, 1UL>, int>> &, TQueue=alpaka::QueueCpuBlocking]" at line 111 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::Resources<Acc>::Config RAYX::Resources<Acc>::update(Queue, const RAYX::Group &, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &) [with Acc=alpaka::AccCpuOmp2Blocks<std::integral_constant<std::size_t, 1UL>, int>, Queue=alpaka::QueueCpuBlocking]" at line 180 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
instantiation of "RAYX::RaySoA RAYX::MegaKernelTracer<AccTag>::trace(const RAYX::Group &, RAYX::Sequential, int, int, const std::vector<__nv_bool, std::allocator<__nv_bool>> &, RAYX::RayAttrFlag) [with AccTag=alpaka::TagCpuOmp2Blocks]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
implicit generation of "RAYX::MegaKernelTracer<AccTag>::~MegaKernelTracer() noexcept [with AccTag=alpaka::TagCpuOmp2Blocks]" at line 149 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/MegaKernelTracer.h
[ 5 instantiation contexts not shown ]
instantiation of "std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Lp=__gnu_cxx::_S_atomic, _Args=<<unnamed>::DeviceIndex &>]" at line 970 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_count<_Lp>::__shared_count(_Tp *&, std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Lp=__gnu_cxx::_S_atomic, _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1714 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr_base.h
instantiation of "std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Lp=__gnu_cxx::_S_atomic, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 464 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Alloc>, _Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Alloc=std::allocator<void>, _Args=<<unnamed>::DeviceIndex &>]" at line 1008 of /usr/lib/gcc/x86_64-pc-linux-gnu/14.3.1/include/c++/bits/shared_ptr.h
instantiation of "std::shared_ptr<std::_NonArray<_Tp>> std::make_shared<_Tp,_Args...>(_Args &&...) [with _Tp=RAYX::MegaKernelTracer<alpaka::TagCpuOmp2Blocks>, _Args=<<unnamed>::DeviceIndex &>]" at line 34 of /home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp
16 errors detected in the compilation of "/home/jannis/Projects/rayx/Intern/rayx-core/src/Tracer/Tracer.cpp".
ninja: build stopped: subcommand failed.