COMMITS
/ kernels/portable/cpu/pattern/targets.bzl March 29, 2025
M
Add bf16 support to unary_ufunc_realh
Manuel Candales committed
October 10, 2024
M
Rewrite logical op pattern. Binary ops: logical_and, logical_or, logical_xor (#6015)
Manuel Candales committed
M
Rewrite bitwise op pattern. Binary ops: bitwise_and, bitwise_or, bitwise_xor (#6014)
Manuel Candales committed
M
Introduce comparison op pattern. Binary ops: eq, ge, gt, le, lt, ne (#6013)
Manuel Candales committed
October 1, 2024
S
s/unary_ufunc_realhb_to_floath/unary_ufunc_realhbbf16_to_floathbf16/ (#5678)
Scott Wolchok committed
June 11, 2024
L
update portable (#3927)
Lucy Qiu committed
May 9, 2024
S
Use compile-time promotion to reduce bitwise op size & build time (#3487)
Scott Wolchok committed
January 26, 2024
M
Half support: unary ops with realh pattern (#1709)
Manuel Candales committed
M
Half support: unary ops with realhb to bool pattern (2 ops) (#1708)
Manuel Candales committed
M
Half support: unary ops with realhb to floath pattern (18 ops) (#1707)
Manuel Candales committed
August 17, 2023
M
Pattern: unary_ufunc_real
Manuel Candales committed
July 31, 2023
F
Initial commit
facebook-github-bot committed