ntw-au

Results 8 comments of ntw-au

> Hello, is it possible to set the size of `/dev/shm` now for SageMaker training jobs? We're running into the same issue. I'm also keen to have either higher or...

This issue also affects the latest PyTorch 2.2 image, `763104351884.dkr.ecr.us-west-2.amazonaws.com/pytorch-training:2.2.0-gpu-py310-cu121-ubuntu20.04-sagemaker-v1.12` ``` root@9dc3329bb310:/# torchrun --nnodes 1 --nproc_per_node 1 test_distributed.py 3.10.13 | packaged by conda-forge | (main, Oct 26 2023, 18:07:37) [GCC...

This issue does _not_ affect the latest PyTorch 2.1 image, `763104351884.dkr.ecr.us-west-2.amazonaws.com/pytorch-training:2.1.0-gpu-py310-cu121-ubuntu20.04-sagemaker-v1.7` ``` root@0c8bbd57afdf:/# NCCL_DEBUG=warning torchrun --nnodes 1 --nproc_per_node 1 test_distributed.py 3.10.12 | packaged by conda-forge | (main, Jun 23 2023,...

Thanks @sirutBuasai, I have done some more research and this appears to be an issue with NVIDIA software running on the host: https://github.com/tensorflow/tensorflow/issues/68710, https://github.com/NVIDIA/nvidia-container-toolkit/issues/520, https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.15.0. While I haven't been able...

I can confirm that this issue affects us on Conan 1.66 (downloaded from `pip`) and Build Tools 2022 (direct from Microsoft). We install inside our container into `C:\BuildTools` with only...

Well, workaround for having an unexpected extra Visual Studio installation at least. I've looked into it and found that, in our case, the additional VS Build Tools has come from...

Additional test case with a multipolygon and polygon (both double precision), tested on MSVC 19.44 (Windows 11) and GCC 13.3 (Ubuntu 24.04 LTS). ```c++ #include #include namespace { using PointD...

@barendgehrels, unfortunately neither geometry case succeeds under [Boost 1.89.0 Beta1](https://github.com/boostorg/boost/releases/tag/boost-1.89.0.beta1). Both produce a failed union message as below: ``` Boost version: 108900 Failed union! ```