Files
tfhe-rs/CODEOWNERS
Line: 5: incorrect codeowner user: agnesLeroy Line: 5: no users/groups matched Line: 6: incorrect codeowner organization: zama-ai/hardware Line: 6: no users/groups matched Line: 8: incorrect codeowner organization: zama-ai/hardware Line: 8: no users/groups matched Line: 10: incorrect codeowner user: IceTDrinker Line: 10: no users/groups matched Line: 11: incorrect codeowner user: agnesLeroy Line: 11: no users/groups matched Line: 12: incorrect codeowner organization: zama-ai/hardware Line: 12: no users/groups matched Line: 14: incorrect codeowner user: mayeul-zama Line: 14: no users/groups matched Line: 16: incorrect codeowner user: tmontaigu Line: 16: no users/groups matched Line: 17: incorrect codeowner user: agnesLeroy Line: 17: no users/groups matched Line: 18: incorrect codeowner organization: zama-ai/hardware Line: 18: no users/groups matched Line: 20: incorrect codeowner user: tmontaigu Line: 20: no users/groups matched Line: 22: incorrect codeowner user: soonum Line: 22: no users/groups matched Line: 24: incorrect codeowner user: IceTDrinker Line: 24: incorrect codeowner user: soonum Line: 24: no users/groups matched Line: 26: incorrect codeowner organization: zama-ai/hardware Line: 26: no users/groups matched Line: 28: incorrect codeowner user: soonum Line: 28: no users/groups matched Line: 29: incorrect codeowner user: soonum Line: 29: no users/groups matched Line: 30: incorrect codeowner user: soonum Line: 30: no users/groups matched Line: 32: incorrect codeowner user: IceTDrinker Line: 32: no users/groups matched

33 lines
1.3 KiB
Plaintext

# Specifying a path without code owners means that path won't have owners and is akin to a negation
# i.e. the `core_crypto` dir is owned and needs owner approval/review, but not the `gpu` sub dir
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file
/backends/tfhe-cuda-backend/ @agnesLeroy
/backends/tfhe-hpu-backend/ @zama-ai/hardware
/tfhe/examples/hpu @zama-ai/hardware
/tfhe/src/core_crypto/ @IceTDrinker
/tfhe/src/core_crypto/gpu @agnesLeroy
/tfhe/src/core_crypto/hpu @zama-ai/hardware
/tfhe/src/shortint/ @mayeul-zama
/tfhe/src/integer/ @tmontaigu
/tfhe/src/integer/gpu @agnesLeroy
/tfhe/src/integer/hpu @zama-ai/hardware
/tfhe/src/high_level_api/ @tmontaigu
/tfhe-benchmark/ @soonum
/Makefile @IceTDrinker @soonum
/mockups/tfhe-hpu-mockup @zama-ai/hardware
/.github/ @soonum
/ci/ @soonum
/scripts/ @soonum
/CODEOWNERS @IceTDrinker