Skip to content

Commit

Permalink
Disable GLOO
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed May 31, 2022
1 parent 91d7cc9 commit 88c6ec7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export BUILD_TEST=0

export USE_SYSTEM_CPUINFO=1
export USE_SYSTEM_SLEEF=1
export USE_SYSTEM_GLOO=1
# No GPU builds of GLOO just yet
export USE_SYSTEM_GLOO=0
export USE_SYSTEM_FP16=1
export USE_SYSTEM_PYBIND11=1
export USE_SYSTEM_PTHREADPOOL=1
Expand Down
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ requirements:
- libprotobuf
- cpuinfo
- sleef
- gloo
# Don't have these builds of gloo yet
# - gloo *=cuda* # [cuda_compiler_version != "None"]
# - gloo *=cpu* # [cuda_compiler_version == "None"]
- fp16
- pybind11
- pthreadpool
Expand Down

0 comments on commit 88c6ec7

Please sign in to comment.