Skip to content

Commit

Permalink
HIP "Basic" Example Suite (part 3) (#10)
Browse files Browse the repository at this point in the history
* Resolve "Set Occupancy and Stream examples as C++ 17 standard in Windows Visual Studio"

* Resolve "Fix Bug in Makefile of rocThrust vectors, remove_points and saxpy"

* Fixing rebasing mistake in HIP-Basic events

* Resolve "Port the command line parsing of rocRAND example and matrix multiplication to the common cmdparser.hpp"

* Resolve "Bandwidth example"

* Add required vulkan packages to rocm dockerfile

* Fix the build type variable name in the cmake build on windows

* increase CI docker build timeout

* Add required vulkan packages to cuda dockerfile

* fix vs build files for device query, matrix multiplication, device sum

* fix target names in vcxproj

* Runtime compilation example

* Remove gfx90c target from saxpy

* Fix README.md titles and typos in examples

* Shared memory example

* update docker files to rocm 5.3

* Resolve "2D Shuffle example"

* Assembly to Executable

* Resolve "LLVM IR to executable example"

* Reordering some statements

* update copyright of llvm ir to executable/assembly to executable

* Resolve "Upstreaming examples fixes"

Co-authored-by: Bibrak Qamar <[email protected]>
Co-authored-by: Lőrinc Serfőző <[email protected]>
Co-authored-by: Gergely Mészáros <[email protected]>
Co-authored-by: Beatriz Navidad Vilches <[email protected]>
Co-authored-by: Saad Rahim <[email protected]>
  • Loading branch information
6 people authored Nov 7, 2022
1 parent 1a1ea9a commit 58c3a8e
Show file tree
Hide file tree
Showing 105 changed files with 7,396 additions and 642 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ clang-format:
script:
- cd $CI_PROJECT_DIR
- git config --global --add safe.directory $CI_PROJECT_DIR
- scripts/code-format/check-format.sh $CI_MERGE_REQUEST_DIFF_BASE_SHA --binary "$CLANG_FORMAT"
- Scripts/CodeFormat/check_format.sh $CI_MERGE_REQUEST_DIFF_BASE_SHA --binary "$CLANG_FORMAT"

.build:dockerfiles:
timeout: 20m
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
Expand Down Expand Up @@ -209,7 +210,7 @@ test:rocm-windows-cmake:
-S "$CI_PROJECT_DIR"
-B "$CI_PROJECT_DIR/build"
-G Ninja
-D CMAKE_BUILD_TYPE="$CONFIG"
-D CMAKE_BUILD_TYPE="$BUILD_TYPE"
-D CMAKE_HIP_ARCHITECTURES=gfx1030
-D CMAKE_RC_COMPILER="C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x64/rc.exe"
- cmake --build "$CI_PROJECT_DIR/build"
Expand Down
Loading

0 comments on commit 58c3a8e

Please sign in to comment.