Hans Pabst

Results 24 issues of Hans Pabst

Rename at least functions which are [exported](https://github.com/libxsmm/libxsmm/blob/main/.abi.txt) and not adhering to best practices and typical API conventions. For example: * Replace term "create" with "get", i.e., by convention (and for...

This task is gating v1.17, and all issues shown under [View Defects](https://scan.coverity.com/projects/hfp-libxsmm/view_defects) must be resolved. We have been down to zero defects at the time even with the latest release...

(Re-)Enable `WCHECK` by default (see also [here](https://github.com/hfp/libxsmm/commit/fbe64a43f455d3d30986e7e3ca6cb3cdc75b9647)). If enabled (e.g., `make PEDANTIC=2 WCHECK=1`), Intel based builds emit many warnings and in turn start to fail due to `-Werror` applied to...

Global memory updates using 32-bit atomic behave non-atomic on Intel HD Graphics integrated into Celeron/Atom platform. Specifically, `Intel(R) Celeron(R) CPU J3455 @ 1.50GHz` (`lscpu`) with `Intel(R) Graphics [0x5a85]` (`clinfo`). It...

bug
in queue

See also [here](https://github.com/cp2k/cp2k/pull/1751#issuecomment-975523824).

There are two potential issues with DBCSR's init/fini flow wrt ACC interface and LIBSMM: 1. DBCSR calls `acc_init()`, which eventually calls `libsmm_acc_init()` internally (this is a potential issue since the...

When building and running CP2K as POPT variant (any workload), DBCSR complains: ```text ******************************************************************************* * ___ * * / \ * * [ABORT] * * \___/ Thread number has changed...

OpenMP 4.0 introduced offloading to attached devices and made extensions in OpenMP 4.5 (future versions of OpenMP will likely only evolve the offload capability with more advanced features on top...

See suggestions made on top of PR #209.

enhancement