blob: 17cbb1591838bee83e8071d84ca9aef666b3b839 (
plain)
1
2
3
4
5
6
7
8
|
/* { dg-require-effective-target openacc_libcudart } */
/* { dg-require-effective-target openacc_libcuda } */
/* { dg-additional-options "-lcuda -lcudart" } */
/* Same as interop-cuda-full.c, but also works if the header is not available. */
#define USE_CUDA_FALLBACK_HEADER 1
#include "interop-cuda-full.c"
|