SWDEV-395559 - Test to check __half2_raw can be initialized without designator. (#268)

Change-Id: I6dc15074c77b19791babc85c4b32eaa9c1c808d5
This commit is contained in:
ROCm CI Service Account
2023-06-21 15:59:17 +05:30
committed by GitHub
orang tua b795171649
melakukan 71bab0ef2f
@@ -267,3 +267,7 @@ TEST_CASE("Unit_vectorTypes_CompileTest") {
HIP_CHECK(hipFree(ptr));
REQUIRE(passed == true);
}
//Test to check __half2_raw can be initialized without designator
TEST_CASE("Unit_half2_raw_def") {
constexpr __half2_raw inf = {0x7C00,0x7C00};
}