-
Notifications
You must be signed in to change notification settings - Fork 74
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
oneDNN issue with migrating to the new versions #2917
Comments
This is an issue with one of the mini migrators. I can try and look tomorrow. |
This issue in the recipe causing this is here: https://github.com/conda-forge/onednn-feedstock/blob/a13544ea98101f4338d74ff3ebceba891e928db3/recipe/meta.yaml#L79-L83 The bot is not able to handle # use a docker image with glibc 2.28 in it for testing
docker_image: # [x86_64 and linux64]
- quay.io/condaforge/linux-anvil-alma-x86_64:8 # [x86_64 and linux64]
dnnl_cpu_runtime:
- tbb # [not (ppc64le or aarch64)]
- omp
- threadpool # [not (ppc64le or aarch64 or arm64)]
- dpcpp # [x86_64 and linux64]
dnnl_cpu_runtime_name:
- cpu-tbb # [not (ppc64le or aarch64)]
- cpu-omp
- cpu-threadpool # [not (ppc64le or aarch64 or arm64)]
- dpcpp # [x86_64 and linux64]
zip_keys:
-
- dnnl_cpu_runtime_name
- dnnl_cpu_runtime Then you can replace the - name: onednn-{{ dnnl_cpu_runtime_name }} |
Thanks @beckermr, I implemented the fix, hope it will fix auto-update. |
I looked into the bot's logs and the error message says the following:
I'm not sure what output section is missing and how to approach the issue. Can you please give me some pointers?
The text was updated successfully, but these errors were encountered: