Przeglądaj źródła

Stop exporting CUDA __global__ kernels from DLL

master
Jan Svabenik 2 dni temu
rodzic
commit
24eb78fadc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      internal/demod/gpudemod/native/exports.cu

+ 1
- 1
internal/demod/gpudemod/native/exports.cu Wyświetl plik

@@ -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,


Ładowanie…
Anuluj
Zapisz