vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 752 forks source link

error in vl_compilenn #1260

Open syf0518 opened 2 years ago

syf0518 commented 2 years ago

When I execute vl_compilenn,the problem is as followed:error: 'builtin_ia32_phaddw128' was not declared in this scope; did you mean 'builtin_ia32_paddw128'? When I changed it to builtin_ia32_paddw128, the problem was like:error: cannot convert 'v16qi' to '__vector(8) short int'. I do not know how to solve this problem.

NTUYWANG103 commented 1 year ago

Meet the same issue, do u find the solution?