Including <complex> cause ICE on nvcc 13.3 with aarch64
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 88/100
Research direction
Start with submdspan_canonicalize_slices.hpp and submdspan_extents.hpp, then reproduce the issue using the reported nvcc -x cu -std=c++23 command in the nvcr.io/nvidia/cuda:13.3.1-devel-rockylinux9 container. Done means the unnecessary includes are removed and the command no longer causes the cicc compiler crash on aarch64.
Written by the indexing model from the issue text.
Description
The files submdspan_canonicalize_slices.hpp and submdspan_extents.hpp have #include <complex> without using it. This is a problem on GH200 (with aarch64), as nvcc -x cu -std=c++23 - <<< '#include <complex>' crashes the cicc compiler, at least on Cuda 13.3.1.
Removing the two #include <complex> manually compiles fine. Tested with this container: nvcr.io/nvidia/cuda:13.3.1-devel-rockylinux9.
Note that using an x86_64 nvcc does not crash.
- Dominant language
- C++
- Stars
- 507
- Forks
- 87
- Avg merge
- 15h 27m
- Merged PRs (30d)
- 2
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from kokkos/mdspan
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
Sensor initialization takes very long when `--initial-sim-time` is set to current UNIX timestamp Open
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
gazebosim/gz-sensors#662 · 1 comment ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
LadybirdBrowser/ladybird#12123 ·