Max

Results 14 issues of Max

`TMemoCache` also has a similar global init race condition where the tables are computed by multiple threads in parallel and then assigned multiple times, whereby leaking memory (albeit only once)....

stale-pr

When plotting larger plots, like 18700G (ie. 160 plots) the farmer crashes with a stack-overflow during the initial re-commit after the sync is done. At this point you see these...

bug

To all contributors of this repository, could you please give your approval or disapproval of the recent license change to Apache License 2.0 ? Contributors are listed below in the...

fixed transformation error for centered_laser_pose_ computation in case of laser mounted upside down tf::createQuaternionFromRPY() takes fixed angles as input such that angle_center is not affected by the 180 deg roll

could someone review this enhancement?

When trying to compile for Nvidia using cmake I get the following error: ``` export HIP_PLATFORM=nvidia export CC=/opt/rocm/bin/hipcc export CXX=/opt/rocm/bin/hipcc ``` ``` -- The C compiler identification is GNU 9.4.0...

It seems we have to compile two binaries or shared libraries, one for AMD and one for Nvidia. But then the question is still how to detect which GPUs are...