From 5463bd5c44024093971e8b75bcbf7de80617fc50 Mon Sep 17 00:00:00 2001 From: Kirill Mavreshko Date: Tue, 20 Feb 2018 18:10:31 +0500 Subject: Fix of multiple duplicates in documentation --- doc/clblast.md | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'doc') diff --git a/doc/clblast.md b/doc/clblast.md index 2a776a9c..73568122 100644 --- a/doc/clblast.md +++ b/doc/clblast.md @@ -254,8 +254,6 @@ Arguments to DOT: * `const size_t n`: Integer size argument. This value must be positive. * `cl_mem dot_buffer`: OpenCL buffer to store the output dot vector. * `const size_t dot_offset`: The offset in elements from the start of the output dot vector. -* `cl_mem dot_buffer`: OpenCL buffer to store the output dot vector. -* `const size_t dot_offset`: The offset in elements from the start of the output dot vector. * `const cl_mem x_buffer`: OpenCL buffer to store the input x vector. * `const size_t x_offset`: The offset in elements from the start of the input x vector. * `const size_t x_inc`: Stride/increment of the input x vector. This value must be greater than 0. @@ -301,8 +299,6 @@ Arguments to DOTU: * `const size_t n`: Integer size argument. This value must be positive. * `cl_mem dot_buffer`: OpenCL buffer to store the output dot vector. * `const size_t dot_offset`: The offset in elements from the start of the output dot vector. -* `cl_mem dot_buffer`: OpenCL buffer to store the output dot vector. -* `const size_t dot_offset`: The offset in elements from the start of the output dot vector. * `const cl_mem x_buffer`: OpenCL buffer to store the input x vector. * `const size_t x_offset`: The offset in elements from the start of the input x vector. * `const size_t x_inc`: Stride/increment of the input x vector. This value must be greater than 0. @@ -348,8 +344,6 @@ Arguments to DOTC: * `const size_t n`: Integer size argument. This value must be positive. * `cl_mem dot_buffer`: OpenCL buffer to store the output dot vector. * `const size_t dot_offset`: The offset in elements from the start of the output dot vector. -* `cl_mem dot_buffer`: OpenCL buffer to store the output dot vector. -* `const size_t dot_offset`: The offset in elements from the start of the output dot vector. * `const cl_mem x_buffer`: OpenCL buffer to store the input x vector. * `const size_t x_offset`: The offset in elements from the start of the input x vector. * `const size_t x_inc`: Stride/increment of the input x vector. This value must be greater than 0. @@ -404,8 +398,6 @@ Arguments to NRM2: * `const size_t n`: Integer size argument. This value must be positive. * `cl_mem nrm2_buffer`: OpenCL buffer to store the output nrm2 vector. * `const size_t nrm2_offset`: The offset in elements from the start of the output nrm2 vector. -* `cl_mem nrm2_buffer`: OpenCL buffer to store the output nrm2 vector. -* `const size_t nrm2_offset`: The offset in elements from the start of the output nrm2 vector. * `const cl_mem x_buffer`: OpenCL buffer to store the input x vector. * `const size_t x_offset`: The offset in elements from the start of the input x vector. * `const size_t x_inc`: Stride/increment of the input x vector. This value must be greater than 0. @@ -457,8 +449,6 @@ Arguments to ASUM: * `const size_t n`: Integer size argument. This value must be positive. * `cl_mem asum_buffer`: OpenCL buffer to store the output asum vector. * `const size_t asum_offset`: The offset in elements from the start of the output asum vector. -* `cl_mem asum_buffer`: OpenCL buffer to store the output asum vector. -* `const size_t asum_offset`: The offset in elements from the start of the output asum vector. * `const cl_mem x_buffer`: OpenCL buffer to store the input x vector. * `const size_t x_offset`: The offset in elements from the start of the input x vector. * `const size_t x_inc`: Stride/increment of the input x vector. This value must be greater than 0. @@ -510,8 +500,6 @@ Arguments to SUM: * `const size_t n`: Integer size argument. This value must be positive. * `cl_mem sum_buffer`: OpenCL buffer to store the output sum vector. * `const size_t sum_offset`: The offset in elements from the start of the output sum vector. -* `cl_mem sum_buffer`: OpenCL buffer to store the output sum vector. -* `const size_t sum_offset`: The offset in elements from the start of the output sum vector. * `const cl_mem x_buffer`: OpenCL buffer to store the input x vector. * `const size_t x_offset`: The offset in elements from the start of the input x vector. * `const size_t x_inc`: Stride/increment of the input x vector. This value must be greater than 0. @@ -563,8 +551,6 @@ Arguments to AMAX: * `const size_t n`: Integer size argument. This value must be positive. * `cl_mem imax_buffer`: OpenCL buffer to store the output imax vector. * `const size_t imax_offset`: The offset in elements from the start of the output imax vector. -* `cl_mem imax_buffer`: OpenCL buffer to store the output imax vector. -* `const size_t imax_offset`: The offset in elements from the start of the output imax vector. * `const cl_mem x_buffer`: OpenCL buffer to store the input x vector. * `const size_t x_offset`: The offset in elements from the start of the input x vector. * `const size_t x_inc`: Stride/increment of the input x vector. This value must be greater than 0. @@ -616,8 +602,6 @@ Arguments to AMIN: * `const size_t n`: Integer size argument. This value must be positive. * `cl_mem imin_buffer`: OpenCL buffer to store the output imin vector. * `const size_t imin_offset`: The offset in elements from the start of the output imin vector. -* `cl_mem imin_buffer`: OpenCL buffer to store the output imin vector. -* `const size_t imin_offset`: The offset in elements from the start of the output imin vector. * `const cl_mem x_buffer`: OpenCL buffer to store the input x vector. * `const size_t x_offset`: The offset in elements from the start of the input x vector. * `const size_t x_inc`: Stride/increment of the input x vector. This value must be greater than 0. @@ -669,8 +653,6 @@ Arguments to MAX: * `const size_t n`: Integer size argument. This value must be positive. * `cl_mem imax_buffer`: OpenCL buffer to store the output imax vector. * `const size_t imax_offset`: The offset in elements from the start of the output imax vector. -* `cl_mem imax_buffer`: OpenCL buffer to store the output imax vector. -* `const size_t imax_offset`: The offset in elements from the start of the output imax vector. * `const cl_mem x_buffer`: OpenCL buffer to store the input x vector. * `const size_t x_offset`: The offset in elements from the start of the input x vector. * `const size_t x_inc`: Stride/increment of the input x vector. This value must be greater than 0. @@ -722,8 +704,6 @@ Arguments to MIN: * `const size_t n`: Integer size argument. This value must be positive. * `cl_mem imin_buffer`: OpenCL buffer to store the output imin vector. * `const size_t imin_offset`: The offset in elements from the start of the output imin vector. -* `cl_mem imin_buffer`: OpenCL buffer to store the output imin vector. -* `const size_t imin_offset`: The offset in elements from the start of the output imin vector. * `const cl_mem x_buffer`: OpenCL buffer to store the input x vector. * `const size_t x_offset`: The offset in elements from the start of the input x vector. * `const size_t x_inc`: Stride/increment of the input x vector. This value must be greater than 0. -- cgit v1.2.3