Skip to content

[SYCL] Make internal function to be static in imf rounding utils #15548

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

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

jinge90
Copy link
Contributor

@jinge90 jinge90 commented Sep 29, 2024

The internal util functions "get_grs_bits" used by rounding mode related functions for both fp32 and fp64 should be marked as static, otherwise linker will report multiple definition error when developers use fp32 and fp64 intel math function in the same compiling unit.

@jinge90 jinge90 requested a review from a team as a code owner September 29, 2024 02:26
@jinge90
Copy link
Contributor Author

jinge90 commented Oct 5, 2024

Hi, @cperkinsintel
Could you help review this PR?
Thanks very much.

@cperkinsintel
Copy link
Contributor

sorry for the delay

@jinge90 jinge90 requested a review from a team October 8, 2024 08:04
@jinge90
Copy link
Contributor Author

jinge90 commented Oct 8, 2024

Hi, @intel/llvm-gatekeepers
Could you help merge this PR?
Thanks very much.

@steffenlarsen steffenlarsen merged commit c7c4130 into intel:sycl Oct 8, 2024
13 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.

3 participants