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

SIMD related warnings for half precision types (MacOS build, homebrew gcc-10) #5

Closed
bjoo opened this issue Jan 5, 2021 · 0 comments

Comments

@bjoo
Copy link
Contributor

bjoo commented Jan 5, 2021

A variety of compilation warnings come from hip/hip_fp16.h, similar in nature to:

/Users/36j/Devel/HIP-CPU/HIP-CPU/tests/../include/hip/hip_fp16.h:467:9: warning: unsupported return type '__half2' {aka 'hip::detail::Vector_type<half_float::half, 2>'} for simd
  467 | __half2 __hsub2(__half2 x, __half2 y) noexcept
      |         ^~~~~~~

This is benign but noisy and is known, I am noting it here for later cleanup

@bjoo bjoo changed the title SIMD related warnings for half precision types SIMD related warnings for half precision types (MacOS build, homebrew gcc-10) Jan 5, 2021
@AlexVlx AlexVlx closed this as completed in 815973d Jan 6, 2021
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

No branches or pull requests

1 participant