We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm testing rocm-afar-6356-drop-4.1.0 Getting incorrect results. see reproducers below.
ubuntu 24.04
Any x86_64
Any AMD GPU
ROCm 6.2.3
No response
Code https://github.com/ye-luo/openmp-target/blob/master/tests/private/target_local_block.f90
yeluo@epyc-server:~/opt/openmp-target/tests/private$ amdflang -fopenmp target_local_block.f90 && ./a.out collect_a expected 20, now = 10 Fortran STOP: code 1 yeluo@epyc-server:~/opt/openmp-target/tests/private$ amdflang -fopenmp --offload-arch=gfx906 target_local_block.f90 && ./a.out collect_a expected 20, now = 10 Fortran STOP: code 1 IEEE arithmetic exceptions signaled: INEXACT
The text was updated successfully, but these errors were encountered:
Reported to llvm upstream llvm#116509
Sorry, something went wrong.
No branches or pull requests
Problem Description
I'm testing rocm-afar-6356-drop-4.1.0
Getting incorrect results. see reproducers below.
Operating System
ubuntu 24.04
CPU
Any x86_64
GPU
Any AMD GPU
ROCm Version
ROCm 6.2.3
ROCm Component
No response
Steps to Reproduce
Code https://github.com/ye-luo/openmp-target/blob/master/tests/private/target_local_block.f90
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: