Files
kernels/tests/kernel/tensor
Hansung Kim c1906ebb4f tensor: Embed binary instead of hardcoding literals
the C compiler doesn't support fp16
2024-08-12 15:22:07 -07:00
..
2024-07-31 11:55:28 -07:00
2024-03-27 00:26:04 -07:00

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.