logging off

Signed-off-by: raver119 <raver119@gmail.com>
master
raver119 2019-09-05 14:45:46 +03:00
parent a6de3b5d6f
commit fc222d3325
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ namespace nd4j {
if (deviceId != previousDeviceId) {
// discard existing stuff
nd4j_printf("AffinityManager::setCurrentDevice() was invoked, releasing buffers\n", "");
//nd4j_printf("AffinityManager::setCurrentDevice() was invoked, releasing buffers\n", "");
LaunchContext::releaseBuffers();
}
}

View File

@ -158,7 +158,7 @@ LaunchContext::LaunchContext() {
};
void LaunchContext::releaseBuffers() {
nd4j_printf("LaunchContext::releaseBuffers() was invoked\n", "");
//nd4j_printf("LaunchContext::releaseBuffers() was invoked\n", "");
contextBuffers.release();
}