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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user