Files
kernels/tests/kernel/tensor/README.md
2024-07-31 11:55:28 -07:00

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.