Put cached perfetto traces as default one (#2138)
* Put cached perfetto traces as default one * Improve cached data and perfetto traces in order to be more aligned with E2E tests * Addressing PR comments and findings * Force early instrumentation bundle instantiation * Sync-up insturumented containers with thread growth data * Revert ompvv number of host threads to default 8 * Fixed counter track namings for amd-smi * AIPROFSYST-34 [rocprof-sys] Update documentation describing newly introduced changes to default tracing mechanism
This commit is contained in:
@@ -88,8 +88,7 @@ function(configure_ompvv_tests TEST_TYPE TEST_LIST_VAR)
|
||||
NUM_THREADS_DEVICE=${OMPVV_NUM_THREADS_DEVICE}
|
||||
NUM_TEAMS_DEVICE=${OMPVV_NUM_TEAMS_DEVICE}
|
||||
"FOFFLOADING=${FOFFLOADING_FLAGS}" "FFLAGS=${CUSTOM_FFLAGS}"
|
||||
"FLINKFLAGS=${CUSTOM_FLINKFLAGS}" "SOURCES=${TEST}" compile >
|
||||
${CMAKE_CURRENT_BINARY_DIR}/ompvv-compile-${TARGET_NAME}.log 2>&1
|
||||
"FLINKFLAGS=${CUSTOM_FLINKFLAGS}" "SOURCES=${TEST}" compile
|
||||
COMMAND
|
||||
${CMAKE_COMMAND} -E copy_if_different
|
||||
"${ROCPROFSYS_OMPVV_SOURCE_DIR}/bin/${TEST_NAME}.F90.o"
|
||||
@@ -223,7 +222,7 @@ endif()
|
||||
|
||||
set(OMPVV_OPENMP_VERSION 5.0)
|
||||
set(OMPVV_TDIR "tests/${OMPVV_OPENMP_VERSION}")
|
||||
set(OMPVV_NUM_THREADS_HOST 128) # Smallest possible value of ROCPROFSYS_THREAD_COUNT. Avoids very long test times
|
||||
set(OMPVV_NUM_THREADS_HOST 8) # The default value from ompvv.F90
|
||||
set(OMPVV_NUM_TEAMS_DEVICE 8) # default used by ompvv
|
||||
set(OMPVV_NUM_THREADS_DEVICE 8) # default used by ompvv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user