[beignet] 06/09: Fix grammar in documentation.

Rebecca Palmer rnpalmer-guest at moszumanska.debian.org
Sat Oct 28 07:34:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

rnpalmer-guest pushed a commit to branch master
in repository beignet.

commit 35a27c1b919c50fb104c854b46e11bf88a016b43
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date:   Fri Oct 27 20:39:44 2017 +0100

    Fix grammar in documentation.
---
 debian/changelog             |  1 +
 debian/patches/grammar.patch | 61 ++++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series        |  1 +
 3 files changed, 63 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0941019..7d14b6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ beignet (1.3.2-1) UNRELEASED; urgency=medium
   * Fix broken link in documentation.
   * Switch to LLVM 5.0 on release architectures,
     add now-required --link-static to --system-libs.  (Closes: #873403)
+  * Fix grammar in documentation.
 
  -- Rebecca N. Palmer <rebecca_palmer at zoho.com>  Fri, 27 Oct 2017 07:31:21 +0100
 
diff --git a/debian/patches/grammar.patch b/debian/patches/grammar.patch
new file mode 100644
index 0000000..422e8aa
--- /dev/null
+++ b/debian/patches/grammar.patch
@@ -0,0 +1,61 @@
+Description: Fix grammar in documentation
+
+Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
+Forwarded: https://lists.freedesktop.org/archives/beignet/2017-October/009179.html
+
+--- a/docs/Beignet/Backend.mdwn
++++ b/docs/Beignet/Backend.mdwn
+@@ -9,10 +9,10 @@ Status
+ ------
+ 
+ After two years development, beignet is mature now. It now supports all the
+-OpenCL 1.2 mandatory features. Beignet get almost 100% pass rate with both
+-OpenCV 3.0 test suite and the piglit opencl test suite. There are some 
+-performance tuning related items remained, see [[here|Backend/TODO]] for a
+-(incomplete) lists of things to do.
++OpenCL 1.2 mandatory features. Beignet gets almost 100% pass rate with both
++the OpenCV 3.0 test suite and the piglit opencl test suite. There are some 
++performance tuning related items remained, see [[here|Backend/TODO]] for an
++(incomplete) list of things to do.
+ 
+ Interface with the run-time
+ ---------------------------
+@@ -61,7 +61,7 @@ Environment variables are used all over
+ - `OCL_OUTPUT_REG_ALLOC` `(0 or 1)`. Output Gen register allocations, including
+   virtual register to physical register mapping, live ranges.
+ 
+-- `OCL_OUTPUT_BUILD_LOG` `(0 or 1)`. Output error messages if there is any
++- `OCL_OUTPUT_BUILD_LOG` `(0 or 1)`. Output error messages if there are any
+   during CL kernel compiling and linking.
+ 
+ - `OCL_OUTPUT_CFG` `(0 or 1)`. Output control flow graph in .dot file.
+@@ -70,22 +70,22 @@ Environment variables are used all over
+   but without instructions in each BasicBlock.
+ 
+ - `OCL_PRE_ALLOC_INSN_SCHEDULE` `(0 or 1)`. The instruction scheduler in
+-  beignet are currently splitted into two passes: before and after register
+-  allocation. The pre-alloc scheduler tend to decrease register pressure.
++  beignet is currently split into two passes: before and after register
++  allocation. The pre-alloc scheduler tends to decrease register pressure.
+   This variable is used to disable/enable pre-alloc scheduler. This pass is
+   disabled now for some bugs.
+ 
+ - `OCL_POST_ALLOC_INSN_SCHEDULE` `(0 or 1)`. Disable/enable post-alloc
+-  instruction scheduler. The post-alloc scheduler tend to reduce instruction
++  instruction scheduler. The post-alloc scheduler tends to reduce instruction
+   latency. By default, this is enabled now.
+ 
+-- `OCL_SIMD16_SPILL_THRESHOLD` `(0 to 256)`. Tune how much registers can be
+-  spilled under SIMD16. Default value is 16. We find spill too much register
+-  under SIMD16 is not as good as fall back to SIMD8 mode. So we set the
++- `OCL_SIMD16_SPILL_THRESHOLD` `(0 to 256)`. Tune how many registers can be
++  spilled under SIMD16. Default value is 16. We find spilling too many registers
++  under SIMD16 is not as good as falling back to SIMD8 mode. So we set the
+   variable to control spilled register number under SIMD16.
+ 
+ - `OCL_USE_PCH` `(0 or 1)`. The default value is 1. If it is enabled, we use
+-  a pre compiled header file which include all basic ocl headers. This would
++  a pre compiled header file which includes all basic ocl headers. This would
+   reduce the compile time.
+ 
+ Implementation details
diff --git a/debian/patches/series b/debian/patches/series
index 2541e89..5bf0f9d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ docs-broken-links.patch
 cl_accelerator_intel.patch
 add-appstream-metadata.patch
 static-llvm.patch
+grammar.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git



More information about the Pkg-opencl-commits mailing list