Implement device vector utils

This commit is contained in:
2024-04-11 22:22:33 +02:00
parent 710a33bdde
commit 4b9d123e94
6 changed files with 109 additions and 19 deletions

View File

@@ -103,12 +103,6 @@ __global__ void sum_reduce(
const unsigned int len
);
__global__ void clear(
float* __restrict__ d_vector,
const unsigned int len
);
} // namespace CUDANet::Kernels
#endif // CUDANET_MATMUL_H