| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[OpenMP] Remove XFAIL for cancellation tests using gcc llvm-svn: 354370 | 7 年前 | |
Appease older gcc compilers for the many-microtask-args.c test Older gcc compilers error out with the C99 syntax of: for (int i =...) so this change just moves the int i; declaration up above. llvm-svn: 280138 | 9 年前 | |
[OpenMP][Tests] Fix compiler warnings in OpenMP runtime tests This patch allows to pass the OpenMP runtime tests after configuring with cmake . -DOPENMP_TEST_FLAGS:STRING="-Werror". The warnings for OMPT tests are addressed in D90752. Differential Revision: https://reviews.llvm.org/D91280 | 5 年前 | |
Added propagation of not big initial stack size of master thread to workers. Currently implemented only for non-Windows 64-bit platforms. Differential Revision: https://reviews.llvm.org/D62488 llvm-svn: 362618 | 6 年前 | |
Fixed intermittent hang on tests with "target teams if(0)" construct with no parallel inside. Differential Revision: https://reviews.llvm.org/D29597 llvm-svn: 298373 | 9 年前 | |
Fix alignment in teams-reduction.c test The runtime will use the global kmp_critical_name as a lock and tries to atomically store a pointer in there. This will fail if the global is only aligned by 4 bytes, the size of one int32_t element. Use a union to ensure the global is aligned to the size of a pointer on the current platform. llvm-svn: 319811 | 8 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 7 年前 | ||
| 9 年前 | ||
| 5 年前 | ||
| 6 年前 | ||
| 9 年前 | ||
| 8 年前 |