"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "pytorch" between the packages
pytorch-2.0.0-rc2.tar.gz and pytorch-2.0.0-rc3.tar.gz

About: PyTorch provides Tensor computation (like NumPy) with strong GPU acceleration and Deep Neural Networks (in Python) built on a tape-based autograd system.
Release candidate.

Summary:

The "pytorch" source code changed by about 0.03% and now consists of 11836 regular files (+1), 4 symbolic links and 1149 directories.

Related Informations:

See RELEASE.md (pytorch 2.0.0-rc3).

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Header file 2631 0 0 0
C program 765 0 0 0
C++ program 2806 0 0 3
Patch 1 0 0 0
Assembler program 34 0 0 0
Java program 27 0 0 0
Objective-C program 2 0 0 0
Objective-C++ program 91 0 0 14
Python program 3479 1 0 33
Shell program 162 0 0 0
Ruby program 2 0 0 0
Automake file 6 0 0 0
CMake file 181 0 0 1
Configuration file 3 0 0 0
GNU LD script 2 0 0 0
Initialization file 5 0 0 0
JavaScript file 1 0 0 0
JSON file 26 0 0 0
Makefile 7 0 0 0
Module-Definition file 1 0 0 0
SGML document 4 0 0 0
Symbolic link 4 0 0 0
XML document 18 0 0 0
CSS style sheet 7 0 0 0
CSV file 1 0 0 0
DOS Batch file 20 0 0 0
Doxygen file 2 0 0 0
Git file 22 0 0 0
GLSL Shader file 81 0 0 0
HTML page 6 0 0 0
Parameter file 10 0 0 0
Property file 5 0 0 0
Property list 2 0 0 0
Protocol Buffer file 7 0 0 0
RST file 159 0 0 1
Vim Settings file 1 0 0 0
Xcode file 1 0 0 0
YAML file 123 0 0 2
Data file 3 0 0 0
Image file 51 0 0 0
Vector Image file 4 0 0 0
Directory 1149 0 0 0
Archive 364 0 0 0
Change log 1 0 0 0
Information file 7 0 0 0
License 9 0 0 0
Readme file 111 0 0 0
Text file 583 0 0 3
Other 2 0 0 0
Total Files129891057



C++ Programs (3 of 2806):

NameStatusDeltaVisual Diff
aten/src/ATen/native/Pooling.cpp changed 3.7% diff
aten/src/ATen/native/RNN.cpp changed 0.1% diff
torch/csrc/distributed/c10d/logger.cpp changed 0.7% diff

Objective-C++ Programs (14 of 91):

NameStatusDeltaVisual Diff
aten/src/ATen/mps/MPSFallback.mm changed 4.8% diff
aten/src/ATen/native/mps/operations/Activation.mm changed 2.2% diff
aten/src/ATen/native/mps/operations/ConstantOps.mm changed 3.4% diff
aten/src/ATen/native/mps/operations/Convolution.mm changed 6.7% diff
aten/src/ATen/native/mps/operations/Copy.mm changed 5.2% diff
aten/src/ATen/native/mps/operations/Indexing.mm changed 2.1% diff
aten/src/ATen/native/mps/operations/Pooling.mm changed 2.6% diff
aten/src/ATen/native/mps/operations/ReduceOps.mm changed 0.9% diff
aten/src/ATen/native/mps/operations/Repeat.mm changed 1.0% diff
aten/src/ATen/native/mps/operations/RnnOps.mm changed 37.4% diff
aten/src/ATen/native/mps/operations/Sort.mm changed 3.1% diff
aten/src/ATen/native/mps/operations/UpSample.mm changed 1.4% diff
aten/src/ATen/native/mps/operations/View.mm changed 7.7% diff
aten/src/ATen/native/mps/OperationUtils.mm changed 0.7% diff

Python Programs (34 of 3479):

NameStatusDeltaVisual Diff
docs/source/conf.py changed 0.2% diff
test/dynamo/test_dynamic_shapes.py changed 7.6% diff
test/dynamo/test_misc.py changed 1.2% diff
test/forward_backward_compatibility/check_forward_backward_compatibility.py changed 1.8% diff
test/functorch/test_aotdispatch.py changed 1.1% diff
test/inductor/test_perf.py changed 2.1% diff
test/inductor/test_select_algorithm.py changed 13.4% diff
test/inductor/test_torchinductor.py changed 0.2% diff
test/test_mps.py changed 3.8% diff
test/test_serialization.py changed 0.7% diff
tools/dynamo/verify_dynamo.py changed 3.1% diff
torch/_dynamo/backends/onnxrt.py changed 3.9% diff
torch/_dynamo/backends/tensorrt.py added
torch/_dynamo/eval_frame.py changed 1.2% diff
torch/_dynamo/variables/torch.py changed 4.0% diff
torch/_functorch/aot_autograd.py changed 0.4% diff
torch/_inductor/codegen/cpp.py changed 0.1% diff
torch/_inductor/kernel/mm_common.py changed 2.4% diff
torch/_weights_only_unpickler.py changed 1.1% diff
torch/optim/adadelta.py changed 0.8% diff
torch/optim/adagrad.py changed 0.6% diff
torch/optim/adam.py changed 5.7% diff
torch/optim/adamax.py changed 0.7% diff
torch/optim/adamw.py changed 2.9% diff
torch/optim/asgd.py changed 0.8% diff
torch/optim/nadam.py changed 0.6% diff
torch/optim/optimizer.py changed 7.2% diff
torch/optim/radam.py changed 0.6% diff
torch/optim/rmsprop.py changed 0.6% diff
torch/optim/rprop.py changed 0.7% diff
torch/optim/sgd.py changed 0.7% diff
torch/testing/_internal/common_utils.py changed 0.1% diff
torchgen/api/python.py changed 0.2% diff
torchgen/model.py changed 0.5% diff

CMake Files (1 of 181):

NameStatusDeltaVisual Diff
cmake/Modules_CUDA_fix/upstream/FindCUDA.cmake changed 0.4% diff

RST Files (1 of 159):

NameStatusDeltaVisual Diff
docs/source/optim.rst changed 19.8% diff

YAML Files (2 of 123):

NameStatusDeltaVisual Diff
aten/src/ATen/native/native_functions.yaml changed 0.2% diff
tools/autograd/derivatives.yaml changed 0.6% diff

Text Files (3 of 583):

NameStatusDeltaVisual Diff
.github/ci_commit_pins/triton.txt changed 100.0% diff
.github/requirements/triton-requirements-rocm.txt changed 100.0% diff
test/expect/HasDecompTest.test_has_decomposition.expect changed 0.3% diff

Packages Compared:

pytorch-2.0.0-rc2.tar.gz
pytorch-2.0.0-rc3.tar.gz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)