Skip to content

Commit

Permalink
singleToDoublePrecPerfRatio hip device property does not exist before…
Browse files Browse the repository at this point in the history
… hip 6.0.0, and is depreciated in latest hip
  • Loading branch information
powellsr committed Aug 26, 2024
1 parent 7e45348 commit 5caa0d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/device/ta_dense_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,7 @@ int try_main(int argc, char **argv) {
std::cout << "error(GetDeviceProperties) = " << error << std::endl;
}
std::cout << "Device #" << device_id << ": " << prop.name << std::endl
<< " managedMemory = " << prop.managedMemory << std::endl
<< " singleToDoublePrecisionPerfRatio = "
<< prop.singleToDoublePrecisionPerfRatio << std::endl;
<< " managedMemory = " << prop.managedMemory << std::endl;
int result;
error = TiledArray::device::deviceGetAttribute(
&result, TiledArray::device::DevAttrUnifiedAddressing, device_id);
Expand Down

0 comments on commit 5caa0d1

Please sign in to comment.