Skip to content

Commit f2a34ee

Browse files
committed
Add list of features to README
1 parent 4223961 commit f2a34ee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ Operator overloading (like `+`, `*`, `&&`) has been implemented such that the mo
2525
Many mathetical functions (like `log`, `exp`, `sin`) and common operations (such as `sum`, `range`, `for_each`) are also available.
2626

2727

28+
## Features
29+
30+
In a nutshell, _Kernel Float_ offers the following features:
31+
32+
* Single type `vec<T, N>` that unifies all vector types.
33+
* Operator overloading to simplify programming.
34+
* Support for half (16 bit) and quarter (8 bit) floating-point precision.
35+
* Easy integration as a single header file.
36+
* Compatible with C++17.
37+
* Compatible with NVCC (NVIDIA Compiler) and NVRTC (NVIDIA Runtime Compilation).
2838

2939

3040
## Example

0 commit comments

Comments
 (0)