applyTo dpctl/tensor/libtensor/include/kernels/elementwise_functions/** dpctl/tensor/libtensor/source/elementwise_functions/** dpctl/tensor/_elementwise_*.py dpctl/tests/elementwise/** Elementwise Operations Instructions Full stack: C++ kernel → pybind11 → Python wrapper → tests References C++ kernels: dpctl/tensor/libtensor/AGENTS.md Python wrappers: dpctl/tensor/AGENTS.md Tests: dpctl/tests/AGENTS.md Adding New Operation libtensor/include/kernels/elementwise_functions/op.hpp - functor libtensor/source/elementwise_functions/op.cpp - dispatch tables Register in tensor_elementwise.cpp _elementwise_funcs.py - Python wrapper Export in __init__.py tests/elementwise/test_op.py - full dtype/usm coverage