Tobias Burnus

Results 15 issues of Tobias Burnus

Currently, going to the the enter location box on the left and hovering over the A, B or Via shows turns the mouse pointer to an pointing finger - but...

enhancement

The OMP_CANCELLATION env variable has to be set to either true or false, other values like 1 are implemenation defined. Hence, the file name is changed from ...env_1.c to ..._env_true.c...

Some (pseuo)USM implementations allocate memory in a special memory section that permits either direct memory access (DMA) from the device or on-access migration. In that case, stack and static memory...

in progress
5.0

I did run into this issue recently – and think it could be a useful addition; it just needs to be properly packaged: * Due to the `int` → `unsigned...

new test

The testcase defines `INTEGER(INT64),DIMENSION(N, N_TASKS):: work_storage`, does not map `work_storage` and then: https://github.com/SOLLVE/sollve_vv/blob/ea88f50028a5e56709ca1b4467e05c4689a374fb/tests/4.5/target_teams_distribute/test_target_teams_distribute_nowait.F90#L45-L46 Namely, it runs asynchronous and maps a disjunct array sections/storage of the array. When run asynchronously, I...

Before the default way of compiling was: * Setup a proper .def file for the compiler * Run make SYSTEM=_myFile.def_ But **this fails** since: * commit f89b8a43102a827f279ac155c44eb67ae4f4032b * Pull Request...

OpenMP 6.0 has in "10.6.1.5 **no_openmp_constructs** Clause": > **Arguments** > Name | Type | Properties > **can_assume** | expression of OpenMP logical type | constant, optional where > _constant_ —...

As a colleague pointed out, the two OpenMP 5.1 iterator testcases are invalid. _And when using GCC, the C example actually does not work. (This currently requires a recent OG14...

* Fixes Issue #868 OpenMP does not permit using the same containing array with the iterator modifier to the map clause (i.e. `array[i]`). Solution: Make the testcase valid and more...

The testcase uses 'target_device' — which queries properties based on the _default-device-var_ ICV. At least obtaining information for any device but the currently offloading device will usually not work (if...