triSYCL / path_tracer

Experimental path tracing with C++20 and SYCL
Apache License 2.0
24 stars 6 forks source link

replace std::vector with std::array in device code. #16

Closed Ralender closed 3 years ago

Ralender commented 3 years ago

it is not possible to compile std::vector on device

keryell commented 3 years ago

We need to simplify this code in the future.