Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen committed Nov 28, 2023
1 parent a1619a8 commit 0b800e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/omnitrace-rocm-tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ omnitrace_add_test(
GPU ON
NUM_PROCS 1
RUN_ARGS 1 2 2
ENVIRONMENT "${_base_environment};OMNITRACE_CRITICAL_TRACE=OFF;OMNITRACE_ROCTRACER_HSA_ACTIVITY=OFF;OMNITRACE_ROCTRACER_HSA_API=OFF")
ENVIRONMENT
"${_base_environment};OMNITRACE_CRITICAL_TRACE=OFF;OMNITRACE_ROCTRACER_HSA_ACTIVITY=OFF;OMNITRACE_ROCTRACER_HSA_API=OFF"
)

omnitrace_add_test(
SKIP_BASELINE SKIP_RUNTIME
Expand Down

0 comments on commit 0b800e6

Please sign in to comment.