mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[TUTORIALS] Add missing docstrings (#2420)
Depend on https://github.com/openai/triton/pull/2419 to fix the documentation workflow
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
|
||||
"""
|
||||
Group GEMM
|
||||
============================
|
||||
This group gemm kernel launches a fixed number of CTA to compute a group
|
||||
of gemms. The scheduling is static and we do it on device.
|
||||
"""
|
||||
|
||||
# Copyright (c) 2023 NVIDIA Corporation & Affiliates. All rights reserved.
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining
|
||||
@@ -24,9 +32,6 @@ import torch
|
||||
import triton
|
||||
import triton.language as tl
|
||||
|
||||
# This group gemm kernel launches a fixed number of CTA to compute a group
|
||||
# of gemms. The scheduling is static and we do it on device
|
||||
|
||||
|
||||
@triton.autotune(
|
||||
configs=[
|
||||
|
||||
Reference in New Issue
Block a user