Merge pull request #5637 from gula00/fix-typo
docs: fix minor spelling typos
This commit is contained in:
@@ -251,7 +251,7 @@ e.g.:
|
||||
|
||||
### Support for multiple targets in a single library
|
||||
|
||||
OpenBLAS can be built for multiple targets with runtime detection of the target cpu by specifiying `DYNAMIC_ARCH=1` in Makefile.rule, on the gmake command line or as `-DDYNAMIC_ARCH=TRUE` in cmake.
|
||||
OpenBLAS can be built for multiple targets with runtime detection of the target cpu by specifying `DYNAMIC_ARCH=1` in Makefile.rule, on the gmake command line or as `-DDYNAMIC_ARCH=TRUE` in cmake.
|
||||
|
||||
For **x86_64**, the list of targets this activates contains Prescott, Core2, Nehalem, Barcelona, Sandybridge, Bulldozer, Piledriver, Steamroller, Excavator, Haswell, Zen, SkylakeX, Cooper Lake, Sapphire Rapids. For cpu generations not included in this list, the corresponding older model is used. If you also specify `DYNAMIC_OLDER=1`, specific support for Penryn, Dunnington, Opteron, Opteron/SSE3, Bobcat, Atom and Nano is added. Finally there is an option `DYNAMIC_LIST` that allows to specify an individual list of targets to include instead of the default.
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ OpenBLAS checks the following environment variables on startup:
|
||||
cache where it is not reported correctly (in virtual environments)
|
||||
|
||||
|
||||
Deprecated variables still recognized for compatibilty:
|
||||
Deprecated variables still recognized for compatibility:
|
||||
|
||||
* `GOTO_NUM_THREADS`: equivalent to `OPENBLAS_NUM_THREADS`
|
||||
* `GOTOBLAS_MAIN_FREE`: equivalent to `OPENBLAS_MAIN_FREE`
|
||||
|
||||
Reference in New Issue
Block a user