Skip to content

Commit

Permalink
Drop gfx803 and gfx900 from default build targets (#658)
Browse files Browse the repository at this point in the history
* Drop gfx803 and gfx900 from default build targets (#656)

The rocBLAS library has dropped these targets from its default build
targets. While users can still build for those targets by specifying
them explicitly, there's little point enabling them in the official
binary releases when they are not enabled in rocSOLVER dependencies.

(cherry picked from commit 2c64a42)

* Update changelog
  • Loading branch information
cgmb authored Jan 28, 2024
1 parent f8b1f3c commit dd38229
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Full documentation for rocSOLVER is available at [rocsolver.readthedocs.io](http
### Changed
- Relaxed array length requirements for GESVDX with `rocblas_srange_index`.

### Removed
- Removed gfx803 and gfx900 from default build targets.

### Fixed
- Corrected singular vector normalization in BDSVDX and GESVDX
- Fixed potential memory access fault in STEIN, SYEVX/HEEVX, SYGVX/HEGVX, BDSVDX and GESVDX
Expand Down
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ##########################################################################
# Copyright (C) 2019-2023 Advanced Micro Devices, Inc. All rights reserved.
# Copyright (C) 2019-2024 Advanced Micro Devices, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -167,8 +167,6 @@ if(NOT DEFINED AMDGPU_TARGETS)
gfx1102
)
set(AMDGPU_TARGETS_INIT
gfx803
gfx900
gfx906:xnack-
gfx908:xnack-
gfx1010
Expand Down

0 comments on commit dd38229

Please sign in to comment.