Skip to content

[OpenMP] offload issue with complex #57064

Closed
llvm/llvm-project-release-prs
#99
@ye-luo

Description

@ye-luo

I got hang

clang++ -fopenmp -fopenmp-targets=nvptx64 -Xopenmp-target=nvptx64 -march=sm_80 -O3 complex.cpp && ./a.out 

code

if I add -ffast-math, this reproducer passes

clang++ -fopenmp -fopenmp-targets=nvptx64 -Xopenmp-target=nvptx64 -march=sm_80 -O3 -ffast-math complex.cpp && ./a.out 

issue starts at the same time as #56753

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions