I have configured CMakeLists.txt for my project similarly to realsr-ncnn-vulkan
It works perfectly. But then i tried to load other models (converted with pnnx :) ). I discovered that this model uses
MemoryData and Reduction layers. I changed state of WITH_LAYER_reduction and WITH_LAYER_memorydata from OFF to ON
But still ALL (vulkan/fma etc...) of the layer registries has:
我已經配置了 CMakeLists.txt 對於我的項目類似於 realsr-ncnn-vulkan 它工作完美。但後來我嘗試載入其他模型 (用 pnnx 轉換). 我將WITH_LAYER_reduction和WITH_LAYER_memorydata的狀態從 OFF 改為 ON
但圖層註冊表的所有(vulkan/fma 等...)仍然具有:
How can i make this two layers (or any other nesesary layer) work with vulkan?
Here my CMakeLists.txt file
我怎樣才能使這兩層(或任何其他必要的層)與 vulkan 一起工作?
這是我的 CMakeLists.txt 文件
detail | 详细描述 | 詳細な説明
I have configured CMakeLists.txt for my project similarly to realsr-ncnn-vulkan It works perfectly. But then i tried to load other models (converted with pnnx :) ). I discovered that this model uses MemoryData and Reduction layers. I changed state of WITH_LAYER_reduction and WITH_LAYER_memorydata from OFF to ON But still ALL (vulkan/fma etc...) of the layer registries has:
我已經配置了 CMakeLists.txt 對於我的項目類似於 realsr-ncnn-vulkan 它工作完美。但後來我嘗試載入其他模型 (用 pnnx 轉換). 我將WITH_LAYER_reduction和WITH_LAYER_memorydata的狀態從 OFF 改為 ON 但圖層註冊表的所有(vulkan/fma 等...)仍然具有:
I tried to remove all of layer disables and only to keep: 我嘗試刪除所有圖層停用,只保留:
But then i got lot of errors 但後來我遇到了很多錯誤
How can i make this two layers (or any other nesesary layer) work with vulkan? Here my CMakeLists.txt file 我怎樣才能使這兩層(或任何其他必要的層)與 vulkan 一起工作? 這是我的 CMakeLists.txt 文件