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

ref: Adapt to client interface and allow to compile multiple plugins side by side #133

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

Conversation

niermann999
Copy link
Contributor

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.

@niermann999

This comment was marked as outdated.

@niermann999 niermann999 marked this pull request as ready for review November 18, 2024 16:00
@niermann999 niermann999 force-pushed the ref-adapt-client-interface branch 11 times, most recently from af5e110 to c02babd Compare November 22, 2024 16:04
@krasznaa
Copy link
Member

Let's merge #132 first! That should make it a lot easier (for me) to review this one... 🤔

@niermann999 niermann999 force-pushed the ref-adapt-client-interface branch 6 times, most recently from 77f2fec to ba907f6 Compare November 25, 2024 16:05
Copy link
Member

@krasznaa krasznaa left a 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. 🤔

common/include/algebra/type_traits.hpp Show resolved Hide resolved
common/include/algebra/type_traits.hpp Show resolved Hide resolved
frontend/array_cmath/include/algebra/array_cmath.hpp Outdated Show resolved Hide resolved
frontend/array_cmath/include/algebra/array_cmath.hpp Outdated Show resolved Hide resolved
@niermann999 niermann999 force-pushed the ref-adapt-client-interface branch 2 times, most recently from 7c3b33c to 59a9b40 Compare November 25, 2024 17:15
Copy link
Member

@krasznaa krasznaa left a 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...

@niermann999 niermann999 force-pushed the ref-adapt-client-interface branch 4 times, most recently from 9c89912 to 4ba6777 Compare November 27, 2024 17:44
Copy link
Member

@krasznaa krasznaa left a 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. 😉

@niermann999 niermann999 force-pushed the ref-adapt-client-interface branch 4 times, most recently from 2a58e77 to 0f80d49 Compare November 29, 2024 17:36
Copy link

sonarcloud bot commented Nov 29, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
9.8% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants