huawei-noah / bolt

Bolt is a deep learning library with high performance and heterogeneous flexibility.
https://huawei-noah.github.io/bolt/
MIT License
910 stars 158 forks source link

conv_direct_sh1_fn_spe.cl存在typo,导致GPU kernel编译失败 #61

Closed chillingche closed 2 years ago

chillingche commented 2 years ago
build log of device BC-src-code:286:9: error: use of undeclared identifier 'in_off'
        in_off += ihw_str;
        ^
1 diagnostic(s) generated.
yunfanxiao commented 2 years ago

非常感谢您的反馈,可修改conv_direct_sh1_fn_spe.cl 307行的in_off += ihw_str为ADD_IN_OFF进行修复,我们后续会更新代码。