Skip to content

[MiniQMC] Enable 'dev' target to run latest OMP impl#2225

Open
jplehr wants to merge 1 commit into
ROCm:aomp-devfrom
jplehr:feat/add-miniqmc-dev-target
Open

[MiniQMC] Enable 'dev' target to run latest OMP impl#2225
jplehr wants to merge 1 commit into
ROCm:aomp-devfrom
jplehr:feat/add-miniqmc-dev-target

Conversation

@jplehr
Copy link
Copy Markdown
Contributor

@jplehr jplehr commented May 18, 2026

This allows to switch between running the old tag we used internally for some time and the most recent work on OMP_offload user branch.

Sources go to different directory on checkout.
CMake invocation is a bit different.
Build directory is overwritten / reused.

This allows to switch between running the old tag we used internally for
some time and the most recent work on OMP_offload user branch.

Sources go to different directory on checkout.
CMake invocation is a bit different.
Build directory is overwritten / reused.
Comment thread bin/run_miniQMC.sh

while getopts "v:" opt; do
case $opt in
v) MQMC_VERSION="$OPTARG" ;;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this seems to be more or less a on/off switch for using dev instead of stable? In that case, it would maybe be simpler to just use a toggle. But in case we expect more variants for the version field to follow, the current design is more suitable ofc. Although maybe a check if the string is in the supported list of version names would be nice :)

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