Skip to content

[FEA] Decouple problem_t::view_t from problem.cuh #727

@aliceb-nv

Description

@aliceb-nv

CUDA code operating on problem_t device-side members needs to include the entire problem.cuh include, which pulls in a lot of unnecessary header dependencies which is most often not required in kernel code. This has drastic consequences on compile time, as experienced by the engine team.

Work should be put into decoupling this structure from problem.cuh, and ideally perform more header and TU-splitting work to minimize compile times.

Metadata

Metadata

Assignees

Labels

awaiting responseThis expects a response from maintainer or contributor depending on who requested in last comment.feature requestNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions