Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 38eea75

Browse files
author
Sven Verdoolaege
committed
switch to revisionistic ATen
The ATen repository appears to have been completely rewritten! Switch to the commit with the same commit message in the new history. The CMakeLists.txt file now appears in the aten subdirectory.
1 parent 0828acd commit 38eea75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function install_aten() {
240240
if should_reconfigure .. .build_cache; then
241241
echo "Reconfiguring ATen"
242242
export PYTORCH_PYTHON=${PYTHON}
243-
${CMAKE_VERSION} .. -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} -DHAS_C11_ATOMICS=OFF -DNO_CUDA=${ATEN_NO_CUDA}
243+
${CMAKE_VERSION} ../aten -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} -DHAS_C11_ATOMICS=OFF -DNO_CUDA=${ATEN_NO_CUDA}
244244
fi
245245
make -j $CORES -s || exit 1
246246

third-party/ATen

Submodule ATen updated 701 files

0 commit comments

Comments
 (0)