-
Notifications
You must be signed in to change notification settings - Fork 10
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
ref: Adapt to client interface and allow to compile multiple plugins side by side #133
base: main
Are you sure you want to change the base?
ref: Adapt to client interface and allow to compile multiple plugins side by side #133
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
af5e110
to
c02babd
Compare
Let's merge #132 first! That should make it a lot easier (for me) to review this one... 🤔 |
77f2fec
to
ba907f6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some hang-ups about this one. 🤔
7c3b33c
to
59a9b40
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still like where this is heading, just some more technical questions to slow things down...
9c89912
to
4ba6777
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little worried about the many templated layers that the math functions need to go over, but don't have a better proposal at the moment. So, let's see how this fares.
As we discussed today, I'll start doing some oneAPI 2025.0.0 updates of my own while you work on Detray. 😉
2a58e77
to
0f80d49
Compare
0f80d49
to
5d84a19
Compare
Quality Gate failedFailed conditions |
Hide the generic function overloads behind the functions of specific plugins, because they would otherwise always take precedence when using multiple plugins side by side.