* bump the required cmake version to 3.21.3
* Fix device_globals example name
* Fix hip_streams timeout on AMD windows debug build type
* Update templates
* Update cuda container to ROCm 5.4
* Change std::bind into lambda
* HIP 5.5 fixes
* fix tests not being executed
* Make the reference to the identity and transpose op uniform
* Fix NVCC CI
* Resolve "Increase timeout for CI"
* Update fixed size arrays to C++ standards
* Add missing include in hip_texture_management
* Remove void** cast from hipMalloc
* Fix hip-libraries-cuda-ubuntu Dockerfile
* Make the windows builds less verbose
* Rework Windows CI
* Skip failing rocsparse tests
* Fix cooperative groups example
* ci: Make skipped examples more prominent in windows VS test runner
* Enable rocsparse examples in CI
* Update .gitlab/issue_templates/example.md
Fix small typo
---------
Co-authored-by: Balint Soproni <balint@streamhpc.com>
Co-authored-by: Robin Voetter <robin@streamhpc.com>
Co-authored-by: Nara Prasetya <nara@streamhpc.com>
Co-authored-by: Nol Moonen <nol@streamhpc.com>
Co-authored-by: Mátyás Aradi <matyas@streamhpc.com>
Co-authored-by: Gergely Mészáros <gergely@streamhpc.com>
Co-authored-by: Sam Wu <22262939+samjwu@users.noreply.github.com>