Precedence of selecting from multiple exchange protocols?
See original GitHub issueI conceive that a few libraries may end up in a situation where more than one protocols are supported, for example,
__array_interface__
__cuda_array_interface__
- Python buffer protocol
- DLPack
Does it matter which protocol an array implementation should try first? Is it up to the library implementors?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
BGP Best Path Selection Algorithm - Cisco
This document describes the function of the Border Gateway Protocol (BGP) best path algorithm. BGP routers typically receive multiple paths ...
Read more >Search - Foreign Affairs Manual - Department of State
If precedence must be determined among a group of U.S. officials, military and civilian, salary is probably the best criterion available.
Read more >Outlook 2016 implementation of Autodiscover
This article is scoped to describe the detailed steps that Outlook uses for Autodiscover attempts to obtain the MAPI-based protocols from Exchange. References....
Read more >Configuring priority flow control - IBM
You can configure a priority tag for each of these traffic classes. The priority tag can be any value 0 - 7. You...
Read more >About Policy Precedence - WatchGuard Technologies
Automatic Policy Order · Policy specificity · Protocols set for the policy type · Traffic rules of the To list · Traffic rules...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Given this doesn’t seem to be an issue anymore, I’m closing it. Just FYI: In mpi4py we try in this order: buffer protocol -> DLPack -> CAI.
The order is:
__array_interface__
__array__