possibly loaded 3d array to device?

This commit is contained in:
Robin
2024-12-19 20:18:24 +01:00
parent 1c2ab4af76
commit 2719b93fa6
6 changed files with 34 additions and 11 deletions

View File

@@ -5,5 +5,6 @@
#include <string>
std::vector<float> readData(std::string path, std::string variableName);
struct cudaArray* loadDataToDevice(std::string path, std::string variableName);
#endif //DATAREADER_H