"platforms/cpu/CMakeLists.txt" did not exist on "58b094cec72f74db91e131277804e82e168c16e0"
gemm_th.h 320 Bytes
Newer Older
yanyan's avatar
yanyan committed
1
2
3
4
5
6
7
8
9
10
11

#include <cuda_runtime_api.h>
#include <tensorview/torch_utils.h>
#include <torch/script.h>

namespace spconv {
void cutlass_mm_out(torch::Tensor c, torch::Tensor a, torch::Tensor b);
void cutlass_mm_out(cudaStream_t stream, torch::Tensor c, torch::Tensor a,
                    torch::Tensor b);

} // namespace spconv