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

feat: actor concepts #941

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

niermann999
Copy link
Contributor

@niermann999 niermann999 commented Feb 19, 2025

Adds a few very basic concepts for actors in detray. Due to dependencies on the detray::actor type, I had to separate the headers of the base actor and composite actor. In order to add requirements on the call operators of the actors, the propagator state would also have to be moved to its own header instead of being a nested struct. But that is for a later PR perhaps

@niermann999 niermann999 added enhancement New feature or request priority: low Low priority labels Feb 19, 2025
@niermann999 niermann999 force-pushed the feat-actor-concepts branch 2 times, most recently from 9012f36 to eadf990 Compare March 3, 2025 13:51
@niermann999 niermann999 marked this pull request as ready for review March 3, 2025 13:51
@niermann999 niermann999 requested a review from stephenswat March 3, 2025 14:08
@niermann999 niermann999 force-pushed the feat-actor-concepts branch from eadf990 to eaca4eb Compare March 5, 2025 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: low Low priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant