first-kernel / torch-ext /torch_binding.h
drbh
feat: push full template and build to repo
f9791fd
#pragma once
#include <torch/torch.h>
void first_kernel(torch::Tensor &out, torch::Tensor const &input);