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

[TIR] Fix lower_warp_memory #5247

Merged
merged 1 commit into from
Apr 6, 2020
Merged

Conversation

roastduck
Copy link
Contributor

Fixing #5245

Just have a look at the change to src/tir/transforms/lower_warp_memory.cc, you will find the problem at a glance. I have to say this part was very poorly tested.

Changes:

  • Fixed the function name.
  • Added an end-to-end test on CUDA.

Since this is a compiler related issue, @tqchen, @ZihengJiang or @ajtulloch, can you make a review or suggest any other reviewers?

@tqchen tqchen merged commit f31df01 into apache:master Apr 6, 2020
@tqchen
Copy link
Member

tqchen commented Apr 6, 2020

Indeed we need better test coverage for this pass. Thanks @roastduck !

trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Apr 16, 2020
zhiics pushed a commit to neo-ai/tvm that referenced this pull request Apr 17, 2020
dpankratz pushed a commit to dpankratz/incubator-tvm that referenced this pull request Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants