Skip to content

Commit

Permalink
Merge pull request codeplaysoftware#172 from FMarno/modify_examples_run
Browse files Browse the repository at this point in the history
This uses the test_examples target instead of manually specifying examples.
  • Loading branch information
aacostadiaz authored Dec 11, 2024
2 parents c76cf17 + cb07f6f commit bbed4cc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,4 @@ jobs:
shell: bash
run: |
export LD_LIBRARY_PATH=~/dpcpp/lib/:$LD_LIBRARY_PATH
echo Run sgemm_1
./examples/cute/tutorial/sgemm_1
echo Run sgemm_2
./examples/cute/tutorial/sgemm_2
echo Run sgemm_sm70
./examples/cute/tutorial/sgemm_sm70
echo Run sgemm_sm80
./examples/cute/tutorial/sgemm_sm80
echo Run tiled_copy
./examples/cute/tutorial/tiled_copy
cmake --build . --target test_examples -j 24

0 comments on commit bbed4cc

Please sign in to comment.