Added GFX11 compilation for tests

Change-Id: I4483a0439fba0921cd9304b4bf45447b9a94b065


[ROCm/rocprofiler commit: f154067583]
This commit is contained in:
Giovanni LB
2023-06-03 13:35:50 -03:00
parent cb25329c42
commit d8aad69582
2 changed files with 2 additions and 2 deletions
@@ -136,7 +136,7 @@ function(generate_hsaco TARGET_ID INPUT_FILE OUTPUT_FILE)
set(HSACO_TARGET_LIST ${HSACO_TARGET_LIST} ${PROJECT_BINARY_DIR}/tests/featuretests/profiler/${OUTPUT_FILE} PARENT_SCOPE)
endfunction(generate_hsaco)
set(GPU_LIST "gfx900" "gfx906" "gfx908" "gfx90a" "gfx1030")
set(GPU_LIST "gfx900" "gfx906" "gfx908" "gfx90a" "gfx1030" "gfx1100")
foreach(target_id ${GPU_LIST})
## generate kernel bitcodes
generate_hsaco(${target_id} ${CMAKE_CURRENT_SOURCE_DIR}/apps/copy.cl ${target_id}_copy.hsaco)