mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[DOCS] fix generating document failures (#2096)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user