Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - There is a typo with quotation marks. recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py #3045

Open
dlcodns opened this issue Sep 9, 2024 · 0 comments · May be fixed by #3049
Labels
bug core Tutorials of any level of difficulty related to the core pytorch functionality

Comments

@dlcodns
Copy link

dlcodns commented Sep 9, 2024

Add Link

https://pytorch.org/tutorials/recipes/torch_compile_user_defined_triton_kernel_tutorial.html

Describe the bug

Bug Description:
There is a typo in line 155 where the triple backticks (```) are incorrectly used around triton.autotune. It should be formatted with double backticks instead.

Expected Result:
``triton.autotune``

Actual Result:
```triton.autotune``

Proposed Fix:
Replace ``triton.autotune`` with ``triton.autotune`` in line 155.

Describe your environment

  • Platform (i.e macOS, Linux, Google Colab): Windows
  • CUDA (yes/no, version?): no
  • PyTorch version (run python -c "import torch; print(torch.__version__")): 2.4.0+cu121

cc @albanD @jbschlosser

@dlcodns dlcodns added the bug label Sep 9, 2024
@svekars svekars added the core Tutorials of any level of difficulty related to the core pytorch functionality label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug core Tutorials of any level of difficulty related to the core pytorch functionality
Projects
None yet
2 participants