Skip to content

Commit

Permalink
Rename CMake file and rename paths from omniperf to rocprofcompute.
Browse files Browse the repository at this point in the history
Signed-off-by: xuchen-amd <[email protected]>
  • Loading branch information
xuchen-amd committed Oct 19, 2024
1 parent 2e0d641 commit 93af071
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions utils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,8 @@ cp -r ${dash_loc:10}/dash_svg "$distpath"/rocprofiler-compute/

echo "(build.sh) Fixing flattened directories"
#TODO: Copy orig file structure from over to flattened packaged version
<<<<<<< HEAD
rm -rf "$distpath"/rocprofiler-compute/rocprof_compute_analyze/
cp -r src/rocprof_compute_analyze/ "$distpath"/rocprofiler-compute/
=======
rm -rf "$distpath"/omniperf/rocprof_compute_analyze/
cp -r src/rocprof_compute_analyze/ "$distpath"/omniperf/
>>>>>>> d36127b1 (Rename all occurrences of omniperf_analyze to rocprof_compute_analyze.)

rm -rf "$distpath"/rocprofiler-compute/perfmon_pub/
cp -r src/perfmon_pub/ "$distpath"/rocprofiler-compute/
Expand Down

0 comments on commit 93af071

Please sign in to comment.