mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
move build_variables.bzl and ufunc_defs.bzl from pytorch-root/tools/ to the root
Pull Request resolved: https://github.com/pytorch/pytorch/pull/78542 This makes importing easier in different build systems that have different absolute names for the pytorch-root. Differential Revision: [D36782582](https://our.internmc.facebook.com/intern/diff/D36782582/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36782582/)! Approved by: https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
5ef378a30f
commit
501d0729cb
@ -4,8 +4,10 @@ include CITATION
|
||||
include LICENSE
|
||||
include NOTICE
|
||||
include .gitmodules
|
||||
include build_variables.bzl
|
||||
include mypy.ini
|
||||
include requirements.txt
|
||||
include ufunc_defs.bzl
|
||||
include version.txt
|
||||
recursive-include android *.*
|
||||
recursive-include aten *.*
|
||||
|
Reference in New Issue
Block a user