get-tool-intel-pin: add path.# variation for custom installation path#956
get-tool-intel-pin: add path.# variation for custom installation path#956YasirKhokhar wants to merge 4 commits into
Conversation
|
MLCommons CLA bot: |
|
Looks good @YasirKhokhar Can you please change the commit user to the GitHub user with AMD email? Merge to Mlcommons requires CLA signing. |
|
recheck |
|
@YasirKhokhar can you please change the commit author email to your AMD email address? |
What
Adds a
path.#variation toget-tool-intel-pinto support specifying a custom PIN tool installation directory via--pintool_dir=CLI flag.Why
Without this variation, the cache key for
get-tool-intel-pindoes not include the installation path, so passing a custom path would always hit the cached entry from the default installation effectively ignoring the custom path.The
path.#variation ensures that each unique path gets its own cache entry, making custom PIN tool installations work correctly and cache-safely.