pytorch_compiler_tutorial
pytorch_compiler_tutorial copied to clipboard
Codebase associated with the PyTorch compiler tutorial
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:  I see all the necessary headers under the ./`asmjit/src/asmjit` folder and the...