Skip to content

Commit

Permalink
add bare example
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Aug 29, 2024
1 parent 06725be commit d174fd4
Show file tree
Hide file tree
Showing 6 changed files with 1,368 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,6 @@ jobs:
cmake .. -DCMAKE_BUILD_TYPE=Debug -GNinja
ninja aie_hsa_dispatch_test
./aie_hsa_dispatch_test $PWD/..
ninja aie_hsa_bare_add_one
./aie_hsa_bare_add_one $PWD/..
2 changes: 2 additions & 0 deletions experimental/hsa/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
find_package(hsa-runtime64 REQUIRED)
add_executable(aie_hsa_dispatch_test aie_hsa_dispatch_test.cc)
target_link_libraries(aie_hsa_dispatch_test PUBLIC hsa-runtime64::hsa-runtime64)

add_executable(aie_hsa_bare_add_one aie_hsa_bare_add_one.cc)
Loading

0 comments on commit d174fd4

Please sign in to comment.