mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 01:34:22 +00:00
Implement device vector utils
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user