diff --git a/projects/hip-tests/catch/unit/deviceLib/CMakeLists.txt b/projects/hip-tests/catch/unit/deviceLib/CMakeLists.txt index 7355023d09..2ee700545c 100644 --- a/projects/hip-tests/catch/unit/deviceLib/CMakeLists.txt +++ b/projects/hip-tests/catch/unit/deviceLib/CMakeLists.txt @@ -23,7 +23,6 @@ endif() # AMD only tests set(AMD_TEST_SRC unsafeAtomicAdd.cc - vectorTypesDevice.cc mbcnt.cc bitExtract.cc bitInsert.cc diff --git a/projects/hip-tests/catch/unit/deviceLib/vectorTypesDevice.cc b/projects/hip-tests/catch/unit/deviceLib/vectorTypesDevice.cc index 5a842809f4..5da42bc6bc 100644 --- a/projects/hip-tests/catch/unit/deviceLib/vectorTypesDevice.cc +++ b/projects/hip-tests/catch/unit/deviceLib/vectorTypesDevice.cc @@ -26,8 +26,6 @@ THE SOFTWARE. #include #include -template using Enable_if_t = typename std::enable_if::type; - using namespace std; template __device__ typename std::add_rvalue_reference::type _declval() noexcept;