Skip to content

Commit 39b62e2

Browse files
Apply remarks
1 parent 2a03eba commit 39b62e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010

11-
* Added support for selecting CUDA architecture via the `--target-cuda` option using [CodePlay oneAPI plug-in](https://developer.codeplay.com/products/oneapi/nvidia/home/) [#2478](https://github.com/IntelPython/dpnp/pull/2478)
11+
* Added `--target-cuda[=ARCH]` option to replace the deprecated `--target=cuda`, allowing users to build for CUDA devices with optional architecture selection using [CodePlay oneAPI plug-in](https://developer.codeplay.com/products/oneapi/nvidia/home/) [#2478](https://github.com/IntelPython/dpnp/pull/2478)
1212

1313
### Changed
1414

doc/quick_start_guide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ To use the default architecture (``sm_50``), run:
165165
166166
python scripts/build_locally.py --target-cuda
167167
168-
Note that kernels are built for ``sm_50`` by default, allowing them to work on a wider
169-
range of architectures, but limiting the usage of more recent CUDA features.
168+
Note that kernels are built for the default architecture (``sm_50``), allowing them to work on a
169+
wider range of architectures, but limiting the usage of more recent CUDA features.
170170

171171
For reference, compute architecture strings like ``sm_80`` correspond to specific
172172
CUDA Compute Capabilities (e.g., Compute Capability 8.0 corresponds to ``sm_80``).
@@ -203,8 +203,8 @@ For example:
203203
Multi-target build
204204
~~~~~~~~~~~~~~~~~~
205205

206-
It is, however, possible to build for Intel devices, CUDA devices, and an AMD device
207-
architecture all at once:
206+
By default, building from source enables support for Intel devices.
207+
However, the build can be extended to support both CUDA and AMD devices simultaneously:
208208

209209
.. code-block:: bash
210210

0 commit comments

Comments
 (0)