Tags: pultar/pytorch
Tags
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
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
ROCM: Renable test_openmp for ROCM Signed-off-by: Arindam Roy <rarindam@gmail.com>
Apply ufmt linter to all py files under test/onnx
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]
removing RootIDInfo for meta internal build failure
PreviousNext