DEBSOURCES
Skip Quicknav
sources / fflas-ffpack / 2.5.0-3 / macros / CodeChunk / cuda.C
123456789
#include <stdio.h> #include <cuda_runtime.h> #include <cusparse.h> int main() { cusparseHandle_t handle = 0; cusparseCreate( &handle ); return 0 ; }