Vadim Kantorov
Vadim Kantorov
The thing is I cannot reopen if it was the third party (you) who closed the question :) but yeah, I will add a comment when we have some feedbacks
> The ONNX file in [aboubezari_debug.zip](https://github.com/NVIDIA/TensorRT/files/13944368/aboubezari_debug.zip) looks like so: I guess it would be awesome to have such example ONNX files (or even complete PyTorch + torch-tensorrt) examples in the...
@nvpohanh Please add somewhere in the docs an example `*.onnx` file or PyTorch example of properly getting DepSepConv to be used in TRT :) This is a very important module...
@ttyio I think it's still important to provide in the docs ONNX files with examples of fusable graphs and ideally some complete examples of PyTorch code exporting these ONNX graphs
I added MIT license to both https://github.com/busytex/busytex (scripts of texlive compilation to wasm) and https://github.com/busytex/busyide (web shell of https://busytex.github.io) If anyone is interested and has time to take this off,...
To summarize my compiler module design: - I compiled a bunch of TexLive programs in a single fully static busybox-like executable (this is the origin of the name busytex). This...
btw I did sth like that for https://busytex.github.io (https://github.com/jupyterlite/jupyterlite/issues/1112, buggy source in https://github.com/busytex/busyide/blob/main/github.js). It is using GitHub API + diff3 program to emulate some basic functionality: pull, diff, push. For...
(also, basic push is not difficult either - which I used for my basic github api-connected latex editor)
> I've been using `dir_record.orig_extent_loc * 0x800` to get the offsets Maybe a more reliable way than always assuming 0x800 could be using `iso.logical_block_size` to get the block size. I'm...
Would be nice to link these slides directly in README somewhere. Or maybe even upload the pdf to the docs repo of k2 to guard against google slides being moved...