Apeiria
Results
2
comments of
Apeiria
Is it possible to fix this bug? The test samples in the competition involve this issue, and it won't pass the test if it's not fixed.
run ```shell cd build cmake -DCMAKE_BUILD_TYPE=Debug -DNCNN_VULKAN=ON -DNCNN_BUILD_EXAMPLES=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .. make -j$(nproc) cd benchmark ./benchncnn 4 8 0 -1 1 ``` result before ``` ./benchncnn 4 8 0 -1 1...