We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d174eda + 5caa0d1 commit 38c4fbeCopy full SHA for 38c4fbe
examples/device/ta_dense_device.cpp
@@ -315,9 +315,7 @@ int try_main(int argc, char **argv) {
315
std::cout << "error(GetDeviceProperties) = " << error << std::endl;
316
}
317
std::cout << "Device #" << device_id << ": " << prop.name << std::endl
318
- << " managedMemory = " << prop.managedMemory << std::endl
319
- << " singleToDoublePrecisionPerfRatio = "
320
- << prop.singleToDoublePrecisionPerfRatio << std::endl;
+ << " managedMemory = " << prop.managedMemory << std::endl;
321
int result;
322
error = TiledArray::device::deviceGetAttribute(
323
&result, TiledArray::device::DevAttrUnifiedAddressing, device_id);
0 commit comments