Skip to content

Commit

Permalink
Rename sample of permutation
Browse files Browse the repository at this point in the history
Rename `permutation` to `simple_permutation` to comply with naming
conventions.
  • Loading branch information
CongMa13 committed Nov 30, 2023
1 parent 1a1e678 commit 00d7ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/02_permutation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# Check whether building within hiptensor context
if( CMAKE_PROJECT_NAME STREQUAL "hiptensor" )
add_hiptensor_sample(permutation permutation.cpp)
add_hiptensor_sample(simple_permutation permutation.cpp)
# If building hipTensor samples as a standalone Cmake project
else()
add_executable(permutation permutation.cpp)
Expand Down

0 comments on commit 00d7ec8

Please sign in to comment.