Skip to content

Commit

Permalink
Remove failing log test (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber authored Apr 23, 2024
1 parent 8da4f3b commit 2fd504b
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 791 deletions.
3 changes: 1 addition & 2 deletions programming_examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ These programming examples provide a good starting point to illustrate how to bu
* [Vector Reduce Max](./vector_reduce_max) - Single tile performs a reduction of a vector to return the `max` of the elements.
* [Vector Reduce Min](./vector_reduce_min) - Single tile performs a reduction of a vector to return the `min` of the elements.
* [Vector Exp](./vector_exp) - A simple element wise exponent function, using the look up table capabilities of the AI Engine.
* [Matrix Multiplication](./matrix_multiplication) - This directory contains multiple designs spanning: single core and multi-core (whole array) matrix-matrix multiplication, and matrix-vector multiplication designs. It also contains sweep infrastructure for benchmarking.
* [Hello World (printf log)](./log_hello_world) - Single tile performs a self-query and `printf` function where printed data is moved from local buffers to external memory to be read by the host processor.
* [Matrix Multiplication](./matrix_multiplication) - This directory contains multiple designs spanning: single core and multi-core (whole array) matrix-matrix multiplication, and matrix-vector multiplication designs. It also contains sweep infrastructure for benchmarking.
75 changes: 0 additions & 75 deletions programming_examples/basic/log_hello_world/CMakeLists.txt

This file was deleted.

48 changes: 0 additions & 48 deletions programming_examples/basic/log_hello_world/Makefile

This file was deleted.

46 changes: 0 additions & 46 deletions programming_examples/basic/log_hello_world/README.md

This file was deleted.

138 changes: 0 additions & 138 deletions programming_examples/basic/log_hello_world/decodelog.hpp

This file was deleted.

Loading

0 comments on commit 2fd504b

Please sign in to comment.