Skip to content
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

Windows build failed #2039

Open
blap opened this issue Nov 14, 2024 · 0 comments
Open

Windows build failed #2039

blap opened this issue Nov 14, 2024 · 0 comments

Comments

@blap
Copy link

blap commented Nov 14, 2024

windows/cuda126.bat:

  • All "CUDA_PATH_V124" should be "CUDA_PATH_V126";
  • line 43 - "set NVCC_FLAGS=" should add "-gencode=arch=compute_61,code=sm_61" too;

windows/internal/clone.bat:

windows/internal/setup.bat:

  • variable PYTORCH_FINAL_PACKAGE_DIR not set, compilation fail.
  • line 90 - should be: python setup.py bdist_wheel --plat-name win_amd64 -d "%PYTORCH_FINAL_PACKAGE_DIR%"

windows/internal/copy.bat:

  • line 13 - could be too: copy "C:\Program Files (x86)\Intel\oneAPI\compiler\latest\bin\libiomp*5md.dll" pytorch\torch\lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant