This revision was automatically updated to reflect the committed changes.
Closed by commit rC345417: [NFC][OpenMP] Add new test for parallel for code
generation. (authored by gbercea, committed by ).
Repository:
rC Clang
https://reviews.llvm.org/D53772
Files:
test/OpenMP/nvptx_parallel_for_
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG
Repository:
rC Clang
https://reviews.llvm.org/D53772
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bi
gtbercea created this revision.
gtbercea added reviewers: ABataev, caomhin.
Herald added subscribers: cfe-commits, guansong.
This is a simple test of the parallel for code generation. It will be used to
showcase the change introduced by patch https://reviews.llvm.org/D53443.
Repository:
rC Cl