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

Fix program crash issue due to null layer_creator in AVX512 registry #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Mike-Solar
Copy link

In this commit:

  1. Enabled two specific modules in NCNN that prevented 'layer_creator' from returning null in the AVX512 layer registry.
  2. Updated NCNN to the latest version to ensure compatibility and leverage the latest fixes or enhancements. With these modifications, the program crash issue related to 'layer_creator' being null should now be resolved.

…gistry

In this commit:
1) Enabled two specific modules in NCNN that prevented 'layer_creator' from returning null in the AVX512 layer registry.
2) Updated NCNN to the latest version to ensure compatibility and leverage the latest fixes or enhancements.
With these modifications, the program crash issue related to 'layer_creator' being null should now be resolved.
@Mike-Solar
Copy link
Author

Mike-Solar commented Oct 29, 2023

Note: Both is neccessary otherwise 'layer_creator' will returning null on my AMD Ryzen 7900X which causes a crash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant