template / torch-ext /torch_binding.h
drbh
feat: basic template
dda32b8
raw
history blame contribute delete
121 Bytes
#pragma once
#include <torch/torch.h>
void __KERNEL_NAME_NORMALIZED__(torch::Tensor &out, torch::Tensor const &input);