-
## 🐛 Bug
Compiling from source using gcc 6.4.0 fails during compilation of `torch/csrc/jit/runtime/symbolic_shape_registry.cpp`.
Switching to gcc-9.4.0, however, results in a successful build.
…
-
### 🐛 Describe the bug
I am working on cpp project having quantization process using qnnpack. However, I encounter the error when I execute the build result. Building with torchscript models is suc…
-
### 🚀 The feature, motivation and pitch
I am working on a Libtorch program that is heavily performance constrained, and I was hoping to run inference using quantization to speed up the model and re…
-
I get this message
```
error /home/user/[..]/node_modules/graphql_ppx: Command failed.
Exit code: 1
Command: node copyPlatformBinaryInPlace.js
Arguments:
Directory: /home/user/[..]/node_module…
-
On my Xiaomi Redmi Note 5 it takes ~4 seconds till the app becomes responsive. After quick profiling I can see that most of the time is spent on evaluating JavaScript in V8. Not that it's terrible amo…
-
I’m looking at implementing generators for Prepack. It should require some big changes, so I want to get feedback on my plan before executing.
So roughly I’m thinking that to implement generators w…
-
seriously? you know of such pain and you provide no instructions to reproduce these?
what the hell is wrong with you
-
-
cheminto-types package is now a project containing only typescript definitions
When I do a `npm prepack` it will not create `lib` and `lib-esm` and I wonder if this is normal especially that those …
-
### 🐛 Describe the bug
I have a modified resnet-50 network, which I want to run on android using vulkan backend.
The custom build of pytorch with USE_VULKAN=1 works fine, but I got the error messa…