Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final Project PR for StreamK #1318

Open
wants to merge 3 commits into
base: ck_streamk_2tile_sk_dp
Choose a base branch
from

Conversation

abbyoutsider
Copy link

Final Project PR for StreamK

@@ -7,7 +7,7 @@ MY_PROJECT_SOURCE=$1

cmake \
-D CMAKE_PREFIX_PATH=/opt/rocm \
-D CMAKE_CXX_COMPILER=/opt/rocm/bin/hipcc \
-D CMAKE_CXX_COMPILER=/opt/rocm-5.7.1/bin/hipcc \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please not change this to /opt/rocm-xxx, since this script will be used by other developers, with different rocm version. If need a specific rocm version, or on your environment you don't have /opt/rocm/ but only opt/rocm-5.7.1, you can have a soft link to /opt/rocm/ by cmd e.g, ln -s /opt/rocm-5.7.1 /opt/rocm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants