AnamicX
Results
2
comments of
AnamicX
Yes, I was able to compile and run the tests successfully (in cxx20). `ParallelFor` works great, but since it doesn’t accept a dim3 parameter, I switched to using Launch instead....
Thanks for the clarification and your explanation! I think it would be great if the static assertion `static_assert("You should use ParallelFor()instead ofLaunch() for better semantics");` could be updated to properly...