openGPMP
Open Source Mathematics Package
_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() {
9  return 0;
10 }
int accl_mtx_exec()
Definition: _gpu_mtx_add.c:98
int main()