Jan Bylicki

Results 8 comments of Jan Bylicki

@skazarynau1 I can't reproduce your issue on `master`, I suspect #1938 might've fixed it as it was merged not too long ago. Is the issue still happening for you on...

I've rebased this branch onto latest `master` and started resolving the mentioned issues: - Eigen’s `solveWithGuess()` behaves differently on the Kokkos branch (with a suggestion that this is caused by...

I added a configuration option to `etc/Build.sh`, `-use_gpl2` that will include the `gpl2` subdirectory and launch the compilation of `kokkos` via `kokkos-fft` in CMake. I additionally assigned the `-gpu` flag...

With the current setup, it would be possible to support both compilation schemes, with the priority set towards the `DependencyInstaller` - if a system-wide Kokkos installation would be detected, it...

I'll add support for `kokkos` and `kokkos-fft` via the `DependencyInstaller` then. The submodule could be deleted while keeping in-tree support - CMake would in case of a system-wide package being...

I've added nested parallelism to the most time consuming kernel - `computeBCPosNegKernel`. After rebasing both branches to the same base commit, the performance results are as follows for the `black-parrot`...

Yes, it's ready for review. I've applied the suggested clang-tidy fixes and added the missing RockyLinux9 package. The performance difference between `CUDA` and `OpenMP` backends on `black_parrot` is: - `CUDA`:...

Currently, the mainline `gpl` runs the `global_place` call for 653.90s with the total run time being 729.30s