-
-
Couldn't load subscription status.
- Fork 50
Sync some features with anaconda's recipe #318
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
6facae4
Add some comments to avoid duplicated error-finding
danpetry 63aa7dd
Don't override upstream C++ standard
danpetry 81363c0
Use N-1 cores
danpetry e8d6740
Add fall-through for blas if-else construct
danpetry e1f50ac
Don't isolate build
danpetry 9fcb3a7
Unvendor pybind11 and eigen
danpetry ca90fa0
Add and run upstream smoke test
danpetry ff040de
Use unittest-xml-reporting instead of the historical xmlrunner
danpetry a2694a9
Add some testing for openmp bug, python api and torch.compile
danpetry 6074128
reinstate `MAX_JOBS=${CPU_COUNT}` on azure
h-vetinari 407a78d
Add description and doc_url
danpetry 393d0d5
correct selector, move comment
danpetry 0f9b587
Revert "Use N-1 cores"
danpetry 4feaee5
Use N-1 cores by default
danpetry 0fe0ba4
Remove CMAKE_ARGS conversion to individual env variables; legacy, rem…
danpetry 14ca3d2
Hand TORCH_CUDA_ARCH_LIST to cmake rather than setting as an env vari…
danpetry eaaae74
Improve smoke test env variable comment
danpetry e19af70
Format patch with git format-patch, rename for clarity
danpetry 939dae1
Bump version
danpetry af73dbe
Correct build number comment
danpetry 65bcd3b
add build dependency on rsync rather than using platform
danpetry a26ede2
Don't use selectors in jinja expressions [ci skip] ***NO_CI***
danpetry 03b2fc7
Add back disabling hypothesis tests
danpetry f3bfe5f
Hand contents of CMAKE_ARGS directly to CMake, to remove TORCH_CUDA_A…
danpetry a811bb2
Temporarily remove smoke test; it's not in the pytorch repo for v2.5.1
danpetry bd450c9
Revert "Hand contents of CMAKE_ARGS directly to CMake, to remove TORC…
danpetry 6f49c62
Revert "Remove CMAKE_ARGS conversion to individual env variables; leg…
danpetry 10bfd83
Revert "Use unittest-xml-reporting instead of the historical xmlrunner"
danpetry 46f4e8e
appease linter
danpetry c1c1e6c
Merge branch 'main' into anaconda-sync
h-vetinari 3a34b59
remove obsolete fmt handling in bld.bat
h-vetinari e19e11c
add pybind11 as a run-dependency of pytorch
h-vetinari 5f19e7f
build non-CUDA builds on CPU agents
h-vetinari f6bbd00
MNT: Re-rendered with conda-build 25.1.1, conda-smithy 3.45.4, and co…
h-vetinari 9864e70
Combine header messages into one
danpetry a002741
Change blas_impl if-else block into a case block instead
danpetry 226f526
Correct cpu/gpu build config
danpetry ad37dec
MNT: Re-rendered with conda-build 25.1.1, conda-smithy 3.45.4, and co…
danpetry 59af084
Revert "Correct cpu/gpu build config"
danpetry 78b5aca
Run all linux builds on a gpu machine
danpetry db810d0
MNT: Re-rendered with conda-build 25.1.1, conda-smithy 3.45.4, and co…
danpetry a623264
update comment about `-std=c++<ver>` flag
h-vetinari e44b0d5
limit torch.backends CUDA availability tests to linux64
h-vetinari 415a628
Revert change to hand TORCH_CUDA_ARCH_LIST as an environment variable…
danpetry 0a2094f
set CMAKE_INSTALL_PREFIX; used in some installation commands
h-vetinari 3889dee
fix install location of DLLs in CMake metadata; add test
h-vetinari 982cadf
unset CMAKE_INSTALL_PREFIX again; instead, patch ATEN_INCLUDE_DIR
h-vetinari 4683abe
distinguish destinations between lib & bin on windows
h-vetinari e91c713
do not modify destination for `install(FILES`
h-vetinari 46d06c1
back to deleting DESTINATION, but only for TARGETS
h-vetinari cdabb36
remove Caffee2 from cmake_test; imported through torch anyway
h-vetinari 89d7354
Skip tests failing due to unsupported GPUs [ci skip] ***NO_CI***
danpetry 8a92b36
backport patch for skipping some inducer test failures
h-vetinari 8338fd7
add cuda compiler for CMake tests of CUDA-enabled libtorch
h-vetinari File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.