Adding dependencies to rocmDependencies in rocprof-compute yaml. Now needed for building because of rocprofiler-sdk dependency.

Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
This commit is contained in:
Carrie Fallows
2025-11-13 20:56:45 -05:00
parent d1ce815d8d
commit 636d4cc736

View File

@@ -68,6 +68,9 @@ parameters:
- name: rocmDependencies
type: object
default:
- clr
- llvm-project
- ROCR-Runtime
- rocprofiler-sdk
- name: rocmTestDependencies
type: object