andrewkallai
andrewkallai
**Taken from Version 4.5 to 5.0 Differences Section of the 5.0 Specification** - [x] Iterators (see Section 2.1.6 on page 47) were added to support expressions in a list that...
**Taken from Version 4.5 to 5.0 Differences Section of the 5.0 Specification** - Various changes throughout the specification were made to provide initial support of C11, C++11, C++14, C++17 and...
https://github.com/SOLLVE/sollve_vv/blob/b628bffba66d6b5dc19f83d12dd083a6c0070f6f/tests/5.1/target/test_target_memcpy_rect_async_no_obj.c#L26 https://github.com/SOLLVE/sollve_vv/blob/4a432b4859c5e149b7f3296b830b926b8bbf6753/tests/5.1/target/test_target_memcpy_rect_async_depobj.c#L26 Change to: const size_t volume[2] = {N, M}; A similar suggestion was made for the Fortran tests in PR725, 726
https://github.com/SOLLVE/sollve_vv/blob/3d38296009168344babf88fdf91a89e6b3a6e129/tests/5.1/scope/test_scope_nowait_construct.c#L61
LLVM 21 Perlmutter test_task_threadset.c.o: "PluginInterface" error: Failure to initialize device 0: Error in cuDevicePrimaryCtxRetain: out of memory [OMPVV_INFO: test_task_threadset.c:92] The value of errors is 0. [OMPVV_RESULT: test_task_threadset.c] Test passed.
**Describe the bug** When make is run with a -j value greater than one, and FC(fortran compiler)=amdflang, there is evident failure of tests which are otherwise expected to pass. **To...