Files
pytorch/torch/nativert/kernels/KernelHandlerRegistry.h
dolpm 1471b20cb3 add static dispatch kernel registration to open source (#160439)
Summary: static dispatch registry should be moved to open source. the rest can maintain internally for now, since delegates will all go through ET hop.

Test Plan: spot checked existing tests and didn't see any missing registrations

Differential Revision: D80099377

Pull Request resolved: https://github.com/pytorch/pytorch/pull/160439
Approved by: https://github.com/SherlockNoMad, https://github.com/zhxchen17
2025-08-20 17:58:00 +00:00

8 lines
108 B
C++

#pragma once
namespace torch::nativert {
void register_kernel_handlers();
} // namespace torch::nativert