pytorch/torch/csrc/jit/python
Jennifer (Jiyue) Wang a32255481b [caffe2][hipify] remove un-used flag from pybind_utils.h (#134404)
Summary:
Encountered issues related to AMD build when working on https://www.internalfb.com/diff/D60739324?dst_version_fbid=2203158110057105 (see stack trace P1545717562)

Looking at the file history, seems that the flag is no longer used so I propose to remove it.  Alternatively, I could change the `#ifdef` to check both `USE_C10D_NCCL` and  `USE_ROCM` and include the corresponding AMD header files.

Let me know what is more preferred way.

Test Plan: Sandcastle

Differential Revision: D61762129

Pull Request resolved: https://github.com/pytorch/pytorch/pull/134404
Approved by: https://github.com/malfet
2024-08-29 04:09:44 +00:00
..
init.cpp [3/N] Fix clang-tidy warnings in jit (#131830) 2024-07-26 15:46:28 +00:00
init.h
module_python.h Revert "Fix static py::object dangling pointer with py::gil_safe_call_once_and_store (#130341)" 2024-07-26 17:02:56 +00:00
pybind_utils.cpp [18/N] Fix clang-tidy warnings in jit (#132963) 2024-08-09 01:27:32 +00:00
pybind_utils.h [caffe2][hipify] remove un-used flag from pybind_utils.h (#134404) 2024-08-29 04:09:44 +00:00
pybind.h [6/N] Fix clang-tidy warnings in jit (#131986) 2024-07-29 00:49:08 +00:00
python_arg_flatten.cpp
python_arg_flatten.h
python_custom_class.cpp [6/N] Fix clang-tidy warnings in jit (#131986) 2024-07-29 00:49:08 +00:00
python_custom_class.h [6/N] Fix clang-tidy warnings in jit (#131986) 2024-07-29 00:49:08 +00:00
python_dict.cpp
python_dict.h [4/N] Fix clang-tidy warnings in jit (#131903) 2024-07-27 08:08:14 +00:00
python_interpreter.cpp [4/N] Fix clang-tidy warnings in jit (#131903) 2024-07-27 08:08:14 +00:00
python_ir.cpp [6/N] Fix clang-tidy warnings in jit (#131986) 2024-07-29 00:49:08 +00:00
python_ir.h
python_ivalue.h [6/N] Fix clang-tidy warnings in jit (#131986) 2024-07-29 00:49:08 +00:00
python_list.cpp [4/N] Fix clang-tidy warnings in jit (#131903) 2024-07-27 08:08:14 +00:00
python_list.h [4/N] Fix clang-tidy warnings in jit (#131903) 2024-07-27 08:08:14 +00:00
python_sugared_value.cpp [6/N] Fix clang-tidy warnings in jit (#131986) 2024-07-29 00:49:08 +00:00
python_sugared_value.h [4/N] Fix clang-tidy warnings in jit (#131903) 2024-07-27 08:08:14 +00:00
python_tracer.cpp [3/N] Fix clang-tidy warnings in jit (#131830) 2024-07-26 15:46:28 +00:00
python_tracer.h [3/N] Fix clang-tidy warnings in jit (#131830) 2024-07-26 15:46:28 +00:00
python_tree_views.cpp [6/N] Fix clang-tidy warnings in jit (#131986) 2024-07-29 00:49:08 +00:00
python_tree_views.h
script_init.cpp [sigmoid] Support custom obj deserialization. (#133463) 2024-08-15 17:58:44 +00:00
script_init.h
update_graph_executor_opt.cpp
update_graph_executor_opt.h
utf8_decoding_ignore.cpp
utf8_decoding_ignore.h