* 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>
* add cmake build instructions for windows
* Add bit extract example
* Resolve "Multi GPU data transfer example"
* Resolve "Vulkan interop example"
* fix bit extract typo
* Resolve "OpenGL interop example"
* Add module API example
* enable -Wall -Wextra -Werror in cmake in ci
* Resolve "CMake don't throw error when building examples and certain libraries are missing."
* Device Globals example
* add moving average example
* Resolve "Static library example"
* fix missing opengl cmake check
* Resolve "Inline assembly / GPU arch example"
* revert to old msvc project file structure
* add hip basic texture management example
* normalize line endings
* remove hiprtc from bitextract
* Resolve "Cooperative groups example"
* Fix GUIDs
* Resolve "Floyd-Warshall example"
Co-authored-by: Nol Moonen <nol@streamhpc.com>
Co-authored-by: Beatriz Navidad Vilches <beatriz@streamhpc.com>
Co-authored-by: Robin Voetter <robin@streamhpc.com>
Co-authored-by: Vince van Heertum <vince@streamhpc.com>
* HIP: Hello World example and HIP runtime structure
* Changed "Used API surface" to "Demonstrated API Calls"
* Resolve "Device query example"
* HIP Cookbook - Vector add (saxpy) example
* HIP Cookbook - Matrix multiplication example
* Disable the hello world example on windows
* Add instructions on how to build with Visual Studio 19
* Resolve "Occupancy example"
* Resolve "Add .cu CUDA files in code format"
* Resolve "Hipify (square) example"
* Resolve "Dynamic shared memory example"
* add missing ignore to dynamic shared example
* Renamed Cookbook to HIP-Basic
Co-authored-by: Nol Moonen <nol@streamhpc.com>
Co-authored-by: Gergely Mészáros <gergely@streamhpc.com>
Co-authored-by: Bibrak Qamar <bibrak@streamhpc.com>
Co-authored-by: Robin Voetter <robin@streamhpc.com>