From a75122584594fb98db09d1665b5b39c98b2b967d Mon Sep 17 00:00:00 2001 From: Rohit Santhanam Date: Sun, 12 Sep 2021 14:06:58 +0000 Subject: [PATCH] Minor fix for compilation error on HIP. --- test/gpu_test_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gpu_test_helper.h b/test/gpu_test_helper.h index 590746881..bbbe97d8c 100644 --- a/test/gpu_test_helper.h +++ b/test/gpu_test_helper.h @@ -39,7 +39,7 @@ using std::tie; using tuple_impl::tuple; using tuple_impl::get; using tuple_impl::make_tuple; -using +using tuple_impl::tie; #endif #undef EIGEN_USE_CUSTOM_TUPLE } // namespace test_detail