Hans Pabst

Results 25 issues of Hans Pabst

As we pull latest bits/dependencies into tests, our CI is prone to break automatically. For example, some recent ROCm deprecation seems to cause warnings (turned into errors). This may be...

* Made OpenCL common/shared code/definitions available. * Updated tuned parameters.

Procedure [dbt_reshape](https://github.com/cp2k/cp2k/blob/master/src/dbt/dbt_reshape_ops.F#L55) can be contended by memory allocations. Fortran's ALLOCATE is called on a per-thread basis with some ALLOCATEs in a per-thread-loop. Further, `dbt_reshape` may be called somewhat frequently (repeating...

The function prototype of `cuFuncSetSharedMemConfig` is marked deprecated in recent installations: ```c++ ../libsmm_acc/libsmm_acc.cpp: In function ‘void jit_kernel(CUfunc_st*&, libsmm_acc_algo, int, int, int, int, int, int, int, int, int, int)’: ../libsmm_acc/libsmm_acc.cpp:187:40: warning:...