[stream_executor] update cuda_gpu_executor.cc

bugfix the bugfix ;)
This commit is contained in:
Bryon Gloden, CISSP® 2016-09-01 08:02:21 -04:00 committed by GitHub
parent cff5acdc4d
commit f46050ca4a

View File

@ -936,7 +936,7 @@ static int TryToReadNumaNode(const string &pci_bus_id, int device_ordinal) {
<< "could not convert SysFS file contents to integral NUMA node value: " << "could not convert SysFS file contents to integral NUMA node value: "
<< content; << content;
fclose(f); fclose(file);
return kUnknownNumaNode; return kUnknownNumaNode;
#endif #endif
} }