SIGN IN SIGN UP

Coerce to true_ctype in tensor_factory (#7856)

* Coerce to true_ctype in tensor_factory (#7856)

This should fix the problem where attempts to test bool are often wonky in OSS and fail UBSAN internally; it is undefined behavior to store a value other than 0 or 1 for type bool.

* Support Half/BFloat16 in prod operator (#7857)

Partial fix for #7748.
S
Scott Wolchok committed
d08b9e6a73ac9b14b6a5406428d6b810b50a5bfd
Parent: c28ae4a
Committed by GitHub <noreply@github.com> on 1/23/2025, 1:00:15 AM