mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: We also fix any existing issues. Note that we only do this for the CPU build because nvcc is considered a C++ toolchain but it does not have the same flag support. Adding flags to the GPU build will cause nvcc errors. Test Plan: Built locally, rely on CI to confirm. Reviewers: malfet Subscribers: Tasks: Tags: Pull Request resolved: https://github.com/pytorch/pytorch/pull/79154 Approved by: https://github.com/seemethere, https://github.com/osalpekar, https://github.com/albanD |
||
|---|---|---|
| .. | ||
| quantization | ||
| adam_op.cc | ||
| channel_shuffle_op.cc | ||
| concat_split_op.cc | ||
| conv_op.cc | ||
| conv_pool_base_op.h | ||
| conv_transpose_op.cc | ||
| conv_transpose_unpool_base_op.h | ||
| dropout_op.cc | ||
| elementwise_sum_op.cc | ||
| expand_squeeze_dims_op.cc | ||
| fully_connected_op.cc | ||
| local_response_normalization_op.cc | ||
| momentum_sgd_op.cc | ||
| operator_fallback_ideep.cc | ||
| operator_fallback_ideep.h | ||
| order_switch_ops.cc | ||
| pool_op.cc | ||
| queue_ops.cc | ||
| relu_op.cc | ||
| reshape_op.cc | ||
| shape_op.cc | ||
| sigmoid_op.cc | ||
| spatial_batch_norm_op.cc | ||
| transpose_op.cc | ||
| utility_ops.cc | ||