ソースを参照

Stop exporting CUDA __global__ kernels from DLL

master
Jan Svabenik 2日前
コミット
24eb78fadc
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      internal/demod/gpudemod/native/exports.cu

+ 1
- 1
internal/demod/gpudemod/native/exports.cu ファイルの表示

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


読み込み中…
キャンセル
保存