dain-ncnn-vulkan icon indicating copy to clipboard operation
dain-ncnn-vulkan copied to clipboard

Fix program crash issue due to null layer_creator in AVX512 registry

Open Mike-Solar opened this issue 1 year ago • 1 comments

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 avatar Oct 29 '23 12:10 Mike-Solar

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

Mike-Solar avatar Oct 29 '23 12:10 Mike-Solar