removing gfx940 and gfx941 targets (#286)

* removing gfx940 and gfx941 targets

* updated changelog

[ROCm/rocprofiler-sdk commit: f5c9663c51]
Este commit está contenido en:
Bhardwaj, Gopesh
2025-03-18 01:51:12 +05:30
cometido por GitHub
padre aef4f2f4c5
commit 9764f96427
Se han modificado 4 ficheros con 3 adiciones y 17 borrados
+2 -12
Ver fichero
@@ -170,6 +170,7 @@ Full documentation for ROCprofiler-SDK is available at [rocm.docs.amd.com/projec
- Added support for rocJPEG API Tracing
- Added MI350X/MI355X support
- Added rocprofiler_create_counter to allow for adding custom derived counters at runtime.
- Added support for iteration based counter multiplexing to rocprofv3 (see documentation)
### Changed
@@ -182,15 +183,4 @@ Full documentation for ROCprofiler-SDK is available at [rocm.docs.amd.com/projec
### Removed
## ROCprofiler-SDK 0.7.0 for ROCm release 6.5
### Added
- Added support for rocJPEG API Tracing.
- Added support for iteration based counter multiplexing to rocprofv3 (see documentation)
### Changed
### Resolved issues
### Removed
- Support of gfx940 and gfx941 targets from compilation
@@ -34,8 +34,6 @@ set(DEFAULT_GPU_TARGETS
"gfx906"
"gfx908"
"gfx90a"
"gfx940"
"gfx941"
"gfx942"
"gfx1100"
"gfx1101"
@@ -28,7 +28,7 @@ _DEFAULT_INSTALL_PREFIX = (
)
_DEFAULT_GPU_TARGETS = os.environ.get(
"GPU_TARGETS",
"gfx900 gfx906 gfx908 gfx90a gfx940 gfx941 gfx942 gfx1030 gfx1100 gfx1101 gfx1102",
"gfx900 gfx906 gfx908 gfx90a gfx942 gfx1030 gfx1100 gfx1101 gfx1102",
).split()
@@ -17,8 +17,6 @@ set(DEFAULT_GPU_TARGETS
"gfx906"
"gfx908"
"gfx90a"
"gfx940"
"gfx941"
"gfx942"
"gfx1030"
"gfx1010"