-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 [Bug] Error on build with CMAKE, win11 #1245
Comments
@andi4191 Do you have access to a Windows machine to repro? I wont for a few weeks |
I need to check. |
That error causes missing new file in CMakelists( fine in Bazel) And I still got other linking errors related the Compile spec or GraphInputs I hope I fix that and upload PR |
The graph input fix for cmake was merged last night, so maybe try that out and see if it helps |
I fused problems. And still got error about Input or Compilepsecs |
I meet the same problem on windows10.i need help. |
@centerzong: Can you please try the master branch and confirm if it fixes your issue? |
@andi4191 working fine 👍 |
Bug Description
C2487 error on
Input Constructor
TORCHTRT_API Input(std::vector<int64_t> shape, TensorFormat format = TensorFormat::kContiguous);
like this codes
To Reproduce
Use Visual Studio 2019 with CMake, Build > Install tab
Expected behavior
Environment
conda
,pip
,libtorch
, source): libtorchAdditional context
The text was updated successfully, but these errors were encountered: