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

[xtensa] improved conversion ops and covered them with tests #7859

Merged
merged 2 commits into from
Oct 20, 2023

Conversation

Aelphy
Copy link
Contributor

@Aelphy Aelphy commented Sep 20, 2023

No description provided.

Copy link
Member

@vksnk vksnk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please run ./run-clang-format.sh to fix formatting issues?

// https://github.com/halide/Halide/issues/7858
// check("convert<float16x32_t,float32x32_t>", vector_width / 2, f16(f32_1));
// check("convert<float32x32_t,float16x32_t>", vector_width / 2, f32(f16_1));
check("convert<float16x32_t,float32x32_t>", vector_width / 2, f16(f32_1));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I commented these out before, because they don't seem to work with cstub library

@Aelphy Aelphy force-pushed the feature/convert branch 3 times, most recently from d739a3e to cc7fc86 Compare September 20, 2023 18:01
@Aelphy Aelphy force-pushed the feature/convert branch 2 times, most recently from a39c072 to ffae310 Compare September 21, 2023 14:41
@vksnk vksnk merged commit 057050a into xtensa-codegen Oct 20, 2023
3 checks passed
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.

2 participants