Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Extending typeof() #101

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

PokhodenkoSA
Copy link

Changed in 7ccc8e3 by @reazulhoque.

@PokhodenkoSA PokhodenkoSA mentioned this pull request Nov 9, 2020
50 tasks
@PokhodenkoSA
Copy link
Author

It could be a proposal to Numba extension:

  • When the type of some input arguments is not understand by Numba it could provide a list of type checkers. Libraries could add its typeof implementation to it.
  • We can use code for cuda like an example for exploitation of this extension point.
  • Also Numba have a way to extend typeof(). Why we and cuda did not do that? - need to investigate.
  • If typeof extending does not work then we need to move it to patch or design an extension point and propose to Numba.

@PokhodenkoSA
Copy link
Author

It is very old code. DeviceArray is not present in numba-dppy now.

@PokhodenkoSA PokhodenkoSA merged commit 3d663cf into IntelPython:pydppl Dec 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant