Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark VTA's CPU-side allocations with disable_lower_builtin
Because VTA's codegen is allowed to call host-side, it uses the `"cpu"` tag. Therefore, the allocations that are already handled with `VTABufferCPUPtr` should opt-out of using the device API from `LowerTVMBuiltin`.
- Loading branch information