Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable DNNL_EXPERIMENTAL_UKERNEL, as needed for PyTorch #76

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dnnl_cpu_runtime:
- dpcpp
dnnl_cpu_runtime_name:
- dpcpp
dnnl_experimental_ukernel:
- 'no'
docker_image:
- quay.io/condaforge/linux-anvil-alma-x86_64:8
target_platform:
Expand All @@ -33,3 +35,4 @@ zip_keys:
- cxx_compiler_version
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dnnl_cpu_runtime:
- omp
dnnl_cpu_runtime_name:
- cpu-omp
dnnl_experimental_ukernel:
- 'no'
docker_image:
- quay.io/condaforge/linux-anvil-alma-x86_64:8
target_platform:
Expand All @@ -33,3 +35,4 @@ zip_keys:
- cxx_compiler_version
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
dnnl_cpu_runtime:
- omp
dnnl_cpu_runtime_name:
- cpu-omp
dnnl_experimental_ukernel:
- 'yes'
docker_image:
- quay.io/condaforge/linux-anvil-alma-x86_64:8
target_platform:
- linux-64
tbb:
- '2021'
tbb_devel:
- '2021'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dnnl_cpu_runtime:
- tbb
dnnl_cpu_runtime_name:
- cpu-tbb
dnnl_experimental_ukernel:
- 'no'
docker_image:
- quay.io/condaforge/linux-anvil-alma-x86_64:8
target_platform:
Expand All @@ -33,3 +35,4 @@ zip_keys:
- cxx_compiler_version
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dnnl_cpu_runtime:
- threadpool
dnnl_cpu_runtime_name:
- cpu-threadpool
dnnl_experimental_ukernel:
- 'no'
docker_image:
- quay.io/condaforge/linux-anvil-alma-x86_64:8
target_platform:
Expand All @@ -33,3 +35,4 @@ zip_keys:
- cxx_compiler_version
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
3 changes: 3 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dnnl_cpu_runtime:
- omp
dnnl_cpu_runtime_name:
- cpu-omp
dnnl_experimental_ukernel:
- 'no'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
target_platform:
Expand All @@ -31,3 +33,4 @@ zip_keys:
- cxx_compiler_version
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
3 changes: 3 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dnnl_cpu_runtime:
- omp
dnnl_cpu_runtime_name:
- cpu-omp
dnnl_experimental_ukernel:
- 'no'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
target_platform:
Expand All @@ -31,3 +33,4 @@ zip_keys:
- cxx_compiler_version
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ dnnl_cpu_runtime:
- omp
dnnl_cpu_runtime_name:
- cpu-omp
dnnl_experimental_ukernel:
- 'no'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -37,3 +39,4 @@ zip_keys:
- cxx_compiler_version
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '18'
dnnl_cpu_runtime:
- omp
dnnl_cpu_runtime_name:
- cpu-omp
dnnl_experimental_ukernel:
- 'yes'
llvm_openmp:
- '18'
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
- osx-64
tbb:
- '2021'
tbb_devel:
- '2021'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ dnnl_cpu_runtime:
- tbb
dnnl_cpu_runtime_name:
- cpu-tbb
dnnl_experimental_ukernel:
- 'no'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -37,3 +39,4 @@ zip_keys:
- cxx_compiler_version
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ dnnl_cpu_runtime:
- threadpool
dnnl_cpu_runtime_name:
- cpu-threadpool
dnnl_experimental_ukernel:
- 'no'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -37,3 +39,4 @@ zip_keys:
- cxx_compiler_version
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
3 changes: 3 additions & 0 deletions .ci_support/osx_arm64_dnnl_cpu_runtimeomp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ dnnl_cpu_runtime:
- omp
dnnl_cpu_runtime_name:
- cpu-omp
dnnl_experimental_ukernel:
- 'no'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -37,3 +39,4 @@ zip_keys:
- cxx_compiler_version
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
3 changes: 3 additions & 0 deletions .ci_support/osx_arm64_dnnl_cpu_runtimetbb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ dnnl_cpu_runtime:
- tbb
dnnl_cpu_runtime_name:
- cpu-tbb
dnnl_experimental_ukernel:
- 'no'
llvm_openmp:
- '18'
macos_machine:
Expand All @@ -37,3 +39,4 @@ zip_keys:
- cxx_compiler_version
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dnnl_cpu_runtime:
- omp
dnnl_cpu_runtime_name:
- cpu-omp
dnnl_experimental_ukernel:
- 'no'
target_platform:
- win-64
tbb:
Expand All @@ -21,3 +23,4 @@ tbb_devel:
zip_keys:
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
c_compiler:
- vs2019
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- vs2019
dnnl_cpu_runtime:
- omp
dnnl_cpu_runtime_name:
- cpu-omp
dnnl_experimental_ukernel:
- 'yes'
target_platform:
- win-64
tbb:
- '2021'
tbb_devel:
- '2021'
zip_keys:
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dnnl_cpu_runtime:
- tbb
dnnl_cpu_runtime_name:
- cpu-tbb
dnnl_experimental_ukernel:
- 'no'
target_platform:
- win-64
tbb:
Expand All @@ -21,3 +23,4 @@ tbb_devel:
zip_keys:
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dnnl_cpu_runtime:
- threadpool
dnnl_cpu_runtime_name:
- cpu-threadpool
dnnl_experimental_ukernel:
- 'no'
target_platform:
- win-64
tbb:
Expand All @@ -21,3 +23,4 @@ tbb_devel:
zip_keys:
- - dnnl_cpu_runtime_name
- dnnl_cpu_runtime
- dnnl_experimental_ukernel
Loading