Skip to content
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

Modify level construction to allow querying #19

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

hameerabbasi
Copy link
Collaborator

Fixes #13

if data is None:
return jl.Element(fill_value)

return jl.Element(fill_value, data)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eventually let's pass in types here too, like jl.Element[fill_value, dtype](data)

@mtsokol
Copy link
Member

mtsokol commented Mar 8, 2024

Hi @willow-ahrens, I think you can invite Hameer to finch-tensor as a collaborator to run CI in his PRs automatically.

@willow-ahrens
Copy link
Collaborator

Done!

@hameerabbasi hameerabbasi force-pushed the construct branch 3 times, most recently from cb9a5ca to 97e7f33 Compare March 15, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor punting of array storage to Tensor.device
3 participants