Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MAINTAINER] Add Nick Hynes to CodeOwner of SGX #1128

Merged
merged 1 commit into from Apr 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -10,6 +10,10 @@ src/codegen/llvm/* @aatluri
# ROCM runtime
src/runtime/rocm/* @aatluri

# SGX support
src/runtime/sgx/* @nhynes
apps/sgx/* @nhynes

# JVM language
jvm/* @yzhliu

Expand All @@ -19,3 +23,5 @@ src/codegen/*opengl* @phisiart

# TOPI
topi/python/topi/* @Laurawly @Huyuwei


1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Expand Up @@ -49,6 +49,7 @@ and are qualified to lead development and review changes of the owned module.
- [Yuwei Hu](https://github.com/Huyuwei) TOPI
- [Yizhi Liu](https://github.com/yzhliu) JVM package
- [Zhixun Tan](https://github.com/phisiart) OpenGL/WebGL backend
- [Nick Hynes](https://github.com/nhynes) SGX and secured computing


List of Contributors
Expand Down