Skip to content

[REQUEST] DS_BUILD_UTILS no longer does anything #4422

@felker

Description

@felker

As far as I can tell, DS_BUILD_UTILS no longer appears in the DeepSpeed source code. There was one appearance as of v0.9.0, but it was removed sometime between that release and v0.10.0:

❯ git checkout v0.9.0
Previous HEAD position was 5fe9d610 Tensor parallelism for Mixture of Experts (#2074)
HEAD is now at 0b5252bb [CPU support] Optionally bind each rank to different cores on host (#2881)

❯ grep -nri "ds_build_utils" .
./op_builder/utils.py:10:    BUILD_VAR = "DS_BUILD_UTILS"
./docs/_tutorials/advanced-install.md:67:* `DS_BUILD_UTILS` builds various optimized utilities

❯ git checkout v0.10.0
Previous HEAD position was 0b5252bb [CPU support] Optionally bind each rank to different cores on host (#2881)
HEAD is now at f5c834a6 fix(cpu_accelerator): :bug: Convert LOCAL_SIZE to integer (#3971)

❯ grep -nri "ds_build_utils" .
./docs/_tutorials/advanced-install.md:67:* `DS_BUILD_UTILS` builds various optimized utilities

Can its mention be removed from https://www.deepspeed.ai/tutorials/advanced-install/#pre-install-deepspeed-ops etc. docs?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions