Skip to content

Kernel died on CoverageMap with 1080Ti GPU ad Docker #650

Open
@lillidith

Description

@lillidith

Hi,
I set up the Sionna environment with docker using the associated makefile.
The Notebook Sionna_Ray_Tracing_Coverage_Map.ipynb con load the libraries, and the GPU is correctly configured.
The scene is loaded successfully, but the kernel died when I computed:

cm = scene.coverage_map(max_depth=2,           # Maximum number of ray scene interactions
                        num_samples=int(2e6), # If you increase: less noise, but more memory required
                        cm_cell_size=(5, 5),   # Resolution of the coverage map
                        cm_center=[0, 0, 0],   # Center of the coverage map
                        cm_size=[400, 400],    # Total size of the coverage map
                        cm_orientation=[0, 0, 0]) # Orientation of the coverage map, e.g., could be also vertical

The same configuration works fine and smooth on Server with RTX A5000 and A100 GPUs.

Server configuration

sudo apt-get update
sudo apt-get install -y cuda-drivers-560
sudo apt-get -y install cuda-toolkit-12-6
sudo usermod -aG docker myuser
sudo apt-get install -y nvidia-container-toolkit
sudo nvidia-ctk runtime configure --runtime=docker
sudo systemctl restart docker

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions