Skip to content

Tags: pultar/pytorch

Tags

ciflow/trunk/79935

Toggle ciflow/trunk/79935's commit message
Merge branch 'master' into add_index_add_mm

ciflow/trunk/63289

Toggle ciflow/trunk/63289's commit message
Enable VTune Profiler ITT functionality

fix flair8 and mypy issues

replaced tabs to spaces in torch/csrc/itt_wrapper.cpp

replaced tabs to spaces in torch/csrc/autograd/profiler_itt.cpp

rebase to c9ccb85

fine tune

fine tune according to comments

amend according to comments

update ittapi

resume itt func in onednn

fine tune docstring for emit_itt class

add range context to torch.profiler.itt

fix lint warnings

fix lint issues

fix lint issue

fix test_public_bindings failure

ciflow/all/63212

Toggle ciflow/all/63212's commit message
enable oneMKL&oneDNN on-demands verbose functinality

simplified logics for setting oneMKL & oneDNN verbose; fixed bugs in ideep and verbose.cpp

removed magic numbers from mkl and mkldnn verbose

removed unnecessary spaces

fixed bugs in mkl and mkldnn verbose scope

fix clang-tidy issue for mkl.h not found, and mypy issue for _verbose attribute not found

fix a bug in torch/csrc/utils/verbose.cpp: AT_MKLDNN_ENABLED=>AT_MKL_ENABLED

add docstring and ci test

move ideep to align with master branch

split oneDNN API invocation and py11bind to compile them in caffe2/CMakeLists.txt and torch/CMakeLists.txt respectively

fix undefined reference in runtime error

add include of c10/macros/Export.h to verbose_wrapper.cpp

update tests for verbose functionality

fix flake8 ci issue

update tests to work with USE_MKLDNN=OFF case

fix flake8 ci issues

fix lint and doc issues

fix docstring issues

ciflow/trunk/81367

Toggle ciflow/trunk/81367's commit message
ROCM: Renable test_openmp for ROCM

Signed-off-by: Arindam Roy <rarindam@gmail.com>

ciflow/trunk/81335

Toggle ciflow/trunk/81335's commit message
Apply ufmt linter to all py files under test/onnx

ciflow/trunk/81303

Toggle ciflow/trunk/81303's commit message
Addressing comments.

ciflow/trunk/81242

Toggle ciflow/trunk/81242's commit message
Upgrade pybind and use python_compat.h

ciflow/trunk/81108

Toggle ciflow/trunk/81108's commit message
fix win builds

ciflow/trunk/80797

Toggle ciflow/trunk/80797's commit message
Update on "[Profiler] Handle events from Kineto in the unified result…

… class."

At long last, `torch::profiler::impl::Result` can handle all data for the profiler. The principle change is that `collection.cpp` now extracts events that Kineto collected rather than `profiler_kineto.cpp`, and there is now an `ExtraFields<Kineto>` type added to the Result variant.

Differential Revision: [D37406956](https://our.internmc.facebook.com/intern/diff/D37406956/)

[ghstack-poisoned]

ciflow/trunk/80355

Toggle ciflow/trunk/80355's commit message
removing RootIDInfo for meta internal build failure