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.
1 parent 69f2992 commit b92b60dCopy full SHA for b92b60d
test/usm/usmPoolManager.cpp
@@ -90,7 +90,7 @@ TEST_P(urUsmPoolManagerTest, poolManagerInsertExisting) {
90
auto [ret, manager] = usm::pool_manager<usm::pool_descriptor>::create();
91
ASSERT_EQ(ret, UR_RESULT_SUCCESS);
92
93
- auto desc = poolDescriptors[0];
+ const auto &desc = poolDescriptors[0];
94
95
auto pool = nullPoolCreate();
96
ASSERT_NE(pool, nullptr);
0 commit comments