Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
remove double
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanting Zhang committed Dec 13, 2023
1 parent 6418567 commit c203abd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cuda/pallas.cu
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,9 @@ typedef vesta_t scalar_t;

#include <msm/pippenger.cuh>
#include <spmvm/spmvm.cuh>
#include <spmvm/double.cuh>

#ifndef __CUDA_ARCH__

extern "C" RustError cuda_double_pallas(double_host_t<scalar_t> *csr, scalar_t *scalars, scalar_t *out)
{
return double_scalars<scalar_t>(csr, scalars, out);
}

extern "C" void drop_spmvm_context_pallas(spmvm_context_t<scalar_t> &ref)
{
drop_spmvm_context<scalar_t>(ref);
Expand Down

0 comments on commit c203abd

Please sign in to comment.