* Applications example Monte Carlo pi
* Added prefix sum application example
* Improve Floyd-Warshall example
- Use Pinned memory for host-device copy
- Use device memory for the computation
- Update application README
- Remove void** cast from hipMalloc
* Added Histogram example
* Add applications/prefix_sum to portable examples
* Implement the convolution example
* Bitonic sort example
---------
Co-authored-by: Nol Moonen <nol@streamhpc.com>
Co-authored-by: Nara Prasetya <nara@streamhpc.com>
Co-authored-by: Balint Soproni <balint@streamhpc.com>
Co-authored-by: Robin Voetter <robin@streamhpc.com>
* Resolve "hipBLAS examples are not executed in the CI on Nvidia"
* Resolve "Use chevron launch syntax instead of hipLaunchKernelGGL"
* Resolve "VS2017 and VS2022 files for all examples"
* Resolve "NAVI30 Error occured while hip_module_api sample application is executed"
* Resolve "Enable examples disabled VS"
* Resolve ""hiprtc0504.dll" is missing while running "hip_runtime_compilation_vs2019.exe""
* Resolve "opengl/vulkan: GLFW dependency via GLFW_DIR"
* Resolve "Dedicated ROCm-Examples-VS20xx.sln solution files tagged with "HIP_nvcc" should come with only a selection of examples that can be run on non-AMD hardware."
* Resolve "[EXSWSTRHPC-177] Remove hip_cooperative_groups from sln files"
* PropertyGroup just after ProjectConfigurations ItemGroup
* Literal version numbers instead of MSBuildVersion
* Removed new line at the beginning of solution files
* Changed -Wno-#warnings to --disable-warnings for nvcc in simple_distributions_cpp_vs20XX.vcxproj
---------
Co-authored-by: Nara Prasetya <nara@streamhpc.com>
Co-authored-by: Robin Voetter <robin@streamhpc.com>