kronecker-cuda / torch-ext /torch_binding.h
cahlen's picture
Add torch library bindings (guard main, add torch wrapper functions)
ad8dab0 verified
raw
history blame contribute delete
124 Bytes
#pragma once
#include <torch/torch.h>
std::vector<torch::Tensor> compute_kronecker(torch::Tensor ct, torch::Tensor z_inv);