removing gfx940 and gfx941 targets (#286)
* removing gfx940 and gfx941 targets
* updated changelog
[ROCm/rocprofiler-sdk commit: f5c9663c51]
Este commit está contenido en:
@@ -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"
|
||||
|
||||
Referencia en una nueva incidencia
Block a user