Nicholas Quentin Haas
Nicholas Quentin Haas
### 1. Issue or feature description Vulkan appears to be broken on Enterprise Linux 8.3 x86-64 hosts, it has worked for us before, not sure what changed or when. OpenGL...
I'm seeing [this exception](https://github.com/HewlettPackard/dlcookbook-dlbs/blob/10f379be926907c784778fd1c79bb696b383f1a1/python/pytorch_benchmarks/benchmarks.py#L43) when running dlbs with PyTorch 1.6. Supposedly, much of apex's functionality was rolled into [PyTorch 1.6](https://github.com/NVIDIA/apex/issues/502#issuecomment-535674172). If so, this dependency can likely be removed?
As described in [this comment of issue 969](https://github.com/pytorch/builder/issues/969#issuecomment-1050842719), it appears two different typos (`MANYLINUX_VERSION` vs `MANY_LINUX_VERSION` and `MANY_LINUX_VERSION` vs `MANY_LINUX_VERSON`) hid the fact the environment variable `MANYLINUX_VERSION` was being ignored...
The third-party okay repo (apparently) once used to deploy `ninja-build` package to the [original manywheel docker image](https://github.com/pytorch/builder/blob/main/manywheel/Dockerfile#L143) and [2014 manywheel docker image](https://github.com/pytorch/builder/blob/main/manywheel/Dockerfile_2014#L125) is no longer needed since the [epel7 package...
Per the [spawnnpc](https://github.com/carla-simulator/carla/blob/0.9.11/PythonAPI/examples/spawn_npc.py#L200) example, the suggested way to get spawn points for walkers is to use `get_random_location_from_navigation`. For vehicles, if one wants to avoid spawn point collisions and maximize the...
A few CARLA users at my organization, as well as users here (Issue #2602), appear to be encountering the following 'error' when running 'CarlaUE4.sh' from a carla deployment where they...
First off, thank you for taking over this project and updating it! Many other wifi related Python packages are abandoned... I created the attached file to loop over available frequencies...
Embree (2.8.x at least) includes the intersected primitive's (facet's) unnormalized geometry normal (Ng) in its intersection return data. While trying to port some code from Embree to RadeonRays, I noticed...
Recently, had a 'PI' collision between the one defined in RadeonRays and another sourcebase (which was using 'PI' as a namespace). While an `#undef PI` easily solved the issue, moving...
The base image of [`pytorch/pytorch:1.4-cuda10.1-cudnn7-devel`](https://hub.docker.com/layers/pytorch/pytorch/1.4-cuda10.1-cudnn7-devel/images/sha256-c612782acc39256aac0637d58d297644066c62f6f84f0b88cfdc335bb25d0d22) is ~2 years old and it appears that the nvidia apt repository leveraged by it has had its pkis revoked or they have expired, resulting...