Roman Grundkiewicz

Results 4 issues of Roman Grundkiewicz

### Description Extends Ubuntu workflows by compiling Marian using clang-14, which is pre-installed on the ubuntu-22.04 image. Added dependencies: none ### How to test See the workflow for the cmake...

Currenlty the user documentation (https://marian-nmt.github.io/docs/) is in the repository with Marian website (https://github.com/marian-nmt/marian-nmt.github.io/blob/jekyll/docs/index.md). It would be better to have all documentation in the same repository where the code is, which...

documentation

[LICENSE.md](https://github.com/marian-nmt/marian-dev/blob/master/LICENSE.md) needs to be updated and the list of parties might need to be extended. See the discussion in [this PR](https://github.com/marian-nmt/marian-dev/pull/768/files/342dc8fa460833ade01fef4b1d6edb8ebc9cf039#diff-2fcc37f6da14162ba8b310b9f3f53f05131296b50f4997e7ac70fe3c728fb4fd).

The maximum vocabulary size in is limited in `nth_element.cu` file. As a temporary fix I've increased the limit to 100k: efd46910d2911aec44adfc4a1c8d182c1e861dd8. We should try to remove the constraint entirely.