Nicholas Quentin Haas
Nicholas Quentin Haas
We are seeing `Crash variant 3` seemingly randomly in 0.9.8+OpenGL, especially on slower systems... we are thinking it is a race condition.
Observed this in the CARLA 0.9.12 container in Ubuntu 18.04 with a consumer Kepler GPU, seems random
In addition to adding the `#include` mentioned by @Acebee , I also had to make it not halt on warnings by removing the `-Werror` from `Engine/Source/Programs/UnrealBuildTool/Platform/Linux/LinuxToolChain.cs`. With UE4.25.4 I was...
Singularity support would be quite useful to more than just HPC users. For example, many of our production multi-user systems have Singularity, but not docker. Our IT policy doesn't permit...
We normally just create [singularity friendly](https://github.com/singularityhub/docker2singularity#tips-for-making-docker-images-compatible-with-singularity) docker images based on the upstream [cuda images](https://gitlab.com/nvidia/container-images/cuda) and [build singularity images from the docker images](https://sylabs.io/guides/3.5/user-guide/singularity_and_docker.html#building-images-for-singularity-from-docker-registries). We would use the [ngc pytorch](https://ngc.nvidia.com/catalog/containers/nvidia:pytorch) image as...
> > let's upgrade to manylinux2014 for now > > @malfet: is that "stop creating linux86_64 and create only manylinux2014 instead" or "add manylinux2014 wheels in addition to the linux86_64...
> Yes, that does look like a typo. Are the wheels being built? xref #979 Honestly, I'm having trouble building the wheels inside either container 'the right way' because I'm...
Noticed this last night, `MANY_LINUX_VERSON` appears only once in this entire repo, almost certainly a typo and they meant `MANY_LINUX_VERSION`. Further, given the `set -eou pipefail` settings, it should fail,...
My employer (Oak Ridge National Laboratory) has reached out to `[email protected]` concerning the CLA, please check inbox for emails from 'ornl.gov' email addresses.
Had similar issues in [EL7](https://github.com/NVIDIA/cuda-samples/issues/33)