Merge commit 'daf71fb8e4442352b1c5bb0a7c5a3ecc9f7f0c5a' into develop

This commit is contained in:
assistant-librarian[bot]
2025-06-25 13:27:51 +00:00
parent c35d1ccde6
commit 605ce2526d
3 changed files with 0 additions and 15 deletions

View File

@@ -240,7 +240,6 @@ TEST(MXFP4, HostScaledConvert)
EXPECT_EQ(test_size, i);
}
#if !CK_TEMP_DISABLE_FP4_TESTS
__global__ void test_mx_fp4_device_scaled_convert(uint64_t N, float* p_test, uint64_t* p_completed)
{
test_mx_fp4_scaled_convert(N, p_test, p_completed);
@@ -540,4 +539,3 @@ TEST(MXFP4, DeviceF4x32ToF32x32ScaledConvert)
EXPECT_EQ(N, completed);
EXPECT_EQ(N, i);
}
#endif // CK_TEMP_DISABLE_FP4_TESTS