This patch adds a new runtime for the SPMD deinit kernel function which replaces the previous function. The new function takes as argument the flag which signals whether the runtime is required or not. This enables the compiler to optimize out the part of the deinit function which are not needed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
test/OpenMP/nvptx_target_parallel_codegen.cpp | ||
---|---|---|
71 | Add the argument checks in all updated tests. |
Add the argument checks in all updated tests.