Merged #34 into main.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm-vta/pull/34#event-5191584245
In other words, in compile time, IIUC we should replace `DLDeviceType` with
`TargetKind`
---
[Visit
Topic](https://discuss.tvm.apache.org/t/rfc-tvm-target-specification/6844/60)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [
Thanks @mbs-octoml!
`Target` is a compile-time concept, while `device` is a runtime concept. The
separation design is to make sure that a target can describe a device that
doesn't exist on the host, mainly for cross compilation.
And yes, in principle, every `TargetKind` corresponds to a `DLDe
The following fixes building simulation files for the new chisel version update
done in #33
@tmoreau89 @ekiwi
You can view, comment on, or merge this pull request online at:
https://github.com/apache/tvm-vta/pull/34
-- Commit Summary --
* fix types
-- File Changes --
M hardware/chi