Skip to content

Commit 0053f8f

Browse files
committed
update doc references to 13x from 12x
1 parent 28e5dfc commit 0053f8f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/source/installation.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,19 +134,21 @@ CUDA driver version, run ``nvidia-smi`` on the intended system.
134134

135135
* - CUDA Version
136136
- ASPIRE Extension
137-
* - >=12
137+
* - 12.*
138138
- gpu-12x
139+
* - 13.*
140+
- gpu-13x
139141

140-
For example, if you have CUDA 12.3 installed on your system,
142+
For example, if you have CUDA 13.1 installed on your system,
141143
the command below would install GPU packages required for ASPIRE.
142144

143145
::
144146

145147
# From a local git repo
146-
pip install -e ".[gpu-12x]"
148+
pip install -e ".[gpu-13x]"
147149

148150
# From PyPI
149-
pip install "aspire[gpu-12x]"
151+
pip install "aspire[gpu-13x]"
150152

151153
152154
By default if the required GPU extensions are correctly installed,

gallery/tutorials/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
# packages and small config changes. Installing the supporting
113113
# software is most easily accomplished by installing ASPIRE with one
114114
# of the published GPU extensions, for example ``pip install
115-
# "aspire[dev,gpu-12x]"``. Once the packages are installed users
115+
# "aspire[dev,gpu-13x]"``. Once the packages are installed users
116116
# should find that the NUFFT calls are automatically running on the
117117
# GPU. Additional acceleration is achieved by enabling `cupy` for
118118
# `numeric` and `fft` components.

0 commit comments

Comments
 (0)