We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590b47d commit 1af16a8Copy full SHA for 1af16a8
src/library/blas/AutoGemm/KernelOpenCL.py
@@ -162,12 +162,6 @@ def makeOpenCLKernelString(kernel):
162
" REG.s0 = mad( -ALPHA.s1, REG.s1, REG.s0 ); \\\\" + endLine +
163
" REG.s1 *= ALPHA.s0; \\\\" + endLine +
164
" REG.s1 = mad( ALPHA.s1, type_mad_tmp, REG.s1 ); \\\\" + endLine +
165
- " /* (2) */ \\\\" + endLine +
166
- " REG.s0 = mad( BETA.s0, DST.s0, REG.s0 ); \\\\" + endLine +
167
- " REG.s0 = mad( -BETA.s1, DST.s1, REG.s0 ); \\\\" + endLine +
168
- " REG.s1 = mad( BETA.s1, DST.s0, REG.s1 ); \\\\" + endLine +
169
- " REG.s1 = mad( BETA.s0, DST.s1, REG.s1 ); \\\\" + endLine +
170
- " /* (3) */ \\\\" + endLine +
171
" DST = REG;" + endLine )
172
173
####################################
0 commit comments