Improve error messages for memory verifier and gpu memory verifier (#6281)
authorTristan Konolige <tkonolige@octoml.ai>
Sat, 15 Aug 2020 03:06:24 +0000 (20:06 -0700)
committerGitHub <noreply@github.com>
Sat, 15 Aug 2020 03:06:24 +0000 (20:06 -0700)
commit25bcd1ceae299371a56b26358b224d07d34119d7
treea7a5b04c29f05102d56d14a74b954e8a9b046af9
parent38a44c82b1af6652b83fbbf9f055e9aa7c0b5ba0
Improve error messages for memory verifier and gpu memory verifier (#6281)

* [FIX] Print exactly what issues the GPU memory verifier encountered.

* [FIX] Print exactly why memory verifier failed.
src/tir/analysis/verify_gpu_code.cc
src/tir/analysis/verify_memory.cc