![]() |
USRP_Server
2.0
A flexible, GPU-accelerated radio-frequency readout software.
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <math.h>#include <cuda_runtime.h>#include <cublas_v2.h>#include "fir.hpp"
Go to the source code of this file.
Macros | |
| #define | checkcublas(X) assert( ( X ) == CUBLAS_STATUS_SUCCESS ) |
| #define checkcublas | ( | X | ) | assert( ( X ) == CUBLAS_STATUS_SUCCESS ) |
Definition at line 13 of file fir.cu.
Referenced by FIR::fir_apply().