OpenMPI
0.1.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
opal_datatype_cuda.h
1
/*
2
* Copyright (c) 2011 NVIDIA Corporation. All rights reserved.
3
* $COPYRIGHT$
4
*
5
* Additional copyrights may follow
6
*
7
* $HEADER$
8
*/
9
10
#ifndef _OPAL_DATATYPE_CUDA_H
11
#define _OPAL_DATATYPE_CUDA_H
12
13
void
mca_cuda_convertor_init(
opal_convertor_t
* convertor,
const
void
*pUserBuf);
14
bool
opal_cuda_check_bufs(
char
*dest,
char
*src);
15
void
* opal_cuda_memcpy(
void
* dest,
void
* src,
size_t
size);
16
void
* opal_cuda_memmove(
void
* dest,
void
* src,
size_t
size);
17
void
opal_cuda_add_initialization_function(
int
(*fptr)(
void
));
18
19
#endif
opal_convertor_t
Definition:
opal_convertor.h:90
opal
datatype
opal_datatype_cuda.h
Generated on Wed Dec 24 2014 12:05:26 for OpenMPI by
1.8.8