summaryrefslogtreecommitdiff
path: root/src/kernels/level1/xnrm2.opencl
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernels/level1/xnrm2.opencl')
-rw-r--r--src/kernels/level1/xnrm2.opencl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernels/level1/xnrm2.opencl b/src/kernels/level1/xnrm2.opencl
index fb45effb..36ea49b4 100644
--- a/src/kernels/level1/xnrm2.opencl
+++ b/src/kernels/level1/xnrm2.opencl
@@ -32,7 +32,7 @@ R"(
// The main reduction kernel, performing the multiplication and the majority of the operation
#if RELAX_WORKGROUP_SIZE == 1
__kernel
-#elif
+#else
__kernel __attribute__((reqd_work_group_size(WGS1, 1, 1)))
#endif
void Xnrm2(const int n,
@@ -77,7 +77,7 @@ void Xnrm2(const int n,
// be launched with a single workgroup only.
#if RELAX_WORKGROUP_SIZE == 1
__kernel
-#elif
+#else
__kernel __attribute__((reqd_work_group_size(WGS2, 1, 1)))
#endif
void Xnrm2Epilogue(const __global real* restrict input,