Skip to content

Commit

Permalink
Organize gemm examples into separate directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangjuX committed May 28, 2024
1 parent c93b524 commit 8cca42e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EXAMPLE ?= engine
EXAMPLE ?= global_block

.PHONY: build test clean example

Expand Down
6 changes: 3 additions & 3 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ path = "gemm.rs"

[[example]]
name = "rf_block"
path = "rf_block.rs"
path = "gemm/rf_block.rs"

[[example]]
name = "shared_block"
path = "shared_block.rs"
path = "gemm/shared_block.rs"

[[example]]
name = "global_block"
path = "global_block.rs"
path = "gemm/global_block.rs"

[[example]]
name = "engine"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8cca42e

Please sign in to comment.