Explorar el Código

Stop exporting CUDA __global__ kernels from DLL

master
Jan Svabenik hace 2 días
padre
commit
24eb78fadc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      internal/demod/gpudemod/native/exports.cu

+ 1
- 1
internal/demod/gpudemod/native/exports.cu Ver fichero

@@ -82,7 +82,7 @@ GPUD_API __global__ void gpud_decimate_kernel(

__device__ __constant__ float gpud_fir_taps[256];

GPUD_API __global__ void gpud_fir_kernel(
__global__ void gpud_fir_kernel(
const float2* __restrict__ in,
float2* __restrict__ out,
int n,


Cargando…
Cancelar
Guardar