Revert "Push ctx to the stack as current"

This reverts commit 0fb72d9e7f.


[ROCm/hip commit: e82e3c2339]
Bu işleme şunda yer alıyor:
Paul
2020-02-11 12:34:10 -06:00
ebeveyn 0fb72d9e7f
işleme f86740ff94
+1 -1
Dosyayı Görüntüle
@@ -136,7 +136,7 @@ void run_multi_threads(uint32_t n) {
threads.emplace_back(std::thread{[&, i, buffer] {
hipCtx_t ctx;
HIPCHECK(hipDevicePrimaryCtxRetain(&ctx, device));
HIPCHECK(hipCtxPushCurrent(ctx));
mf[i] = load(buffer);
}});
}