COMMITS
/ kernels/portable/cpu/util/reduce_util.h March 15, 2025
S
fix reduce_util.h ATen mode build (#9300)
Scott Wolchok committed
March 14, 2025
S
Skip grain_size computation in parallel_for_each_reduce_* wrappers without threadpool (#9144)
Scott Wolchok committed
S
Add parallel_for_each_reduce_over_dim_list_output_index (#9143)
Scott Wolchok committed
S
March 12, 2025
S
Extract parallel_for_each_reduce_over_dim_output_index from argmin parallelization PoC (#9139)
Scott Wolchok committed
March 11, 2025
S
special case dim-list ops for dim list having size 1 (#9111)
Scott Wolchok committed
S
Refactor: ReduceOverDimListPlan (#9109)
Scott Wolchok committed
S
Refactor: MapReduceOverDimListPlan (#9108)
Scott Wolchok committed
S
Refactor apply_over_dim_list to plan-then-execute (#9107)
Scott Wolchok committed
S
Replace custom optional with std::optional (#9068)
Scott Wolchok committed
March 3, 2025
J
Address various warnings as errors (#8581)
Jacob Stevens committed
January 28, 2025
S
Execute on exec_aten namespace deprecation from #5296 (#7950)
Scott Wolchok committed
August 20, 2024
D
Remove underscore prefixes from compiler.h macros
Dave Bort committed
May 3, 2024
L
use c++14 for size test (#3441)
lucylq committed
March 21, 2024
M
Calibrate portable ops (#2537)
Manuel Candales committed
February 12, 2024
M
Add ops: prod.out & prod.int_out (#1875)
Manuel Candales committed
January 17, 2024
G
Clean up a few more ops (#1581)
Gregory Comer committed
January 9, 2024
K
Fix cmake build for portable ops (#1562)
Kimish Patel committed
December 21, 2023
G
Clean up reduction ops (#1460)
Gregory Comer committed
December 6, 2023
M
Add quantize per channel in quantized kernel (#1323)
Mengwei Liu committed
August 14, 2023
H
Special handling for 0-D tensor
Hansong Zhang committed
August 11, 2023
H
fix reduce_util for 0-D tensor
Hansong Zhang committed
August 10, 2023
H
reduce_util: clamp the apply fn start/end
Hansong Zhang committed
July 31, 2023
F
Initial commit
facebook-github-bot committed