issues
search
kokkos
/
mdspan
Reference implementation of mdspan targeting C++23
Other
413
stars
69
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Using mdspan as a contiguous_range for std::simd interaction?
#365
danieltowner
opened
2 weeks ago
0
Fix clang bug with parameter packs and bracket operators
#364
tpadioleau
closed
1 week ago
0
submdspan by using indexes?
#363
danieltowner
closed
1 week ago
2
Possible bug in `required_span_size`
#362
danieltowner
opened
2 weeks ago
1
Compilation failure using clang++ 15 and 16
#361
tpadioleau
closed
1 week ago
3
Fix device/host call issues in CUDA (when not using relaxed constexpr workaround)
#360
nmm0
closed
1 month ago
1
mdarray<bool> with std::vector container
#359
spraetor
opened
2 months ago
3
MDSpan issues expose by Kokkos View refactor
#358
crtrott
closed
2 months ago
1
Add a resize member function to mdarray
#357
stefanbajakobsson
closed
2 months ago
5
Disable empty return for _NVCOMPILER
#356
tcclevenger
closed
2 months ago
0
Implement operator== for mdarray
#355
stefanbajakobsson
opened
2 months ago
3
Reshaping mdspans
#354
headmyshoulder
closed
3 months ago
5
Possible bug: I is a macro in complex.h
#353
fancidev
closed
3 months ago
1
How to "flip" mdspan using submdspan (or any other utility)?
#352
Sunday111
opened
4 months ago
4
Fix gcc12 and gcc13 warning.
#351
rasolca
closed
4 months ago
0
Fix CUDA errors in submdspan about int to size_t narrowing
#350
aprokop
closed
4 months ago
1
Workaround icpc warnings for missing return types
#349
masterleinad
closed
5 months ago
0
CI: Enable warning flags
#348
masterleinad
closed
5 months ago
0
More CUDA fixes exposed during Kokkos integration
#347
crtrott
closed
5 months ago
1
Fix more MSVC issues
#346
crtrott
closed
5 months ago
0
Test with Windows and MSVC
#345
masterleinad
closed
5 months ago
0
Replace spelled out logical operators: breaks Kokkos windows tests
#344
crtrott
closed
5 months ago
5
Adds submdspan_mapping for padded layouts
#343
crtrott
closed
5 months ago
0
Improve submdspan testing
#342
crtrott
closed
5 months ago
0
Update README.md
#341
VictorEijkhout
opened
5 months ago
3
Fix warnings (shadow and conversion)
#340
crtrott
closed
5 months ago
3
What targets are defined by find_package( mdspan )?
#339
VictorEijkhout
opened
5 months ago
4
-Wshadow warnings
#338
nmm0
opened
5 months ago
0
Rework of submdspan for layout_left/right
#337
crtrott
closed
5 months ago
3
Avoid use of zero-length carray
#336
crtrott
closed
5 months ago
0
Remove global namespace prefix for "stderr" in violation handler.
#335
tobiashienzsch
closed
6 months ago
0
Windows Clang Build Error
#334
tobiashienzsch
closed
6 months ago
1
Fix CUDA build and run issues as well as warnings
#333
crtrott
closed
6 months ago
1
Fix missing restriction on ElementType
#332
pauleonix
closed
6 months ago
1
Canonical way of handling read-only data in interfaces taking mdspans
#331
pauleonix
opened
6 months ago
9
Missing restriction on ElementType and AccessorPolicy::element_type being the same
#330
pauleonix
closed
6 months ago
1
mdarray: Add CTAD from possibly multidimensional C array
#329
mhoemmen
opened
6 months ago
0
treat warnings as errors in mdspan tests
#328
oliverlee
opened
6 months ago
0
fix padded layout annotations and add tagged raw array constructor to `layout_stride`
#327
nmm0
closed
5 months ago
0
missing `__host__` `__device__` in padded layouts
#326
nmm0
closed
5 months ago
0
initial work on mdspan copy impl
#325
nmm0
opened
7 months ago
0
Implement P2389R1 (add dims template alias)
#324
mhoemmen
closed
6 months ago
0
Fix LWG Issue 4060 (fix submdspan to prevent invalid pointer creation)
#323
mhoemmen
closed
6 months ago
0
Submdspan returns rank 0 mdspan when all slice specifiers are integral value
#322
caaatch22
closed
7 months ago
1
BSD license for inclusion in SciPy?
#321
izaid
closed
4 months ago
2
add topic tags
#320
Beliavsky
closed
8 months ago
1
Custom accessor accessing more than one elements
#319
christosa-rfpro
closed
8 months ago
3
Draft PR for discussion of ctors for mdarray
#318
crtrott
opened
8 months ago
0
Fix #316: replace `throw` with `std::abort` in `layout_right.hpp`
#317
burnpanck
closed
8 months ago
1
Cannot build with exceptions disabled
#316
burnpanck
closed
8 months ago
0
Next