15 lines
223 B
Markdown
15 lines
223 B
Markdown
tensor
|
|
======
|
|
|
|
Unittest kernel for the tensor core.
|
|
|
|
Build
|
|
-----
|
|
|
|
```
|
|
$ python3 generate_matrix.py
|
|
$ make
|
|
```
|
|
|
|
The generated ELF binary is run standalone; the argument and input matrix binary are hardcoded into the binary.
|