We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d248f99 commit 4457d30Copy full SHA for 4457d30
1 file changed
src/gpu/intel/sum/simple.cl
@@ -14,6 +14,8 @@
14
* limitations under the License.
15
*******************************************************************************/
16
17
+#include "gpu/intel/include/custom_types.h"
18
+
19
__kernel void simple_sum(
20
__global float *input, __global float *output, float scale, int a) {
21
0 commit comments