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
Copy file name to clipboardExpand all lines: docs/intro/setup.rst
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,8 @@ If you want to use our :doc:`profiling <../advanced/profiling>` toolbox, you mig
20
20
21
21
pip install hls4ml[profiling]
22
22
23
-
``hls4ml`` is also available as a ``conda`` package in the ``conda-forge`` repository. To install, run:
24
-
25
23
.. warning::
26
-
Version of hls4ml available on ``conda-forge`` is outdated, we recommend installing with ``pip`` to get the latest version.
27
-
28
-
.. code-block::
29
-
30
-
conda install -c conda-forge hls4ml
24
+
Previously, versions of hls4ml were made available on ``conda-forge``. These are outdated and should NOT be used. Installing with ``pip`` is currently the only supported method.
Copy file name to clipboardExpand all lines: docs/intro/status.rst
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,14 +89,15 @@ A summary of the on-going status of the ``hls4ml`` tool is in the table below.
89
89
90
90
Other feature notes:
91
91
92
-
* ``hls4ml`` is tested on Linux, and supports
92
+
* ``hls4ml`` is tested on the following platforms. Newer versions might work just fine, but try at your own risk.
93
93
* Vivado HLS versions 2018.2 to 2020.1
94
-
* Intel HLS versions 20.1 to 21.4
95
-
* Vitis HLS versions 2022.2 to 2024.1
94
+
* Intel HLS versions 20.1 to 21.4, versions \> 21.4 have not been tested.
95
+
* Vitis HLS versions 2022.2 to 2024.1. Versions \<= 2022.1 are known not to work.
96
96
* Catapult HLS versions 2024.1_1 to 2024.2
97
97
* oneAPI versions 2024.1 to 2025.0
98
98
99
-
* Windows and macOS are not supported
99
+
* ``hls4ml`` supports Linux and requires python \>=3.10. hlsml does not require a specific Linux distribution version and we recommended to follow the requirements of the HLS tool you are using.
100
+
* Windows and macOS are not supported. Setting up ``hls4ml`` on these platforms, for example using the Windows Subsystem for Linux (WSL) should be possible, but we do not provide support for such use cases.
100
101
* BDT support has moved to the `Conifer <https://github.com/thesps/conifer>`__ package
0 commit comments