Skip to content

Commit 6608a43

Browse files
committed
utils: move utils into test/cuda; Add missing NVCC flag; Clean utils header.
1 parent c69f71f commit 6608a43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/utils.cuh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
#include "blas.hh"
55

6-
#include <cuda_runtime.h>
7-
86
namespace blas {
97

108
template <typename src_t, typename dst_t = src_t>

0 commit comments

Comments
 (0)