Skip to content

Commit d0c485b

Browse files
committed
remove icx guide
1 parent c8f29b6 commit d0c485b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

prototype_source/inductor_windows_cpu.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ During Installation, chosse `Desktop Development with C++` in the `Desktop & Mob
3030
.. note::
3131

3232
We recommend C++ compiler `Clang <https://github.com/llvm/llvm-project/releases>`_ and `Intel Compiler <https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html>`_.
33-
Please follow `Intel compiler setup guide <empty link>`_. (TODO: Intel will provide URL for this guide recently)
34-
3533

3634
Install Miniforge
3735
^^^^^^^^^^^^^^^^^
@@ -54,7 +52,7 @@ Set Up Environment
5452
conda activate inductor_cpu_windows
5553
#. Install `PyTorch 2.5 <https://pytorch.org/get-started/locally/>`_ or later.
5654
#. Use torchinductor on Windows CPU::
57-
55+
5856
import torch
5957
def foo(x, y):
6058
a = torch.sin(x)

0 commit comments

Comments
 (0)