![]() |
|
|||
File indexing completed on 2024-04-06 12:15:43
0001 #ifndef HeterogeneousCore_CUDACore_test_ScopedContextKernels_h 0002 #define HeterogeneousCore_CUDACore_test_ScopedContextKernels_h 0003 0004 #include <cuda_runtime.h> 0005 0006 namespace cms { 0007 namespace cudatest { 0008 void testScopedContextKernels_single(int *d, cudaStream_t stream); 0009 void testScopedContextKernels_join(const int *d1, const int *d2, int *d3, cudaStream_t stream); 0010 } // namespace cudatest 0011 } // namespace cms 0012 0013 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |