Skip to content

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