Austin J. Garrett

Results 4 issues of Austin J. Garrett

Tested with `clang` version `15.0.7` on Ubuntu. The `main.cpp`: ```cpp #include #include #include int enzyme_dup; int enzyme_dupnoneed; int enzyme_out; int enzyme_const; template return_type __enzyme_fwddiff(void *, T...); template return_type __enzyme_autodiff(void *,...

Python 2 is close (1 year) to being deprecated. It took me maybe 20 minutes to update the code base to be compatible with Python 3, and it doesn't seem...

Tried on 10,000 reference points, 100 query points, and 3 feature dimensions, this crashes with the error: `RuntimeError: cuda runtime error (77) : an illegal memory access was encountered at...

This PR is for a fix for the `GraphicsManager::remove_collider_nodes` function in the testbed. The problem was that the entity was despawned but not removed from `GraphicsManager::b2sn`, creating an invalid state....