You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR updates `СMakeLists` files and `build_locally.py` to enable
building dpnp for AMD targets.
To build dpnp on AMD:
```
python scripts/build_locally.py --target-hip=gfx90a
```
To find the architecture, use
```
rocminfo | grep 'Name: *gfx.*'
```
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ This release achieves 100% compliance with Python Array API specification (revis
17
17
* Added implementation of `dpnp.convolve`[#2205](https://github.com/IntelPython/dpnp/pull/2205)
18
18
* Added implementation of `dpnp.kaiser`[#2387](https://github.com/IntelPython/dpnp/pull/2387)
19
19
* Added implementation of `dpnp.interp`[#2417](https://github.com/IntelPython/dpnp/pull/2417)
20
+
* Added support to build `dpnp` for specified AMD GPU architecture using [CodePlay oneAPI plug-in](https://developer.codeplay.com/products/oneapi/amd/home/)[#2302](https://github.com/IntelPython/dpnp/pull/2302)
0 commit comments