Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vcmul microkernel tester #6430

Merged
merged 1 commit into from
May 16, 2024
Merged

Fix vcmul microkernel tester #6430

merged 1 commit into from
May 16, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented May 16, 2024

Fix vcmul microkernel tester

The tester was using nanf("") to initialize the output buffer, but this is not a valid NaN value for fp16. This CL changes the tester to use UINT16_C(0x7E00), which is a valid NaN value for fp16.

@copybara-service copybara-service bot force-pushed the test_634416194 branch 2 times, most recently from b7fd0c1 to a26ebeb Compare May 16, 2024 16:08
The tester was using `nanf("")` to initialize the output buffer, but this is not a valid `NaN` value for fp16. This CL changes the tester to use `UINT16_C(0x7E00)`, which is a valid `NaN` value for `fp16`.

PiperOrigin-RevId: 634504596
@copybara-service copybara-service bot merged commit f79f872 into master May 16, 2024
@copybara-service copybara-service bot deleted the test_634416194 branch May 16, 2024 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants