-
Notifications
You must be signed in to change notification settings - Fork 363
Open
Labels
area / integrationsIssue area: integrations with other tools and libsIssue area: integrations with other tools and libshelp wantedExtra attention is neededExtra attention is neededtype / bugIssue type: something isn't workingIssue type: something isn't working
Milestone
Description
The detection for jax arrays here
Line 66 in 285a09f
| def is_jax_device_array(inst): |
DeviceArray was renamed to Array. The simple fix to support the prior/current version would be to check for either DeviceArray or ArrayMetadata
Metadata
Assignees
Labels
area / integrationsIssue area: integrations with other tools and libsIssue area: integrations with other tools and libshelp wantedExtra attention is neededExtra attention is neededtype / bugIssue type: something isn't workingIssue type: something isn't working
Type
Projects
Status
Next-up