Skip to content

Commit f7aa105

Browse files
committed
Docs: Clean-up header briefs
1 parent 0532e1b commit f7aa105

File tree

159 files changed

+454
-270
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+454
-270
lines changed

c/dispatch.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
2-
* @brief Common definitions for dtype dispatch files.
2+
* @brief Common Definitions for Dispatch Files.
33
* @file c/dispatch.h
4+
* @author Ash Vardanian
5+
* @date February 3, 2026
46
*/
57
#ifndef NK_DISPATCH_H
68
#define NK_DISPATCH_H

c/dispatch_bf16.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
2-
* @brief Dispatch initialization for bf16 (brain floating point) data types.
2+
* @brief Dispatch Initialization for BF16 Data Types.
33
* @file c/dispatch_bf16.c
4+
* @author Ash Vardanian
5+
* @date February 3, 2026
46
*/
57
#include "dispatch.h"
68

c/dispatch_bf16c.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
2-
* @brief Dtype dispatch for bf16c (brain float 16-bit complex).
2+
* @brief Dispatch Initialization for BF16C Data Types.
33
* @file c/dispatch_bf16c.c
4+
* @author Ash Vardanian
5+
* @date February 3, 2026
46
*/
57
#include "dispatch.h"
68

c/dispatch_cast.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
2-
* @brief Dispatch functions for type casting and scalar conversions.
2+
* @brief Dispatch Initialization for Type Conversions.
33
* @file c/dispatch_cast.c
4+
* @author Ash Vardanian
5+
* @date February 3, 2026
46
*/
57
#include "dispatch.h"
68

c/dispatch_e2m3.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
2-
* @brief Dispatch functions for e2m3 (FP6) data type.
2+
* @brief Dispatch Initialization for E2M3 Data Types.
33
* @file c/dispatch_e2m3.c
4+
* @author Ash Vardanian
5+
* @date February 3, 2026
46
*/
57
#include "dispatch.h"
68

c/dispatch_e3m2.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
2-
* @brief Dispatch functions for e3m2 (FP6) data type.
2+
* @brief Dispatch Initialization for E3M2 Data Types.
33
* @file c/dispatch_e3m2.c
4+
* @author Ash Vardanian
5+
* @date February 3, 2026
46
*/
57
#include "dispatch.h"
68

c/dispatch_e4m3.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
2-
* @brief Dtype dispatch file for e4m3.
2+
* @brief Dispatch Initialization for E4M3 Data Types.
33
* @file c/dispatch_e4m3.c
4+
* @author Ash Vardanian
5+
* @date February 3, 2026
46
*/
57
#include "dispatch.h"
68

c/dispatch_e5m2.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
2-
* @brief Dtype dispatch file for e5m2.
2+
* @brief Dispatch Initialization for E5M2 Data Types.
33
* @file c/dispatch_e5m2.c
4+
* @author Ash Vardanian
5+
* @date February 3, 2026
46
*/
57
#include "dispatch.h"
68

c/dispatch_f16.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
2-
* @brief Dispatch initialization for f16 (half precision) data types.
2+
* @brief Dispatch Initialization for F16 Data Types.
33
* @file c/dispatch_f16.c
4+
* @author Ash Vardanian
5+
* @date February 3, 2026
46
*/
57
#include "dispatch.h"
68

c/dispatch_f16c.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
2-
* @brief Dtype dispatch for f16c (16-bit complex floating point).
2+
* @brief Dispatch Initialization for F16C Data Types.
33
* @file c/dispatch_f16c.c
4+
* @author Ash Vardanian
5+
* @date February 3, 2026
46
*/
57
#include "dispatch.h"
68

0 commit comments

Comments
 (0)