Auto-optimization was not on for all GPUs when using MPI. May have to rerun all benchmarks for the MPI paper.

This commit is contained in:
jpekkila
2020-06-25 19:53:39 +03:00
parent 225c660e0d
commit 0a19192004

View File

@@ -167,9 +167,7 @@ acDeviceCreate(const int id, const AcMeshInfo device_config, Device* device_hand
*device_handle = device;
// Autoptimize
if (id == 0) {
acDeviceAutoOptimize(device);
}
acDeviceAutoOptimize(device);
return AC_SUCCESS;
}