ravil-mobile

Results 19 issues of ravil-mobile

Hi everyone, I was testing some batched matrix multiplication kernels using HIP from ROCm 4.5.2, 5.1.0 and 5.1.3 suites. My target hardware is Mi200 i.e., gfx90a. The kernels themselves were...

C++ implementation of Dynamic Rupture Note, I tag/release of the master branch must be made right before merging with the master

It is an attempt to improve data transfers from GPUs to CPUs while evaluating point sources. The implementation uses GPU streams and OpenMP tasks. In stead of waiting fault pages...

### Rationale `m_dynRup` should be `shared pointer` or `weak pointer` because it is needed in multiple places e.g., evaluation of friction laws, output, etc. ### Description Currently, it is declared...

**Describe the problem** Too many `#ifdef` macros. It is difficult to read and maintain the code **Expected behavior** Reduce them to minimum

enhancement

* reads parameters.par from disk and stores the info in a hash table i.e., YAML::Node * FTY throws an exception if a NAMELIST block is not closed. Example: ``` ......

Related PRs: yateto: https://github.com/SeisSol/yateto/pull/46 Device: https://github.com/SeisSol/Device/pull/21