Browse Source
Added cudaForStorm as a dynamic library extension
Added cudaForStorm as a dynamic library extension
Former-commit-id: 31c6be4c1c
tempestpy_adaptions
PBerger
11 years ago
5 changed files with 59 additions and 7 deletions
-
24CMakeLists.txt
-
15resources/cudaForStorm/CMakeLists.txt
-
15resources/cudaForStorm/src/cudaForStorm.h
-
9resources/cudaForStorm/src/main.cpp
-
3storm-config.h.in
@ -0,0 +1,15 @@ |
|||
#ifndef STORM_CUDAFORSTORM_CUDAFORSTORM_H_ |
|||
#define STORM_CUDAFORSTORM_CUDAFORSTORM_H_ |
|||
|
|||
// Library exports |
|||
#include "cudaForStorm_Export.h" |
|||
|
|||
/* |
|||
* List of exported functions in this library |
|||
*/ |
|||
|
|||
cudaForStorm_EXPORT int cudaForStormTest(int value); |
|||
|
|||
|
|||
|
|||
#endif // STORM_CUDAFORSTORM_CUDAFORSTORM_H_ |
Write
Preview
Loading…
Cancel
Save
Reference in new issue