The special runtimes are mostly for offloading to extra devices from host. ARM
and X86 are usually the hosts, so the runtime for them is fairly simple. It's
still there, look at cpu_device_api.cc for example.
---
[Visit Topic](https://discuss.tvm.ai/t/introducing-hexagon-backend/2421/18)
https://github.com/dmlc/tvm/pull/3368 finishes the migration of the analysis
stack.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dmlc/tvm/issues/2588#issuecomment-507753372
Closed #2588.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dmlc/tvm/issues/2588#event-2454985179
Dear Community:
TVM makes use of HalideIR as our low-level IR structure, and it has served us
well. One of the main gains we get is the integer simplification infrastructure
provided by HalideIR. As the project moves forward, we start to introduce our
own integer simplification infra to tackle
close by https://github.com/dmlc/tvm/pull/3389
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dmlc/tvm/issues/3390#issuecomment-507793738
Closed #3390.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dmlc/tvm/issues/3390#event-2455283439
Many parts of our code base relies on integer simplifications that involves
div/mod. These simplifications are in particular tricky due to the different
division mode, and the dependence on knowing the sign of the operand.
Here is a list of division variants:
## Trunc div/mod
IEEE standard inte
cc @dmlc/tvm-team
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dmlc/tvm/issues/3478#issuecomment-507892218
# TVM Monthly - June 2019
https://discuss.tvm.ai/t/tvm-monthly-june-2019
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dmlc/tvm/issues/2623#issuecomment-507917006
solved in latest master
---
[Visit
Topic](https://discuss.tvm.ai/t/solved-relay-broken-case-of-type-infer/3169/2)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.ai/email/unsubscribe/a3f9cac923e
Can you clarify the example above? the simplifications seem invalid to me, how
can you drop the addition by 3?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dmlc/tvm/issues/3478#issuecomment-507935931
Sorry it should be ```(x * 4 + 3) / 4=>x```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dmlc/tvm/issues/3478#issuecomment-507936537
12 matches
Mail list logo