openGPMP
Open Source Mathematics Package
modules
linalg
gpu
_gpu_mtx_add_wrapper.cpp
Go to the documentation of this file.
1
#include <iostream>
2
3
extern
"C"
{
4
int
accl_mtx_exec
();
5
}
6
7
int
main
() {
8
accl_mtx_exec
();
9
return
0;
10
}
accl_mtx_exec
int accl_mtx_exec()
Definition:
_gpu_mtx_add.c:98
main
int main()
Definition:
_gpu_mtx_add_wrapper.cpp:7
Generated by
1.9.1