ROCProfiler SDK CI Fix (#365)

这个提交包含在:
Ammar ELWazir
2025-08-15 12:18:28 -05:00
提交者 GitHub
父节点 d3e29aaea9
当前提交 3dd35a51f4
@@ -177,7 +177,7 @@ jobs:
timeout-minutes: 20
shell: bash
working-directory: projects/rocprofiler-sdk
run:
run: |
CMAKE_PREFIX_PATH=/opt/rocm cmake -B build-samples-deb /opt/rocm/share/rocprofiler-sdk/samples
CMAKE_PREFIX_PATH=/opt/rocm cmake -B build-tests-deb -DGPU_TARGETS="gfx942" /opt/rocm/share/rocprofiler-sdk/tests
cmake --build build-samples-deb --target all --parallel 16