pytorch_compiler_tutorial icon indicating copy to clipboard operation
pytorch_compiler_tutorial copied to clipboard

Codebase associated with the PyTorch compiler tutorial

Results 4 pytorch_compiler_tutorial issues
Sort by recently updated
recently updated
newest added

I get this error when using with torch 1.4.0a0+7f73f1d ``` pytorch_compiler_tutorial/src/register.cpp:44:14: error: invalid user-defined conversion from ‘pybind11_init_pointwise_compiler(pybind11::module&)::’ to ‘torch::jit::OperationCreator {aka std::function (*)(const torch::jit::Node*)}’ [-fpermissive] options)}); pytorch_compiler_tutorial/src/register.cpp:44:16: error: no matching function...

is there are new way to create a custom transformation pass in torchscript with torch1.8.0 ? torch.jit.trace() doesnt call: RegisterPass pass anymore

Hi, When I run the build.sh file after setting the -DPYTORCH_DIR to the pytorch build from the source directory, I get the following error. Any idea on how to solve...

I am seeing a build error when I try to build using >> ./build.sh Here's a snapshot: ![build_error](https://user-images.githubusercontent.com/23646532/63895838-2b044e00-c9a5-11e9-9701-c2fe76fd0fb4.png) I see all the necessary headers under the ./`asmjit/src/asmjit` folder and the...