Skip to content

allow index to be larger data type#1780

Closed
azai91 wants to merge 1 commit intoapache:masterfrom
azai91:fix/large-operations
Closed

allow index to be larger data type#1780
azai91 wants to merge 1 commit intoapache:masterfrom
azai91:fix/large-operations

Conversation

@azai91
Copy link
Copy Markdown

@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
Copy Markdown
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