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

allow index to be larger data type #1780

Closed
wants to merge 1 commit into from

Conversation

azai91
Copy link

@azai91 azai91 commented Sep 28, 2018

Related to this task in mshadow: dmlc/mshadow#348. need to update datatype in tvm before updating mshadow.

@tqchen
Copy link
Member

tqchen commented Sep 28, 2018

The index here is not really array index, but index within a computational graph. It is unlikely that we will build a graph with more than billions of nodes, so it is not necessary in this case. The array indexing and shape are already using int64

@tqchen tqchen closed this Sep 28, 2018
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.

2 participants