Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Allow mdspan to support device-only/host-only code for custom accessors and layouts #2473

Open
1 task done
fbusato opened this issue Sep 27, 2024 · 0 comments
Open
1 task done
Labels
2.8.0 target for 2.8.0 release bug Something isn't working right.

Comments

@fbusato
Copy link
Contributor

fbusato commented Sep 27, 2024

Is this a duplicate?

Type of Bug

Compile-time Error

Component

libcu++

Describe the bug

the current version of mdspan does not support device-only/host-only code for custom accessors and layouts

How to Reproduce

Create a simple mdspan accessor only with __host__ or __device__ declarations

Expected behavior

mdspan supports device-only/host-only code for custom accessors and layouts

Reproduction link

No response

Operating System

No response

nvidia-smi output

No response

NVCC version

No response

@fbusato fbusato added the bug Something isn't working right. label Sep 27, 2024
@github-project-automation github-project-automation bot moved this to Todo in CCCL Sep 27, 2024
@jollylili jollylili added the 2.8.0 target for 2.8.0 release label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.8.0 target for 2.8.0 release bug Something isn't working right.
Projects
Status: Todo
Development

No branches or pull requests

2 participants