nihuini
a477aee0ba
print graphics queue info, const++
6 years ago
nihui
8a87f0267a
workaround local workgroup size specialization constant bug for old arm mali vulkan driver, fix #1424
6 years ago
Sungmann Cho
447b1369f5
Fix warnings on Visual Studio ( #1422 )
* Change DataReader::read()'s signature to fix warning C4267
This CL fixes lots of warning "C4267: 'initializing': conversion from
'size_t' to 'int'" in our codebase by matching DataReader::read()'s
signature to fread().
* Fix warnings C4244 and C4267 in tools/ncnnoptimize.cpp
C4244: 'initializing': conversion from 'double' to 'float',
possible loss of data
C4267: 'initializing': conversion from 'size_t' to 'int',
possible loss of data
* Fix warning C4244 in src\layer\selu.cpp
C4244: '=': conversion from 'double' to 'float', possible loss of data
* Fix warning C4244 in src\layer\cast.cpp
C4244: '=': conversion from 'double' to 'float', possible loss of data
C4244: 'return': conversion from 'float' to 'signed char', possible loss of data
* Fix warning C4244 in src\layer\psroipooling.cpp
C4244: 'initializing': conversion from 'double' to 'float',
possible loss of data
C4244: 'initializing': conversion from 'double' to 'int',
possible loss of data
6 years ago
nihuini
628989770b
return values correctly
6 years ago
nihuini
eb9326002f
cmake ncnn_generate_shader_spv_header function
6 years ago
nihui
b3ecf16169
fix build
6 years ago
nihui
4a3c70f5b8
import android hardware buffer, fix #1329
6 years ago
Chang Si
7f55fb0e32
ignore IDE files ( #1416 )
6 years ago
nihui
a867d96822
dynamic memory type querying, respect memory requirement memory type bits
6 years ago
nihui
d421ef0270
install datareader header
6 years ago
nihuini
3d0905b0ee
fix build ooops
6 years ago
nihuini
1009b539aa
ncnn pixel rotate api
6 years ago
nihuini
373bb60a10
stride parameter for ncnn mat pixel family
6 years ago
nihui
7e68c5e1e9
enable ycbcr conversion feature, get graphics queue
6 years ago
HuSong
3cec1e6376
Fix ncnn2table coredump ( #1410 )
* fix compile error of yolov3detectionoutput layer
* fix ncnn2table coredump when [Input] layer not found in ncnn.param
6 years ago
nihui
cb41b00e6e
setup VK_KHR_bind_memory2 functions
6 years ago
nihui
40f206da02
fix build with android api >= 26
6 years ago
nihuini
0d9096edd4
fix fasterrcnn example on vulkan fp16p
6 years ago
nihuini
8a04a58b15
fix binaryop vulkan broadcast special type 2, fix conv1x1s1 vulkan fp16p
6 years ago
nihui
bc3255b06f
binaryop broadcasting type for spatial attention module
6 years ago
HuSong
622b44f63d
fix compile error of yolov3detectionoutput layer ( #1407 )
6 years ago
nihui
de12f596b9
Update README.md
6 years ago
nihuini
ca6d4c8726
add the converted models
6 years ago
nihuini
93a858640a
update operation-param-weight-table.md
6 years ago
zhiliu6
742cc8c571
optimize yolov3 output extraction speed. ( #1398 )
6 years ago
lyfe667
3c7863d341
fix line 1142 bug ( #1397 )
6 years ago
nihuini
279e67bb88
normalize vulkan
6 years ago
nihuini
e917796f97
normalize support inplace
6 years ago
nihuini
095efc5471
load param value type
6 years ago
JackieWu
dbadd15ee4
support OpenCV4 for simplepose example ( #1391 )
6 years ago
nihuini
5dcd5667ad
fix wrong prelu vulkan pack4 slope data
6 years ago
nihuini
50e8b5e4e8
multiple transfers may run concurrently if there is no dependency with each other, do not share staging buffer memory to fix potential data race
6 years ago
nihuini
dce75e1f07
pooling vulkan pad auto SAME mode, fix avgpool_count_include_pad handling
6 years ago
nihuini
d8b0f28dda
optimizer eliminate orphaned memorydata
6 years ago
nihuini
5eae1b8325
always write normalize scale data, do not break optimize tool
6 years ago
nihuini
d430f1e1fe
eliminate noop pooling1x1s1
6 years ago
nihuini
33956cbfc3
pretty error info
6 years ago
nihuini
af3643ed81
normalize eps mode for different training framework conventions
6 years ago
nihuini
c95e7bbb3c
onnx fuse flatten
6 years ago
nihuini
253e54351d
onnx fuse normalize, first try
6 years ago
nihuini
e5a834b299
do not fuse weight reshape
6 years ago
nihuini
66b8a7ee36
fuse onnx unsqueeze-prelu
6 years ago
nihui
b29e8b0e09
check and enable more vulkan extensions
6 years ago
nihui
4bc4a5fa63
webassembly ci ( #1375 )
6 years ago
nihuini
9593783be3
package android x86/x86_64 library
6 years ago
chenyang
fda1c8c530
fix return of get_input_names ( #1373 )
6 years ago
nihuini
f6ddbd9a1c
android x86 x86_64 cpu/gpu build
6 years ago
nihuini
bffb2af2ff
fix build on armv7 without neon
6 years ago
nihuini
dc589351c1
link android
6 years ago
nihuini
a170ef1acf
remove the default option usage in layer interface, fix write out of range in cast arm pack4, handle fp16p conversion on cpu/gpu transfer
6 years ago