deepspeedai / deepspeedai/DeepSpeed
[WARNING] [cpu_adam.py:84:__init__] FP16 params for CPUAdam may not work on AMD CPUs
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 43.1k
- Forks
- 5k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 112
Description
Is deepspeed compatible with AMD CPU ?
When i import DeepSpeedCPUAdam optimizer on AMD CPU, I got following warning:
[WARNING] [cpu_adam.py:84:init] FP16 params for CPUAdam may not work on AMD CPUs
Can i just ingore the warning? Or it is imcompatible with AMD CPU ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in cpu_adam.py at line 84 in init, where the AMD CPU and FP16 warning is emitted. Reproduce the warning on an AMD CPU with DeepSpeedCPUAdam and inspect whether FP16 parameters work; done means the issue has a verified compatibility answer or a clearly corrected warning behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100