Abhiram Iyer
Abhiram Iyer
Has there been a resolution on this? I'm having the same problem - the NZXT hub connected to the comp's USB is not under `/dev/ttyACM0`
@Frick-David do you mean you got `hue_ui` working on linux?
For more information on Loop Conversion, please see: [TensorRT Loops - A Rundown.pdf](https://github.com/NVIDIA/TRTorch/files/5009794/TensorRT.Loops.-.A.Rundown.pdf)
TRT has no guarantee about output binding order. e.g. an RNN loop that outputs hidden state `hx` and cell state `cx` might be reversed when outputs are processed, even if...
Some more issues we can address with this issue: 1. Can we expand loop translation when unrolling the loop (see Lowering pass)? 2. Can we backtrace through the graph and...