Kernels
fused-split / torch-ext /torch_binding.h
Ashiedu's picture
Initial kernel bundle upload: fused-split
bc2cb62 verified
Raw
History Blame Contribute Delete
105 Bytes
#pragma once
#include <torch/torch.h>
void fused_split(torch::Tensor &out, torch::Tensor const &input);