sliwowitz

Results 11 issues of sliwowitz

This is an example of using Catch2 facilities for benchmarking. Putting this into Draft mode, since it's still WIP. It compiles, runs, but returns a wrong result, and probably also...

Type:Enhancement
Type:Testing

Provide API for stateless operation of the Philox random generator. This would also solve issue #710

Our random number distributions are living inside the same files as our random number generators. For some of them this might make sense (e.g. CUDA distributions which will not work...

Box-Muller method is a fast way to generate normally distributed random numbers - especially on the GPU. This is mentioned in the [documentation](https://www.thesalmons.org/john/random123/releases/1.11.2pre/docs/) of the reference implemetation of the Philox...

I'm trying to run `depthai-unity` on Ubuntu with an OAK-D-Lite sensor. If I build the Playground scene, it dies when attempting to switch (sub)scenes by the arrow buttons, or the...

When I run any of the example scenes - the Playground main scene or any of the sub-scenes in ..., the Editor dies after I click the paly button the...

When running manage.py admin_views_install_templates, template_dirs is a set which cannot be indexed by []. $ ./manage.py admin_views_install_templates Traceback (most recent call last): File "./manage.py", line 10, in execute_from_command_line(sys.argv) File "..../python2.7/site-packages/django/core/management/**init**.py",...

**Describe the bug** The "File" input box in CMake Bulid properties will not expand eclipse variables such as ${workspace_loc}, and passes the ${workspace_loc} (or whatever) verbatim to "cmake -C" instead....

enhancement

The `explicit Vec(F&& generator, std::integer_sequence)` accepted a parameter pack of `TVal` which is defined to be the inner vector value and can possible be non-integral, which makes it invalid in...

Type:Bug

The `CudaVectorArrayWrapper` class used to provide `operator[]` and some other STL-like features to small CUDA vectors (like `uint4`, `float2`, etc.) It was used in GPU Philox implementations as storage for...

Type:Refactoring
Backend:CUDA
Backend:HIP