Add setDevice to try and initialize the context on cuda

Этот коммит содержится в:
Paul
2020-02-10 13:37:45 -06:00
родитель d77ede7015
Коммит 29a257d79b
+1
Просмотреть файл
@@ -127,6 +127,7 @@ void run_multi_threads(uint32_t n) {
std::vector<joinable_thread> threads;
for (uint32_t i = 0; i < n; i++) {
threads.emplace_back(std::thread{[=, &mf] {
hipSetDevice(0);
mf[i] = load();
}});
}