Add openCL support

This commit is contained in:
Laurent Clouet
2018-08-24 19:46:03 +02:00
parent cde559c215
commit f81d3b67b3
17 changed files with 479 additions and 129 deletions

View File

@@ -92,7 +92,7 @@ public class SettingsLoader {
}
if (gpu_ != null) {
gpu = gpu_.getCudaName();
gpu = gpu_.getId();
}
}