Skip to content

Conversation

@jplehr
Copy link
Contributor

@jplehr jplehr commented Jan 22, 2026

To enable running this in our nightlys, add a simple script to clone / update and configure / build LLaMA C++.
Also allows running their test via ctest.

Motivation

Common script to use compiler for LLaMA project

Technical Details

Script to run https://github.com/ggml-org/llama.cpp

Submission Checklist

To enable running this in our nightlys, add a simple script to clone /
update and configure / build LLaMA.
Also allows running their test via ctest.
@jplehr jplehr requested a review from mhalk January 22, 2026 09:37
@jplehr jplehr changed the title [LLaMA] Add run scritp for LLaMA C++ [LLaMA] Add run script for LLaMA C++ Jan 22, 2026
@jplehr jplehr requested a review from Kewen12 January 26, 2026 08:33
Copy link
Contributor

@mhalk mhalk left a comment

Choose a reason for hiding this comment

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

LGTM, one small question though.


while getopts "j:cbtv" opt; do
case ${opt} in
j ) AOMP_BUILD_JOBS=${OPTARG} ;;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this (going to be) used somewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for catching this

@jplehr jplehr merged commit 6591dd6 into ROCm:aomp-dev Jan 26, 2026
@jplehr jplehr deleted the feat/add-llama-run-script branch January 26, 2026 15:45
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