iir_cuda.h 166 Bytes
Newer Older
1
2
3
4
5
6
7
8
#pragma once

#include <torch/types.h>

void cuda_lfilter_core_loop(
    const torch::Tensor& in,
    const torch::Tensor& a_flipped,
    torch::Tensor& padded_out);