]> granicus.if.org Git - clang/commit
[OPENMP][NVPTX] target [teams distribute] simd maybe run without
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 19 Apr 2019 16:48:38 +0000 (16:48 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 19 Apr 2019 16:48:38 +0000 (16:48 +0000)
commita079e64758490a99a20e2417f8a68bf7cce60945
tree584765db7dcf7398e168794655536213c4e94b7e
parent703e9561956eae3b2cc04e2282562567ae76dbb9
[OPENMP][NVPTX] target [teams distribute] simd maybe run without
runtime.

target [teams distribute] simd costructs do not require full runtime for
the correct execution, we can run them without full runtime.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358766 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
test/OpenMP/nvptx_target_simd_codegen.cpp
test/OpenMP/nvptx_target_teams_distribute_simd_codegen.cpp