llvm-project
a67566b1 - Allow do concurrent inside cuf kernel directive (#127693)

Commit
341 days ago
Allow do concurrent inside cuf kernel directive (#127693) Allow do concurrent inside cuf kernel directive to avoid the following Lowering error: ``` void {anonymous}::FirConverter::genFIR(const Fortran::parser::CUFKernelDoConstruct&): Assertion `bounds && "Expected bounds on the loop construct"' failed. ``` --------- Co-authored-by: Valentin Clement (バレンタイン クレメン) <clementval@gmail.com>
Author
Parents
Loading