SWDEV-395559 - Test to check __half2_raw can be initialized without designator. (#268)
Change-Id: I6dc15074c77b19791babc85c4b32eaa9c1c808d5
This commit is contained in:
کامیت شده توسط
GitHub
والد
b795171649
کامیت
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};
|
||||
}
|
||||
مرجع در شماره جدید
Block a user