Skip to content

Commit

Permalink
Add initial profiling setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lockshaw committed Feb 9, 2025
1 parent 9d741dc commit 07b293d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 10 deletions.
17 changes: 17 additions & 0 deletions .proj.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ testsuite_macro = "FF_TEST_SUITE"
namespace_name = "FlexFlow"
header_extension = ".h"

bin_targets = [
"export-model-arch",
"substitution-to-dot",
]

lib_targets = [
"utils",
"op-attrs",
"kernels",
"pcg",
"substitutions",
"compiler",
"substitution-generator",
"local-execution",
"models",
]

build_targets = [
"utils",
"op-attrs",
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
flake-utils.url = "github:numtide/flake-utils";

proj-repo = {
url = "github:lockshaw/proj";
url = "git+file:///home/lockshaw/x/proj/proj";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
Expand Down Expand Up @@ -120,6 +120,7 @@
lcov # for code coverage
compdb
gbenchmark
linuxPackages_latest.perf
])
(with proj-repo.packages.${system}; [
proj
Expand Down Expand Up @@ -162,6 +163,7 @@
ruff
jq
gh
hotspot
])
(with pkgs.python3Packages; [
gitpython
Expand Down

0 comments on commit 07b293d

Please sign in to comment.