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

[LLVM] Remove redundant function CreateBufferVecPtr #5982

Merged
merged 1 commit into from
Jul 2, 2020
Merged

[LLVM] Remove redundant function CreateBufferVecPtr #5982

merged 1 commit into from
Jul 2, 2020

Conversation

kparzysz-quic
Copy link
Contributor

The functions CreateBufferPtr and CreateBufferVecPtr do the exact same thing, so there is no need for both of them to exist. The
latter is only used in place, which further suggests that the distinction is unnecessary.

The functions CreateBufferPtr and CreateBufferVecPtr do the exact
same thing, so there is no need for both of them to exist. The
latter is only used in place, which further suggests that the
distinction is unnecessary.
@tqchen tqchen merged commit 78a006c into apache:master Jul 2, 2020
@kparzysz-quic kparzysz-quic deleted the redundant branch July 2, 2020 19:48
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Jul 14, 2020
The functions CreateBufferPtr and CreateBufferVecPtr do the exact
same thing, so there is no need for both of them to exist. The
latter is only used in place, which further suggests that the
distinction is unnecessary.
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Jul 14, 2020
The functions CreateBufferPtr and CreateBufferVecPtr do the exact
same thing, so there is no need for both of them to exist. The
latter is only used in place, which further suggests that the
distinction is unnecessary.
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