Andrei Gheorghe
Andrei Gheorghe
I can't really provide a repo, but I can give more logs if needed. Aren't the logs I've added enough to get an idea why this happens ? Thank you...
Hello, this is the log. No, it didn't happen. When I click on "s" on a file in repository B it opens the file in repository A where "s" is...
[pylance.log](https://github.com/microsoft/pylance-release/files/14301289/pylance.log) Can you please check this ? Thank you
I'm also trying to build a llvm-17.0.0-c5dede880d17 compiled for Windows with Github actions here: https://github.com/andreigh/triton-llvm-windows
python test_fx_to_onnx.py -k test_fake_tensor_mode_huggingface_gpt2 also [fails](https://github.com/pytorch/pytorch/actions/runs/6331156079/job/17195448663) with: torch.onnx._internal.diagnostics.infra.context.RuntimeErrorWithDiagnostic: Cannot find any perfect/nearest match of symbolic function for aten::split.Tensor,which should be registered under aten.split.Tensor. I will temporary xfail it too
python test_fx_to_onnx_with_onnxruntime.py -k test_shufflenet_v2 also [fails](https://github.com/pytorch/pytorch/actions/runs/6333018257/job/17200705483) with: torch.onnx._internal.diagnostics.infra.context.RuntimeErrorWithDiagnostic: Cannot find any perfect/nearest match of symbolic function for aten::split.Tensor,which should be registered under aten.split.Tensor. I will temporarily disable test_shufflenet_v2 too