We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c6452 commit bf66672Copy full SHA for bf66672
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
@@ -11,6 +11,9 @@
11
// - Deduplication of runtime calls, e.g., omp_get_thread_num.
12
// - Replacing globalized device memory with stack memory.
13
// - Replacing globalized device memory with shared memory.
14
+// - Parallel region merging.
15
+// - Transforming generic-mode device kernels to SPMD mode.
16
+// - Specializing the state machine for generic-mode device kernels.
17
//
18
//===----------------------------------------------------------------------===//
19
0 commit comments