diff --git a/.proj.toml b/.proj.toml new file mode 100644 index 0000000000..a4592dcccc --- /dev/null +++ b/.proj.toml @@ -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" diff --git a/flake.lock b/flake.lock index ea4187e13c..ffd4a02962 100644 --- a/flake.lock +++ b/flake.lock @@ -43,11 +43,11 @@ ] }, "locked": { - "lastModified": 1711832134, - "narHash": "sha256-2KceZmXOOELnFiVH/wjndH2QtKro+B0W2SEkjkzuDD0=", + "lastModified": 1712222904, + "narHash": "sha256-FRI/RdOTtmo9o7iwZiACD0lSSlgvKqcpppjliXUHyRU=", "owner": "lockshaw", "repo": "proj", - "rev": "1c7c809a6cab8360620bb27470a615a1a0b03a17", + "rev": "5b7a82dc01fa25076a8b3db96c1f2ea4752ae990", "type": "github" }, "original": {