File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Run benchmark tests] ( https://github.com/IntelPython/optimizations_bench/actions/workflows/run_tests.yaml/badge.svg )] ( https://github.com/IntelPython/optimizations_bench/actions/workflows/run_tests.yaml )
2
2
3
3
# Optimization Benchmarks
4
- Collection of performance benchmarks used to present optimizations implemented for Intel(R) Distribution for Python*
4
+ Collection of performance benchmarks used to present optimizations implemented for Intel(R) Distribution for Python* .
5
5
6
6
## Environment Setup
7
7
To install Python environments from Intel channel along with pip-installed packages
Original file line number Diff line number Diff line change 1
1
name : intel_env
2
2
channels :
3
- - intel
3
+ - https://software.repos. intel.com/python/conda/
4
4
- conda-forge
5
5
- nodefaults
6
6
dependencies :
Original file line number Diff line number Diff line change 1
1
name : stock_env
2
2
channels :
3
- - intel
3
+ - https://software.repos. intel.com/python/conda/
4
4
- conda-forge
5
5
- nodefaults
6
6
dependencies :
You can’t perform that action at this time.
0 commit comments