==> /var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_croot-udngs7fm/pytorch_1648016055234/_build_env/bin/git log -n1 <==
commit d656b9a4b0c61d4a0d13d38c06a7a3e5ab8761e5
Author: Nikita Shulga <nikita.shulga@gmail.com>
Date:   Sat Sep 25 07:34:47 2021 -0700

    MaxUnpooling: parallel_for not always backed by OMP
    
    Use atomic optional instead of omp critical pragma inside max_unpooling
    kernels
    
    Using any OpenMP pragma in `at::parallel_for` body is wrong, as it can
    be implemented using native treading algorithms such as ptrheads or
    openmp
    
    `c10::optional` sounds like a much better approach to pair of
    `has_error` and `error_index` variables
    
    It also fixes https://github.com/pytorch/pytorch/issues/65578
==> /var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_croot-udngs7fm/pytorch_1648016055234/_build_env/bin/git describe --tags --dirty <==
v1.10.2-1-gd656b9a4b0c-dirty
==> /var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_croot-udngs7fm/pytorch_1648016055234/_build_env/bin/git status <==
HEAD detached from 71f889c7d26
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   CMakeLists.txt
	modified:   aten/src/ATen/cpu/vec/functional.h
	modified:   aten/src/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h
	modified:   aten/src/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h
	modified:   aten/src/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h
	modified:   aten/src/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h
	modified:   aten/src/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h
	modified:   aten/src/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h
	modified:   test/distributed/elastic/timer/local_timer_test.py
	modified:   test/test_functional_autograd_benchmark.py
	modified:   torch/csrc/DataLoader.cpp
	modified:   torch/utils/cpp_extension.py

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	aten/src/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h
	conda_build.sh
	metadata_conda_debug.yaml

no changes added to commit (use "git add" and/or "git commit -a")
