mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-08 10:44:22 +00:00
Refactor kernels
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
#include "convolution.cuh"
|
||||
|
||||
__global__ void CUDANet::Kernels::convolution(
|
||||
using namespace CUDANet::Kernels;
|
||||
|
||||
__global__ void convolution(
|
||||
const float* __restrict__ d_input,
|
||||
const float* __restrict__ d_kernel,
|
||||
float* __restrict__ d_output,
|
||||
|
||||
Reference in New Issue
Block a user