Results 213 issues of Vadim Kantorov

Note the wrong setting of `export_params = None` - probably should be checked by PyTorch to only be `True` or `False` (if `None` is accepted, its semantics should be clearly...

module: onnx
triaged
onnx-triaged

I'm wondering if ExecuTorch can be compiled for WebAssembly target? As far as I understand, XNNPACK exists for wasm-simd, so theoretically at least for CPU it can be done? (e.g....

enhancement

It would be nice to mention `load_inline` (https://github.com/pytorch/pytorch/pull/7059) in the tutorial https://pytorch.org/tutorials/advanced/cpp_extension.html A practical use-case for an example may be a bilateral filter from https://github.com/NVIDIA/FastPhotoStyle/blob/master/smooth_filter.py (currentlly uses CuPY and pynvrtc)....

triaged

Hi! Am I correct that this library is being used by GitHub for rendering `README.md`'s and for heading slug generation? Or is https://github.com/kivikakk/comrak actually getting used for this? There are...

It seems that `float: left` for `.site-title` and `float: right` for `.nav-trigger` is a problem :( Would it work if I replace it with `display: flex`? Would anyone have an...

When there's a lot of pages in the site (e.g. encyclopedia-like knowledge-base), they can overflow the screen size, and currently the burger-triggered navbar is fixed/static and is not scrollable

Hi! I made a version of minima theme using CSS variables instead of preprocessor-based SCSS variables. If anyone's interested, I put it in https://github.com/vadimkantorov/minimacss (see https://github.com/vadimkantorov/minimacss/blob/master/auto.scss and https://github.com/vadimkantorov/minimacss/blob/master/custom-variables_base_layout_custom-styles.scss - in...

It would probably work again if you use explicit `.wasm` extension

How do I create a `emgcc` link? I tried `ln -s $(which emcc) emgcc` in busybox directory, but busybox build process can't discover it. Also, ```shell cd em-busybox ln -s...