TF2
TF2 copied to clipboard
Runtime_engine是否兼容浪潮f10a的19.1versionBSP
使用19.1版本的BSP运行时遇到如下错误 error:use of type '_global channel PoolTailOutput' requires cl_intel_channels extension to be enabled channel PoolTailOutput retriever_input_channel___attribute((depth256))
The master branch assumes that you are using Quartus 16.1. When you want to try it under Quartus 19.1, you need to do some modifications in codes like adding '#pragma OPENCL EXTENSION cl_intel_channels : enable' in host/inc/cnn.h. Please refer to winograd_191 branch.