Skip to content

Commit

Permalink
Restore fix about pocketfft version
Browse files Browse the repository at this point in the history
  • Loading branch information
HGuillemet committed Apr 3, 2024
1 parent 8e966f4 commit 8213325
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytorch/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ git checkout v$PYTORCH_VERSION
git submodule update --init --recursive
git submodule foreach --recursive 'git reset --hard'

# Fix version of this submodule to allow compilation on windows.
# Probably could be removed when we upgrade to 2.3
(cd third_party/pocketfft; git checkout 9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe)

CPYTHON_HOST_PATH="$INSTALL_PATH/../../../cpython/cppbuild/$PLATFORM/host/"
CPYTHON_PATH="$INSTALL_PATH/../../../cpython/cppbuild/$PLATFORM/"
OPENBLAS_PATH="$INSTALL_PATH/../../../openblas/cppbuild/$PLATFORM/"
Expand Down

0 comments on commit 8213325

Please sign in to comment.