Skip to content

Commit

Permalink
Deprecate Fortran bindings in favour of hipfort (#312)
Browse files Browse the repository at this point in the history
* Deprecate Fortran bindings in favour of hipfort

* Remove unused headings
  • Loading branch information
cgmb authored Aug 20, 2024
1 parent 828c680 commit be7189d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Full documentation for hipSOLVER is available at the [hipSOLVER Documentation](h
- The --no-sparse option of the install script now only affects the hipSOLVER clients and their dependency on hipSPARSE. Use the
`BUILD_HIPSPARSE_TESTS` CMake option to enable tests for the hipsolverSp API (on by default).

### Deprecated
- The Fortran bindings provided in `hipsolver_module.f90` have been deprecated.
The Fortran bindings provided by the hipfort project are recommended instead.


## hipSOLVER 2.2.0 for ROCm 6.2.0
### Added
Expand Down
12 changes: 11 additions & 1 deletion library/src/hipsolver_module.f90
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Copyright (C) 2020-2022 Advanced Micro Devices, Inc. All rights reserved.
! Copyright (C) 2020-2024 Advanced Micro Devices, Inc. All rights reserved.
!
! Permission is hereby granted, free of charge, to any person obtaining a copy
! of this software and associated documentation files (the "Software"), to deal
Expand All @@ -21,6 +21,16 @@
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! DEPRECATED
!
! These Fortran bindings are deprecated and may be removed in a future
! release. The hipfort project provides hipsolver Fortran bindings that
! are recommended for use instead.
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

module hipsolver_enums
use iso_c_binding

Expand Down

0 comments on commit be7189d

Please sign in to comment.