-
Notifications
You must be signed in to change notification settings - Fork 70
Auto-select index_dtype #1131
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
Auto-select index_dtype #1131
Conversation
0ad788e to
c0e1160
Compare
ba5becc to
90a268f
Compare
c0e1160 to
8bb2c81
Compare
90a268f to
6960b4c
Compare
8bb2c81 to
e2d126e
Compare
|
I think it's worth distinguishing what's happening at what component. For example, if I use |
e2d126e to
81f3a6d
Compare
kernel.bind() specializes on If you manually call kernel.bind(), you must manually guarantee all inputs you pass to the BoundKernel have the same specialization_key. This PR also updates the docs. Do you find the docs clear? |
81f3a6d to
684edb9
Compare
|
How do I figure out the specialization key for a set of inputs? |
|
|
Stacked PRs (oldest at bottom):
Auto-select index_dtype
Fixes #1123