Skip to content

Commit

Permalink
utils: move utils into test/cuda; Add missing NVCC flag; Clean utils …
Browse files Browse the repository at this point in the history
…header.
  • Loading branch information
cayrols committed Sep 27, 2023
1 parent 81d912f commit a44c1ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/utils.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#include "blas.hh"

#include <cuda_runtime.h>

namespace blas {

template <typename src_t, typename dst_t = src_t>
Expand Down

0 comments on commit a44c1ee

Please sign in to comment.