tensor: Update readme

This commit is contained in:
Hansung Kim
2024-07-31 11:55:28 -07:00
committed by GitHub
parent 446b1a4c2e
commit a12f2c296c

View File

@@ -1,13 +1,14 @@
tensor tensor
------ ======
Unittest kernel for the tensor core. Unittest kernel for the tensor core.
## Build Build
-----
``` ```
$ python3 generate_matrix.py $ python3 generate_matrix.py
$ make $ make
``` ```
The argument and input matrix binary are hardcoded into the ELF. The generated ELF binary is run standalone; the argument and input matrix binary are hardcoded into the binary.