Added a function for getting the GPU count from fortran

This commit is contained in:
jpekkila
2020-06-28 18:15:40 +03:00
parent 50fb54f1aa
commit 852fae17cf

View File

@@ -45,6 +45,8 @@ void acdevicesynchronizestream_(const Device* device, const Stream* stream);
void acdeviceloadmeshinfo_(const Device* device, const AcMeshInfo* info);
void acgetdevicecount_(int* count);
#ifdef __cplusplus
} // extern "C"
#endif