Skip to content

Commit

Permalink
Code Coverage Support (#1380)
Browse files Browse the repository at this point in the history
* add necessary cmake file changes to support code coverage

* add nix develop support

* ad

* add packages in the correct shell

* deleted xdg in nix env
  • Loading branch information
Bob-Chen222 authored May 14, 2024
1 parent 8e0625f commit 6a3abdf
Show file tree
Hide file tree
Showing 3 changed files with 756 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ endif()
include(cuda)
include(cudnn)
include(nccl)
include(CodeCoverage)
append_coverage_compiler_flags()
# set_property(CACHE FF_GPU_BACKEND PROPERTY STRINGS ${FF_GPU_BACKENDS})

include(json)
Expand Down
Loading

0 comments on commit 6a3abdf

Please sign in to comment.