[DOCS] fix generating document failures (#2096)

This commit is contained in:
danny.jang
2023-08-13 22:53:34 +09:00
committed by GitHub
parent cd114c0bd5
commit b878c8826f
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
"""
Matrix Multiplication with TMA (Experimental)
================================================
In this tutorial, you will write a very short high-performance multiplication kernel that achieves
performance on parallel with cuBLAS.
"""
# Copyright (c) 2023 NVIDIA Corporation & Affiliates. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining

View File

@@ -1,3 +1,10 @@
"""
Matrix Multiplication with TMASTG (Experimental)
================================================
In this tutorial, you will write a very short high-performance multiplication kernel that achieves
performance on parallel with cuBLAS.
"""
# Copyright (c) 2023 NVIDIA Corporation & Affiliates. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining