Expected behavior
Codegen can assume that attr tvm::attr::kRuntime is always populated.
Actual behavior
When building with tvm.build() and not supplying runtime kwarg, tvm::attr::kRuntime is not defined.
Environment
tree based off of 33082e0
cc @Mousius