This reverts commit 0a52f5c101.
Reverts #2003
MIOpen build failures on windows causing blockers on unrelated file changes.
This commit is contained in:
@@ -3,10 +3,10 @@ This dictionary is used to map specific file directory changes to the correspond
|
||||
"""
|
||||
subtree_to_project_map = {
|
||||
'projects/aqlprofile': 'profiler',
|
||||
'projects/clr': 'all',
|
||||
'projects/hip': 'all',
|
||||
'projects/hip-tests': 'all',
|
||||
'projects/hipother': 'all',
|
||||
'projects/clr': 'core',
|
||||
'projects/hip': 'core',
|
||||
'projects/hip-tests': 'core',
|
||||
'projects/hipother': 'core',
|
||||
'projects/rdc': 'rdc',
|
||||
'projects/rocm-core': 'core',
|
||||
'projects/rocm-smi-lib': 'core',
|
||||
@@ -16,7 +16,7 @@ subtree_to_project_map = {
|
||||
'projects/rocprofiler-sdk': 'profiler',
|
||||
'projects/rocprofiler-systems': 'profiler',
|
||||
'projects/rocprofiler': 'profiler',
|
||||
'projects/rocr-runtime': 'all',
|
||||
'projects/rocr-runtime': 'core',
|
||||
'projects/roctracer': 'profiler'
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ project_map = {
|
||||
"project_to_test": "rocprofiler-tests",
|
||||
},
|
||||
"all": {
|
||||
"cmake_options": "-DTHEROCK_ENABLE_ALL=ON",
|
||||
"cmake_options": "-DTHEROCK_ENABLE_CORE=ON -DTHEROCK_ENABLE_PROFILER=ON -DTHEROCK_ENABLE_ALL=OFF",
|
||||
"project_to_test": "hip-tests, rocprofiler-tests",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user