Description
I got hang
clang++ -fopenmp -fopenmp-targets=nvptx64 -Xopenmp-target=nvptx64 -march=sm_80 -O3 complex.cpp && ./a.out
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
Projects
Status
Done