pytorch/benchmarks/operator_benchmark/pt
Nicolas De Carli d9a55faccc [Pytorch] Add NEON Vectorized<double> translation layers (#166092)
Summary:
Adding NEON specializations of Vectorized<double>

Correcness has been checked using test_ops.py and running torch test

Test Plan:
Correctness:

buck2 test mode/opt //caffe2/test:test_ops
buck2 test mode/opt //caffe2/test:torch

Performance:

Added torch.float64 as data type to test within binary_test.py

Reviewed By: mcfi

Differential Revision: D84924406

Pull Request resolved: https://github.com/pytorch/pytorch/pull/166092
Approved by: https://github.com/malfet
2025-10-23 20:20:48 +00:00
..
__init__.py
add_test.py Add operator benchmarking run to CI nightly (#162530) 2025-09-29 00:46:38 +00:00
addmm_test.py Add operator benchmarking run to CI nightly (#162530) 2025-09-29 00:46:38 +00:00
ao_sparsifier_test.py
arange_test.py Additional operators in operator benchmark (#145625) 2025-01-26 19:20:02 +00:00
as_strided_test.py PEP585 update - benchmarks tools torchgen (#145101) 2025-01-18 05:05:07 +00:00
batchnorm_test.py
binary_inplace_test.py Additional operators in operator benchmark (#145625) 2025-01-26 19:20:02 +00:00
binary_test.py [Pytorch] Add NEON Vectorized<double> translation layers (#166092) 2025-10-23 20:20:48 +00:00
bmm_test.py Add operator benchmarking run to CI nightly (#162530) 2025-09-29 00:46:38 +00:00
boolean_test.py Add NEON acceleration for Vectorized<int[8|16|32|64> (#165273) 2025-10-16 21:35:13 +00:00
cat_test.py Enable ruff rule E721 (#165162) 2025-10-13 01:48:55 +00:00
channel_shuffle_test.py
chunk_test.py
clip_ranges_test.py
configs.py
conv_test.py [CI] Add aarch64 operator benchmark (#165585) 2025-10-17 14:42:14 +00:00
diag_test.py
embeddingbag_test.py
fill_test.py
gather_test.py
gelu_test.py
groupnorm_test.py
hardsigmoid_test.py
hardswish_test.py
index_add__test.py Additional operators in operator benchmark (#145625) 2025-01-26 19:20:02 +00:00
index_select_test.py
instancenorm_test.py
interpolate_test.py
layernorm_test.py
linear_prepack_fp16_test.py
linear_test.py
linear_unpack_fp16_test.py
matmul_test.py Add operator benchmarking run to CI nightly (#162530) 2025-09-29 00:46:38 +00:00
matrix_mult_test.py Additional operators in operator benchmark (#145625) 2025-01-26 19:20:02 +00:00
mm_test.py Add operator benchmarking run to CI nightly (#162530) 2025-09-29 00:46:38 +00:00
nan_to_num_test.py [CI] enable operator benchmark on CPU (#143733) 2025-03-21 16:46:03 +00:00
pool_test.py
qactivation_test.py
qarithmetic_test.py
qatembedding_ops_test.py
qbatchnorm_test.py
qcat_test.py PEP585 update - benchmarks tools torchgen (#145101) 2025-01-18 05:05:07 +00:00
qcomparators_test.py
qconv_test.py
qembedding_bag_lookups_test.py
qembedding_pack_test.py
qembeddingbag_test.py
qgroupnorm_test.py
qinstancenorm_test.py
qinterpolate_test.py
qlayernorm_test.py
qlinear_test.py
qobserver_test.py
qpool_test.py
qrnn_test.py
qtensor_method_test.py
quantization_test.py [CI] enable operator benchmark on CPU (#143733) 2025-03-21 16:46:03 +00:00
qunary_test.py
remainder_test.py
softmax_test.py
split_test.py
stack_test.py Enable ruff rule E721 (#165162) 2025-10-13 01:48:55 +00:00
sum_test.py
tensor_to_test.py
ternary_test.py Additional operators in operator benchmark (#145625) 2025-01-26 19:20:02 +00:00
topk_test.py Additional operators in operator benchmark (#145625) 2025-01-26 19:20:02 +00:00
unary_test.py Additional operators in operator benchmark (#145625) 2025-01-26 19:20:02 +00:00
where_test.py Additional operators in operator benchmark (#145625) 2025-01-26 19:20:02 +00:00