Skip to content

Commit

Permalink
Commit proj toml and update proj version (#1350)
Browse files Browse the repository at this point in the history
* Update proj version and add .proj.toml file to repo directly

* Revert changes to flake.nix
  • Loading branch information
lockshaw authored Apr 5, 2024
1 parent 041f338 commit 318152a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .proj.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
project_name = "flexflow"
testsuite_macro = "FF_TEST_SUITE"
namespace_name = "FlexFlow"
header_extension = ".h"

build_targets = [
"utils",
"op-attrs",
"kernels",
"substitutions",
"compiler",
]
test_targets = [
"utils-tests",
"substitutions-tests",
"compiler-tests",
]

[cmake_flags_extra]
FF_CUDA_ARCH = "60"
CMAKE_CUDA_ARCHITECTURES = "60"
6 changes: 3 additions & 3 deletions flake.lock

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

0 comments on commit 318152a

Please sign in to comment.