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

[Windows Port] IPC Capability Check #340

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

Conversation

fpetrini15
Copy link
Contributor

No description provided.

// For Windows, force CPU tensors if IPC is not supported on
// the target GPU device
#if defined(TRITON_ENABLE_GPU) && defined(_WIN32)
if (src_memory_type == TRITONSERVER_MEMORY_GPU) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge if-statements for legibility.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is likely fine. The compiler should be able to optimize this and if not, it's a well predicted branch

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

Successfully merging this pull request may close these issues.

2 participants