pytorch/c10
Scott Wolchok 69b883d7ac Remove C10_EMBEDDED (#144808)
I added this to support code sharing with ExecuTorch, but the operator<< overrides are load-bearing for builds -- we have other code that attempts to pretty-print Half/BFloat16, and implicit conversions can't be used to make that work because there are *multiple* implicit conversions from Half/BFloat16 to primitive types, so which one to select is ambiguous. Also, we don't actually seem to need it now in ExecuTorch core because we have `include <ostream>` in there at the moment anyway.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/144808
Approved by: https://github.com/janeyx99, https://github.com/malfet
2025-01-15 06:08:53 +00:00
..
benchmark
core [PrivateUse1] Support parseDispatchKey with modified PrivateUse1 (#144325) 2025-01-14 21:21:29 +00:00
cuda Revert "Increase C10_COMPILE_TIME_MAX_GPUS to 128 (#144138)" 2025-01-14 19:04:12 +00:00
hip
macros [ROCm][Windows] Fix export macros (#144098) 2025-01-04 17:12:46 +00:00
mobile
test c10::string_view -> std::string_view in pytorch (#143591) 2025-01-13 21:44:05 +00:00
util Remove C10_EMBEDDED (#144808) 2025-01-15 06:08:53 +00:00
xpu Add low priority XPU Stream (#141119) 2024-12-31 11:15:45 +00:00
BUCK.oss
BUILD.bazel
build.bzl
CMakeLists.txt
ovrsource_defs.bzl