selective-update / torch-ext /torch_binding.h
Ashiedu's picture
Initial kernel bundle upload: selective-update
e14d114 verified
Raw
History Blame Contribute Delete
110 Bytes
#pragma once
#include <torch/torch.h>
void selective_update(torch::Tensor &out, torch::Tensor const &input);